Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCInstrInfo.h184 bool isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function
190 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
HDPPCInstrInfo.cpp1213 bool PPCInstrInfo::isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function in PPCInstrInfo
/NextBSD/contrib/llvm/lib/Target/SystemZ/
HDSystemZInstrInfo.h160 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
163 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
HDSystemZInstrInfo.cpp515 isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function in SystemZInstrInfo
523 isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function in SystemZInstrInfo
/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonInstrInfo.h133 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
137 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
HDHexagonInstrInfo.cpp1069 isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function in HexagonInstrInfo
1079 isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function in HexagonInstrInfo
/NextBSD/contrib/llvm/lib/Target/AMDGPU/
HDR600InstrInfo.h179 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCyles,
184 isProfitableToIfCvt(MachineBasicBlock &TMBB,
HDR600InstrInfo.cpp922 R600InstrInfo::isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function in R600InstrInfo
930 R600InstrInfo::isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function in R600InstrInfo
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMBaseInstrInfo.h225 bool isProfitableToIfCvt(MachineBasicBlock &MBB,
229 bool isProfitableToIfCvt(MachineBasicBlock &TMBB, unsigned NumT,
HDARMBaseInstrInfo.cpp1646 isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function in ARMBaseInstrInfo
1689 isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function in ARMBaseInstrInfo
/NextBSD/contrib/llvm/include/llvm/Target/
HDTargetInstrInfo.h512 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToIfCvt() function
525 isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function
/NextBSD/contrib/llvm/lib/CodeGen/
HDIfConversion.cpp222 return Cycle > 0 && TII->isProfitableToIfCvt(BB, Cycle, Extra, in MeetIfcvtSizeLimit()
232 TII->isProfitableToIfCvt(TBB, TCycle, TExtra, FBB, FCycle, FExtra, in MeetIfcvtSizeLimit()