Home
last modified time | relevance | path

Searched refs:CommutableOpIdx2 (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp132 unsigned CommutableOpIdx2 = Idx2; (void)CommutableOpIdx2; in commuteInstructionImpl() local
133 assert(findCommutedOpIndices(MI, CommutableOpIdx1, CommutableOpIdx2) && in commuteInstructionImpl()
134 CommutableOpIdx1 == Idx1 && CommutableOpIdx2 == Idx2 && in commuteInstructionImpl()
207 unsigned CommutableOpIdx2) { in fixCommutedOpIndices() argument
211 ResultIdx2 = CommutableOpIdx2; in fixCommutedOpIndices()
214 ResultIdx1 = CommutableOpIdx2; in fixCommutedOpIndices()
215 else if (ResultIdx2 == CommutableOpIdx2) in fixCommutedOpIndices()
221 ResultIdx2 = CommutableOpIdx2; in fixCommutedOpIndices()
222 else if (ResultIdx1 == CommutableOpIdx2) in fixCommutedOpIndices()
229 return (ResultIdx1 == CommutableOpIdx1 && ResultIdx2 == CommutableOpIdx2) || in fixCommutedOpIndices()
[all …]
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h135 unsigned CommutableOpIdx2);
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp3392 unsigned CommutableOpIdx2 = SrcOpIdx2; in findFMA3CommutedOpIndices() local
3399 CommutableOpIdx2 = RegOpsNum; in findFMA3CommutedOpIndices()
3402 CommutableOpIdx2 = SrcOpIdx1; in findFMA3CommutedOpIndices()
3406 unsigned Op2Reg = MI->getOperand(CommutableOpIdx2).getReg(); in findFMA3CommutedOpIndices()
3422 CommutableOpIdx1, CommutableOpIdx2)) in findFMA3CommutedOpIndices()