Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h248 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
251 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
H A DSystemZInstrInfo.cpp684 isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function in SystemZInstrInfo
703 isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function in SystemZInstrInfo
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h187 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
191 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
H A DR600InstrInfo.cpp877 R600InstrInfo::isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function in R600InstrInfo
885 R600InstrInfo::isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function in R600InstrInfo
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h142 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
152 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
H A DHexagonInstrInfo.cpp775 bool HexagonInstrInfo::isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function in HexagonInstrInfo
781 bool HexagonInstrInfo::isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function in HexagonInstrInfo
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h481 bool isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function
487 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
H A DPPCInstrInfo.cpp2129 bool PPCInstrInfo::isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function in PPCInstrInfo
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h266 bool isProfitableToIfCvt(MachineBasicBlock &MBB,
270 bool isProfitableToIfCvt(MachineBasicBlock &TMBB, unsigned NumT,
H A DARMBaseInstrInfo.cpp2083 isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function in ARMBaseInstrInfo
2104 return isProfitableToIfCvt(MBB, NumCycles, ExtraPredCycles, in isProfitableToIfCvt()
2109 isProfitableToIfCvt(MachineBasicBlock &TBB, in isProfitableToIfCvt() function in ARMBaseInstrInfo
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h782 virtual bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToIfCvt() function
794 virtual bool isProfitableToIfCvt(MachineBasicBlock &TMBB, unsigned NumTCycles, in isProfitableToIfCvt() function
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp1143 return TII->isProfitableToIfCvt(IfBlock, Cycles, ExtraPredCost, in shouldConvertIf()
1162 return TII->isProfitableToIfCvt(*IfConv.TBB, TCycle, TExtra, *IfConv.FBB, in shouldConvertIf()
H A DIfConversion.cpp289 return Cycle > 0 && TII->isProfitableToIfCvt(BB, Cycle, Extra, in MeetIfcvtSizeLimit()
391 TII->isProfitableToIfCvt( in MeetIfcvtSizeLimit()