reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/CodeGen/TargetInstrInfo.h
  406                      unsigned OpIdx1 = CommuteAnyOperandIndex,
  407                      unsigned OpIdx2 = CommuteAnyOperandIndex) const;
lib/CodeGen/PeepholeOptimizer.cpp
 1536     unsigned CommIdx = TargetInstrInfo::CommuteAnyOperandIndex;
lib/CodeGen/RegisterCoalescer.cpp
  800   unsigned NewDstIdx = TargetInstrInfo::CommuteAnyOperandIndex;
lib/CodeGen/TargetInstrInfo.cpp
  245   if ((OpIdx1 == CommuteAnyOperandIndex || OpIdx2 == CommuteAnyOperandIndex) &&
  245   if ((OpIdx1 == CommuteAnyOperandIndex || OpIdx2 == CommuteAnyOperandIndex) &&
  258   if (ResultIdx1 == CommuteAnyOperandIndex &&
  259       ResultIdx2 == CommuteAnyOperandIndex) {
  262   } else if (ResultIdx1 == CommuteAnyOperandIndex) {
  269   } else if (ResultIdx2 == CommuteAnyOperandIndex) {
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
 2661           unsigned CommuteIdx1 = TargetInstrInfo::CommuteAnyOperandIndex;
lib/Target/AMDGPU/SIFoldOperands.cpp
  375     unsigned CommuteIdx0 = TargetInstrInfo::CommuteAnyOperandIndex;
  376     unsigned CommuteIdx1 = TargetInstrInfo::CommuteAnyOperandIndex;
lib/Target/ARM/Thumb2SizeReduction.cpp
  768     unsigned CommOpIdx2 = TargetInstrInfo::CommuteAnyOperandIndex;
lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
  747       Operand0 = TargetInstrInfo::CommuteAnyOperandIndex;
  748       Operand1 = TargetInstrInfo::CommuteAnyOperandIndex;
lib/Target/X86/X86InstrInfo.cpp
 1920   if (SrcOpIdx1 != CommuteAnyOperandIndex &&
 1924   if (SrcOpIdx2 != CommuteAnyOperandIndex &&
 1931   if (SrcOpIdx1 == CommuteAnyOperandIndex ||
 1932       SrcOpIdx2 == CommuteAnyOperandIndex) {
 1941     else if (SrcOpIdx2 == CommuteAnyOperandIndex)
 4940     unsigned CommuteOpIdx1 = OpNum, CommuteOpIdx2 = CommuteAnyOperandIndex;