Home
last modified time | relevance | path

Searched refs:isProfitableToIfCvt (Results 1 – 18 of 18) 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.h177 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
180 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
DSystemZInstrInfo.cpp556 isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function in SystemZInstrInfo
575 isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function in SystemZInstrInfo
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h209 bool isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function
215 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
DPPCInstrInfo.cpp1295 bool PPCInstrInfo::isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function in PPCInstrInfo
/external/llvm/lib/Target/AMDGPU/
DR600InstrInfo.h181 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCyles,
185 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
DR600InstrInfo.cpp911 R600InstrInfo::isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function in R600InstrInfo
919 R600InstrInfo::isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function in R600InstrInfo
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h127 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
137 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
DHexagonInstrInfo.cpp740 bool HexagonInstrInfo::isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function in HexagonInstrInfo
747 bool HexagonInstrInfo::isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function in HexagonInstrInfo
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseInstrInfo.h170 virtual bool isProfitableToIfCvt(MachineBasicBlock &MBB,
174 virtual bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
DARMBaseInstrInfo.cpp1390 isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function in ARMBaseInstrInfo
1406 isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function in ARMBaseInstrInfo
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetInstrInfo.h323 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCyles, in isProfitableToIfCvt() function
336 isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h232 bool isProfitableToIfCvt(MachineBasicBlock &MBB,
236 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.h622 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToIfCvt() function
635 isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DIfConversion.cpp208 return Cycle > 0 && TII->isProfitableToIfCvt(BB, Cycle, Extra, in MeetIfcvtSizeLimit()
218 TII->isProfitableToIfCvt(TBB, TCycle, TExtra, FBB, FCycle, FExtra, in MeetIfcvtSizeLimit()
/external/llvm/lib/CodeGen/
DIfConversion.cpp231 return Cycle > 0 && TII->isProfitableToIfCvt(BB, Cycle, Extra, in MeetIfcvtSizeLimit()
241 TII->isProfitableToIfCvt(TBB, TCycle, TExtra, FBB, FCycle, FExtra, in MeetIfcvtSizeLimit()