Home
last modified time | relevance | path

Searched refs:findCommutedOpIndices (Results 1 – 19 of 19) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsInstrInfo.h176 bool findCommutedOpIndices(const MachineInstr &MI, unsigned &SrcOpIdx1,
HDMipsInstrInfo.cpp771 bool MipsInstrInfo::findCommutedOpIndices(const MachineInstr &MI, in findCommutedOpIndices() function in MipsInstrInfo
796 return TargetInstrInfo::findCommutedOpIndices(MI, SrcOpIdx1, SrcOpIdx2); in findCommutedOpIndices()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVInstrInfo.h229 bool findCommutedOpIndices(const MachineInstr &MI, unsigned &SrcOpIdx1,
HDRISCVInstrInfo.cpp3118 bool RISCVInstrInfo::findCommutedOpIndices(const MachineInstr &MI, in findCommutedOpIndices() function in RISCVInstrInfo
3277 return TargetInstrInfo::findCommutedOpIndices(MI, SrcOpIdx1, SrcOpIdx2); in findCommutedOpIndices()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetInstrInfo.cpp179 assert(findCommutedOpIndices(MI, CommutableOpIdx1, CommutableOpIdx2) && in commuteInstructionImpl()
256 !findCommutedOpIndices(MI, OpIdx1, OpIdx2)) { in commuteInstruction()
295 bool TargetInstrInfo::findCommutedOpIndices(const MachineInstr &MI, in findCommutedOpIndices() function in TargetInstrInfo
HDTwoAddressInstructionPass.cpp516 if (TII->findCommutedOpIndices(UseMI, Src1, Src2)) { in findOnlyInterestingUse()
1266 !TII->findCommutedOpIndices(*MI, BaseOpIdx, OtherOpIdx)) in tryInstructionCommute()
HDPeepholeOptimizer.cpp1603 if (TII->findCommutedOpIndices(MI, Idx, CommIdx) && CommIdx == TiedUseIdx) { in findTargetRecurrence()
HDRegisterCoalescer.cpp868 if (!TII->findCommutedOpIndices(*DefMI, UseOpIdx, NewDstIdx)) in removeCopyByCommutingDef()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstrInfo.h344 bool findCommutedOpIndices(const MachineInstr &MI, unsigned &SrcOpIdx1,
HDX86InstrInfo.cpp2816 bool X86InstrInfo::findCommutedOpIndices(const MachineInstr &MI, in findCommutedOpIndices() function in X86InstrInfo
2881 return TargetInstrInfo::findCommutedOpIndices(MI, SrcOpIdx1, SrcOpIdx2); in findCommutedOpIndices()
2886 return TargetInstrInfo::findCommutedOpIndices(MI, SrcOpIdx1, SrcOpIdx2); in findCommutedOpIndices()
2895 return TargetInstrInfo::findCommutedOpIndices(MI, SrcOpIdx1, SrcOpIdx2); in findCommutedOpIndices()
3065 return TargetInstrInfo::findCommutedOpIndices(MI, SrcOpIdx1, SrcOpIdx2); in findCommutedOpIndices()
5841 if (findCommutedOpIndices(UseMI, Op1, Op2) && in foldImmediateImpl()
7319 if (!findCommutedOpIndices(MI, Idx1, Idx2)) in commuteOperandsForFold()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIInstrInfo.h322 bool findCommutedOpIndices(const MachineInstr &MI, unsigned &SrcOpIdx0,
325 bool findCommutedOpIndices(const MCInstrDesc &Desc, unsigned &SrcOpIdx0,
HDSIFoldOperands.cpp563 bool CanCommute = TII->findCommutedOpIndices(*MI, OpNo, CommuteOpNo); in tryAddToFoldList()
HDSIInstrInfo.cpp2823 bool SIInstrInfo::findCommutedOpIndices(const MachineInstr &MI, in findCommutedOpIndices() function in SIInstrInfo
2826 return findCommutedOpIndices(MI.getDesc(), SrcOpIdx0, SrcOpIdx1); in findCommutedOpIndices()
2829 bool SIInstrInfo::findCommutedOpIndices(const MCInstrDesc &Desc, in findCommutedOpIndices() function in SIInstrInfo
HDAMDGPUISelDAGToDAG.cpp3578 if (SII->findCommutedOpIndices(Desc, OpIdx, CommuteIdx1)) { in isVGPRImm()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCInstrInfo.h427 bool findCommutedOpIndices(const MachineInstr &MI, unsigned &SrcOpIdx1,
HDPPCInstrInfo.cpp1215 bool PPCInstrInfo::findCommutedOpIndices(const MachineInstr &MI, in findCommutedOpIndices() function in PPCInstrInfo
1224 return TargetInstrInfo::findCommutedOpIndices(MI, SrcOpIdx1, SrcOpIdx2); in findCommutedOpIndices()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyRegStackify.cpp788 if (TII->findCommutedOpIndices(*Insert, Operand0, Operand1)) { in maybeCommute()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDThumb2SizeReduction.cpp777 if (!TII->findCommutedOpIndices(*MI, CommOpIdx1, CommOpIdx2) || in ReduceTo2Addr()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetInstrInfo.h490 virtual bool findCommutedOpIndices(const MachineInstr &MI,