/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 | 160 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, 163 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
|
D | SystemZInstrInfo.cpp | 515 isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function in SystemZInstrInfo 523 isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function in SystemZInstrInfo
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 210 bool isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function 216 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
|
D | PPCInstrInfo.cpp | 1270 bool PPCInstrInfo::isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function in PPCInstrInfo
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600InstrInfo.h | 179 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCyles, 184 isProfitableToIfCvt(MachineBasicBlock &TMBB,
|
D | R600InstrInfo.cpp | 922 R600InstrInfo::isProfitableToIfCvt(MachineBasicBlock &MBB, in isProfitableToIfCvt() function in R600InstrInfo 930 R600InstrInfo::isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function in R600InstrInfo
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.h | 111 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, 121 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
|
D | HexagonInstrInfo.cpp | 575 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/ |
D | ARMBaseInstrInfo.h | 234 bool isProfitableToIfCvt(MachineBasicBlock &MBB, 238 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 | 585 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToIfCvt() function 598 isProfitableToIfCvt(MachineBasicBlock &TMBB, in isProfitableToIfCvt() function
|
/external/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 223 return Cycle > 0 && TII->isProfitableToIfCvt(BB, Cycle, Extra, in MeetIfcvtSizeLimit() 233 TII->isProfitableToIfCvt(TBB, TCycle, TExtra, FBB, FCycle, FExtra, in MeetIfcvtSizeLimit()
|