HomeSort by: relevance | last modified time | path
    Searched defs:findCommutedOpIndices (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 681 bool MipsInstrInfo::findCommutedOpIndices(const MachineInstr &MI,
685 "TargetInstrInfo::findCommutedOpIndices() can't handle bundles");
706 return TargetInstrInfo::findCommutedOpIndices(MI, SrcOpIdx1, SrcOpIdx2);
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVInstrInfo.cpp 1153 bool RISCVInstrInfo::findCommutedOpIndices(const MachineInstr &MI,
1246 return TargetInstrInfo::findCommutedOpIndices(MI, SrcOpIdx1, SrcOpIdx2);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetInstrInfo.cpp 178 assert(findCommutedOpIndices(MI, CommutableOpIdx1, CommutableOpIdx2) &&
254 // any commutable operand, which is done in findCommutedOpIndices() method
257 !findCommutedOpIndices(MI, OpIdx1, OpIdx2)) {
296 bool TargetInstrInfo::findCommutedOpIndices(const MachineInstr &MI,
300 "TargetInstrInfo::findCommutedOpIndices() can't handle bundles");
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 1226 bool PPCInstrInfo::findCommutedOpIndices(const MachineInstr &MI,
1235 return TargetInstrInfo::findCommutedOpIndices(MI, SrcOpIdx1, SrcOpIdx2);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp 2083 "inconsistency with findCommutedOpIndices");
2121 bool SIInstrInfo::findCommutedOpIndices(const MachineInstr &MI,
2124 return findCommutedOpIndices(MI.getDesc(), SrcOpIdx0, SrcOpIdx1);
2127 bool SIInstrInfo::findCommutedOpIndices(MCInstrDesc Desc, unsigned &SrcOpIdx0,

Completed in 24 milliseconds