Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
DR600InstrInfo.h83 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCyles,
88 isProfitableToIfCvt(MachineBasicBlock &TMBB,
DR600InstrInfo.cpp367 R600InstrInfo::isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function in R600InstrInfo
375 R600InstrInfo::isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function in R600InstrInfo
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h160 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
163 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
DSystemZInstrInfo.cpp515 isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function in SystemZInstrInfo
523 isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function in SystemZInstrInfo
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h210 bool isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function
216 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
DPPCInstrInfo.cpp1270 bool PPCInstrInfo::isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function in PPCInstrInfo
/external/llvm/lib/Target/AMDGPU/
DR600InstrInfo.h179 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCyles,
184 isProfitableToIfCvt(MachineBasicBlock &TMBB,
DR600InstrInfo.cpp922 R600InstrInfo::isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function in R600InstrInfo
930 R600InstrInfo::isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function in R600InstrInfo
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h111 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
121 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
DHexagonInstrInfo.cpp575 bool HexagonInstrInfo::isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function in HexagonInstrInfo
582 bool HexagonInstrInfo::isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function in HexagonInstrInfo
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h234 bool isProfitableToIfCvt(MachineBasicBlock &MBB,
238 bool isProfitableToIfCvt(MachineBasicBlock &TMBB, unsigned NumT,
DARMBaseInstrInfo.cpp1700 isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function in ARMBaseInstrInfo
1743 isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function in ARMBaseInstrInfo
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h585 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToIfCvt() function
598 isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function
/external/llvm/lib/CodeGen/
DIfConversion.cpp223 return Cycle > 0 && TII->isProfitableToIfCvt(BB, Cycle, Extra, in MeetIfcvtSizeLimit()
233 TII->isProfitableToIfCvt(TBB, TCycle, TExtra, FBB, FCycle, FExtra, in MeetIfcvtSizeLimit()