Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp178 unsigned CommutableOpIdx2 = Idx2; (void)CommutableOpIdx2; in commuteInstructionImpl() local
179 assert(findCommutedOpIndices(MI, CommutableOpIdx1, CommutableOpIdx2) && in commuteInstructionImpl()
180 CommutableOpIdx1 == Idx1 && CommutableOpIdx2 == Idx2 && in commuteInstructionImpl()
267 unsigned CommutableOpIdx2) { in fixCommutedOpIndices() argument
271 ResultIdx2 = CommutableOpIdx2; in fixCommutedOpIndices()
274 ResultIdx1 = CommutableOpIdx2; in fixCommutedOpIndices()
275 else if (ResultIdx2 == CommutableOpIdx2) in fixCommutedOpIndices()
281 ResultIdx2 = CommutableOpIdx2; in fixCommutedOpIndices()
282 else if (ResultIdx1 == CommutableOpIdx2) in fixCommutedOpIndices()
308 unsigned CommutableOpIdx2 = CommutableOpIdx1 + 1; in findCommutedOpIndices() local
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp2691 unsigned CommutableOpIdx2 = 3; in findCommutedOpIndices() local
2693 CommutableOpIdx2)) in findCommutedOpIndices()
2741 unsigned CommutableOpIdx2; in findCommutedOpIndices() local
2744 CommutableOpIdx2 = 1; in findCommutedOpIndices()
2752 CommutableOpIdx2 = 2; in findCommutedOpIndices()
2754 CommutableOpIdx2 = 3; in findCommutedOpIndices()
2760 CommutableOpIdx2)) in findCommutedOpIndices()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp2777 unsigned CommutableOpIdx2 = SrcOpIdx2; in findThreeSrcCommutedOpIndices() local
2784 CommutableOpIdx2 = LastCommutableVecOp; in findThreeSrcCommutedOpIndices()
2787 CommutableOpIdx2 = SrcOpIdx1; in findThreeSrcCommutedOpIndices()
2791 Register Op2Reg = MI.getOperand(CommutableOpIdx2).getReg(); in findThreeSrcCommutedOpIndices()
2814 CommutableOpIdx2)) in findThreeSrcCommutedOpIndices()
3014 unsigned CommutableOpIdx2 = 3; in findCommutedOpIndices() local
3018 ++CommutableOpIdx2; in findCommutedOpIndices()
3021 CommutableOpIdx2)) in findCommutedOpIndices()
3041 unsigned CommutableOpIdx2 = Desc.getNumDefs() + 2; in findCommutedOpIndices() local
3053 ++CommutableOpIdx2; in findCommutedOpIndices()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h200 unsigned CommutableOpIdx2);