|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/CodeGen/MachineCSE.cpp 540 if (!FoundCSE && MI->isCommutable()) {
lib/CodeGen/RegisterCoalescer.cpp 781 if (!DefMI->isCommutable())
lib/CodeGen/ScheduleDAGInstrs.cpp 573 SU->isCommutable = MI.isCommutable();
lib/CodeGen/TargetInstrInfo.cpp 247 assert(MI.isCommutable() &&
lib/CodeGen/TwoAddressInstructionPass.cpp 1205 if (!MI->isCommutable())
lib/Target/AMDGPU/GCNDPPCombine.cpp 513 } else if (OrigMI.isCommutable() &&
lib/Target/AMDGPU/SIFoldOperands.cpp 1020 if (!MI->isCommutable())
lib/Target/AMDGPU/SIInstrInfo.cpp 4081 if (HasImplicitSGPR || !MI.isCommutable()) {
lib/Target/AMDGPU/SIOptimizeExecMasking.cpp 396 if (!SaveExecInst->isCommutable())
lib/Target/AMDGPU/SIShrinkInstructions.cpp 115 if (TryToCommute && MI.isCommutable()) {
707 if (!MI.isCommutable() || !TII->commuteInstruction(MI) ||
lib/Target/SystemZ/SystemZInstrInfo.cpp 1172 : ((OpNum == 1 && MI.isCommutable())
lib/Target/SystemZ/SystemZRegisterInfo.cpp 159 if (Use.isCommutable())
164 } else if (VirtReg == Use.getOperand(2).getReg() && Use.isCommutable()) {
lib/Target/SystemZ/SystemZShortenInst.cpp 339 (!MI.isCommutable() ||