/external/mesa3d/src/gallium/drivers/radeon/ |
D | R600InstrInfo.h | 83 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCyles, 88 isProfitableToIfCvt(MachineBasicBlock &TMBB,
|
D | R600InstrInfo.cpp | 367 R600InstrInfo::isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function in R600InstrInfo 375 R600InstrInfo::isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function in R600InstrInfo
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.h | 177 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, 180 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
|
D | SystemZInstrInfo.cpp | 556 isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function in SystemZInstrInfo 575 isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function in SystemZInstrInfo
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 209 bool isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function 215 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
|
D | PPCInstrInfo.cpp | 1295 bool PPCInstrInfo::isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function in PPCInstrInfo
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600InstrInfo.h | 181 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCyles, 185 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
|
D | R600InstrInfo.cpp | 911 R600InstrInfo::isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function in R600InstrInfo 919 R600InstrInfo::isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function in R600InstrInfo
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.h | 127 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, 137 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
|
D | HexagonInstrInfo.cpp | 740 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/ |
D | ARMBaseInstrInfo.h | 170 virtual bool isProfitableToIfCvt(MachineBasicBlock &MBB, 174 virtual bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
|
D | ARMBaseInstrInfo.cpp | 1390 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/ |
D | TargetInstrInfo.h | 323 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCyles, in isProfitableToIfCvt() function 336 isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 232 bool isProfitableToIfCvt(MachineBasicBlock &MBB, 236 bool isProfitableToIfCvt(MachineBasicBlock &TMBB, unsigned NumT,
|
D | ARMBaseInstrInfo.cpp | 1700 isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function in ARMBaseInstrInfo 1743 isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function in ARMBaseInstrInfo
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 622 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToIfCvt() function 635 isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | IfConversion.cpp | 208 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/ |
D | IfConversion.cpp | 231 return Cycle > 0 && TII->isProfitableToIfCvt(BB, Cycle, Extra, in MeetIfcvtSizeLimit() 241 TII->isProfitableToIfCvt(TBB, TCycle, TExtra, FBB, FCycle, FExtra, in MeetIfcvtSizeLimit()
|