Home
last modified time | relevance | path

Searched refs:isProfitableToIfCvt (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h186 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
190 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
H A DR600InstrInfo.cpp873 R600InstrInfo::isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function in R600InstrInfo
881 R600InstrInfo::isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function in R600InstrInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h260 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
263 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
H A DSystemZInstrInfo.cpp702 isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function in SystemZInstrInfo
721 isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function in SystemZInstrInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h142 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
152 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
H A DHexagonInstrInfo.cpp819 bool HexagonInstrInfo::isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function in HexagonInstrInfo
825 bool HexagonInstrInfo::isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function in HexagonInstrInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h492 bool isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function
498 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
H A DPPCInstrInfo.cpp2124 bool PPCInstrInfo::isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function in PPCInstrInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h266 bool isProfitableToIfCvt(MachineBasicBlock &MBB,
270 bool isProfitableToIfCvt(MachineBasicBlock &TMBB, unsigned NumT,
H A DARMBaseInstrInfo.cpp2095 isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function in ARMBaseInstrInfo
2116 return isProfitableToIfCvt(MBB, NumCycles, ExtraPredCycles, in isProfitableToIfCvt()
2121 isProfitableToIfCvt(MachineBasicBlock &TBB, in isProfitableToIfCvt() function in ARMBaseInstrInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp1177 return TII->isProfitableToIfCvt(IfBlock, Cycles, ExtraPredCost, in shouldConvertIf()
1196 return TII->isProfitableToIfCvt(*IfConv.TBB, TCycle, TExtra, *IfConv.FBB, in shouldConvertIf()
H A DIfConversion.cpp285 return Cycle > 0 && TII->isProfitableToIfCvt(BB, Cycle, Extra, in MeetIfcvtSizeLimit()
387 TII->isProfitableToIfCvt( in MeetIfcvtSizeLimit()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h829 virtual bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToIfCvt() function
841 virtual bool isProfitableToIfCvt(MachineBasicBlock &TMBB, unsigned NumTCycles, in isProfitableToIfCvt() function