Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp177 unsigned CommutableOpIdx2 = Idx2; (void)CommutableOpIdx2; in commuteInstructionImpl() local
178 assert(findCommutedOpIndices(MI, CommutableOpIdx1, CommutableOpIdx2) && in commuteInstructionImpl()
179 CommutableOpIdx1 == Idx1 && CommutableOpIdx2 == Idx2 && in commuteInstructionImpl()
268 unsigned CommutableOpIdx2) { in fixCommutedOpIndices() argument
272 ResultIdx2 = CommutableOpIdx2; in fixCommutedOpIndices()
275 ResultIdx1 = CommutableOpIdx2; in fixCommutedOpIndices()
276 else if (ResultIdx2 == CommutableOpIdx2) in fixCommutedOpIndices()
282 ResultIdx2 = CommutableOpIdx2; in fixCommutedOpIndices()
283 else if (ResultIdx1 == CommutableOpIdx2) in fixCommutedOpIndices()
290 return (ResultIdx1 == CommutableOpIdx1 && ResultIdx2 == CommutableOpIdx2) || in fixCommutedOpIndices()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1176 unsigned CommutableOpIdx2 = 3; in findCommutedOpIndices() local
1178 CommutableOpIdx2)) in findCommutedOpIndices()
1219 unsigned CommutableOpIdx2; in findCommutedOpIndices() local
1222 CommutableOpIdx2 = 1; in findCommutedOpIndices()
1230 CommutableOpIdx2 = 2; in findCommutedOpIndices()
1232 CommutableOpIdx2 = 3; in findCommutedOpIndices()
1238 CommutableOpIdx2)) in findCommutedOpIndices()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp2418 unsigned CommutableOpIdx2 = SrcOpIdx2; in findThreeSrcCommutedOpIndices() local
2425 CommutableOpIdx2 = LastCommutableVecOp; in findThreeSrcCommutedOpIndices()
2428 CommutableOpIdx2 = SrcOpIdx1; in findThreeSrcCommutedOpIndices()
2432 Register Op2Reg = MI.getOperand(CommutableOpIdx2).getReg(); in findThreeSrcCommutedOpIndices()
2455 CommutableOpIdx1, CommutableOpIdx2)) in findThreeSrcCommutedOpIndices()
2611 unsigned CommutableOpIdx2 = 3; in findCommutedOpIndices() local
2615 ++CommutableOpIdx2; in findCommutedOpIndices()
2618 CommutableOpIdx1, CommutableOpIdx2)) in findCommutedOpIndices()
2639 unsigned CommutableOpIdx2 = Desc.getNumDefs() + 2; in findCommutedOpIndices() local
2651 ++CommutableOpIdx2; in findCommutedOpIndices()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h176 unsigned CommutableOpIdx2);