HomeSort by relevance Sort by last modified time
    Searched defs:findCommutedOpIndices (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 133 assert(findCommutedOpIndices(MI, CommutableOpIdx1, CommutableOpIdx2) &&
193 // any commutable operand, which is done in findCommutedOpIndices() method
196 !findCommutedOpIndices(MI, OpIdx1, OpIdx2)) {
235 bool TargetInstrInfo::findCommutedOpIndices(MachineInstr *MI,
239 "TargetInstrInfo::findCommutedOpIndices() can't handle bundles");
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 405 bool PPCInstrInfo::findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1,
413 return TargetInstrInfo::findCommutedOpIndices(MI, SrcOpIdx1, SrcOpIdx2);
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 285 milliseconds