Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h249 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
252 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
H A DSystemZInstrInfo.cpp689 isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function in SystemZInstrInfo
708 isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function in SystemZInstrInfo
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h142 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
152 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
H A DHexagonInstrInfo.cpp818 bool HexagonInstrInfo::isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function in HexagonInstrInfo
824 bool HexagonInstrInfo::isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function in HexagonInstrInfo
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h610 bool isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function
616 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
H A DPPCInstrInfo.cpp2155 bool PPCInstrInfo::isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function in PPCInstrInfo
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h266 bool isProfitableToIfCvt(MachineBasicBlock &MBB,
270 bool isProfitableToIfCvt(MachineBasicBlock &TMBB, unsigned NumT,
H A DARMBaseInstrInfo.cpp2109 isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function in ARMBaseInstrInfo
2130 return isProfitableToIfCvt(MBB, NumCycles, ExtraPredCycles, in isProfitableToIfCvt()
2135 isProfitableToIfCvt(MachineBasicBlock &TBB, in isProfitableToIfCvt() function in ARMBaseInstrInfo
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h822 virtual bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToIfCvt() function
834 virtual bool isProfitableToIfCvt(MachineBasicBlock &TMBB, unsigned NumTCycles, in isProfitableToIfCvt() function
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp1147 return TII->isProfitableToIfCvt(IfBlock, Cycles, ExtraPredCost, in shouldConvertIf()
1166 return TII->isProfitableToIfCvt(*IfConv.TBB, TCycle, TExtra, *IfConv.FBB, in shouldConvertIf()
H A DIfConversion.cpp287 return Cycle > 0 && TII->isProfitableToIfCvt(BB, Cycle, Extra, in MeetIfcvtSizeLimit()
389 TII->isProfitableToIfCvt( in MeetIfcvtSizeLimit()