Home
last modified time | relevance | path

Searched refs:SrcOpIdx2 (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h345 unsigned &SrcOpIdx2) const override;
368 unsigned SrcOpIdx2,
700 unsigned &SrcOpIdx2,
H A DX86InstrInfo.cpp2054 unsigned SrcOpIdx2) { in getThreeSrcCommuteCase() argument
2056 if (SrcOpIdx1 > SrcOpIdx2) in getThreeSrcCommuteCase()
2057 std::swap(SrcOpIdx1, SrcOpIdx2); in getThreeSrcCommuteCase()
2065 if (SrcOpIdx1 == Op1 && SrcOpIdx2 == Op2) in getThreeSrcCommuteCase()
2067 if (SrcOpIdx1 == Op1 && SrcOpIdx2 == Op3) in getThreeSrcCommuteCase()
2069 if (SrcOpIdx1 == Op2 && SrcOpIdx2 == Op3) in getThreeSrcCommuteCase()
2075 const MachineInstr &MI, unsigned SrcOpIdx1, unsigned SrcOpIdx2, in getFMA3OpcodeToCommuteOperands() argument
2086 assert(!(FMA3Group.isIntrinsic() && (SrcOpIdx1 == 1 || SrcOpIdx2 == 1)) && in getFMA3OpcodeToCommuteOperands()
2091 getThreeSrcCommuteCase(MI.getDesc().TSFlags, SrcOpIdx1, SrcOpIdx2); in getFMA3OpcodeToCommuteOperands()
2131 unsigned SrcOpIdx2) { in commuteVPTERNLOG() argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp773 unsigned &SrcOpIdx2) const { in findCommutedOpIndices()
789 if (!fixCommutedOpIndices(SrcOpIdx1, SrcOpIdx2, 2, 3)) in findCommutedOpIndices()
792 if (!MI.getOperand(SrcOpIdx1).isReg() || !MI.getOperand(SrcOpIdx2).isReg()) in findCommutedOpIndices()
796 return TargetInstrInfo::findCommutedOpIndices(MI, SrcOpIdx1, SrcOpIdx2); in findCommutedOpIndices()
H A DMipsInstrInfo.h177 unsigned &SrcOpIdx2) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp3120 unsigned &SrcOpIdx2) const { in findCommutedOpIndices()
3134 return fixCommutedOpIndices(SrcOpIdx1, SrcOpIdx2, 1, 2); in findCommutedOpIndices()
3142 return fixCommutedOpIndices(SrcOpIdx1, SrcOpIdx2, 2, 3); in findCommutedOpIndices()
3146 return fixCommutedOpIndices(SrcOpIdx1, SrcOpIdx2, 4, 5); in findCommutedOpIndices()
3173 return fixCommutedOpIndices(SrcOpIdx1, SrcOpIdx2, 2, 3); in findCommutedOpIndices()
3201 if (!fixCommutedOpIndices(SrcOpIdx1, SrcOpIdx2, CommutableOpIdx1, in findCommutedOpIndices()
3223 if (SrcOpIdx2 != CommuteAnyOperandIndex && SrcOpIdx2 > 3) in findCommutedOpIndices()
3228 SrcOpIdx2 != CommuteAnyOperandIndex && SrcOpIdx1 != 1 && SrcOpIdx2 ! in findCommutedOpIndices()
[all...]
H A DRISCVInstrInfo.h230 unsigned &SrcOpIdx2) const override;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp297 unsigned &SrcOpIdx2) const { in findCommutedOpIndices()
309 if (!fixCommutedOpIndices(SrcOpIdx1, SrcOpIdx2, in findCommutedOpIndices()
313 if (!MI.getOperand(SrcOpIdx1).isReg() || !MI.getOperand(SrcOpIdx2).isReg()) in findCommutedOpIndices()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h428 unsigned &SrcOpIdx2) const override;
H A DPPCInstrInfo.cpp1217 unsigned &SrcOpIdx2) const { in findCommutedOpIndices()
1224 return TargetInstrInfo::findCommutedOpIndices(MI, SrcOpIdx1, SrcOpIdx2); in findCommutedOpIndices()
1228 return fixCommutedOpIndices(SrcOpIdx1, SrcOpIdx2, 2, 3); in findCommutedOpIndices()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h492 unsigned &SrcOpIdx2) const;