Searched refs:isProfitableToIfCvt (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DR600InstrInfo.h83 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCyles,
88 isProfitableToIfCvt(MachineBasicBlock &TMBB,
H A DR600InstrInfo.cpp367 R600InstrInfo::isProfitableToIfCvt(MachineBasicBlock &MBB, function in class:R600InstrInfo
375 R600InstrInfo::isProfitableToIfCvt(MachineBasicBlock &TMBB, function in class:R600InstrInfo
/external/mesa3d/src/gallium/drivers/radeon/
H A DR600InstrInfo.h83 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCyles,
88 isProfitableToIfCvt(MachineBasicBlock &TMBB,
H A DR600InstrInfo.cpp367 R600InstrInfo::isProfitableToIfCvt(MachineBasicBlock &MBB, function in class:R600InstrInfo
375 R600InstrInfo::isProfitableToIfCvt(MachineBasicBlock &TMBB, function in class:R600InstrInfo
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h124 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
128 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
H A DHexagonInstrInfo.cpp956 isProfitableToIfCvt(MachineBasicBlock &MBB, function in class:HexagonInstrInfo
966 isProfitableToIfCvt(MachineBasicBlock &TMBB, function in class:HexagonInstrInfo
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h175 bool isProfitableToIfCvt(MachineBasicBlock &MBB,
181 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
H A DPPCInstrInfo.cpp1074 bool PPCInstrInfo::isProfitableToIfCvt(MachineBasicBlock &TMBB, function in class:PPCInstrInfo
/external/llvm/lib/Target/R600/
H A DR600InstrInfo.h178 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCyles,
183 isProfitableToIfCvt(MachineBasicBlock &TMBB,
H A DR600InstrInfo.cpp932 R600InstrInfo::isProfitableToIfCvt(MachineBasicBlock &MBB,
940 R600InstrInfo::isProfitableToIfCvt(MachineBasicBlock &TMBB,
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h158 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
161 bool isProfitableToIfCvt(MachineBasicBlock &TMBB,
H A DSystemZInstrInfo.cpp515 isProfitableToIfCvt(MachineBasicBlock &MBB, function in class:SystemZInstrInfo
523 isProfitableToIfCvt(MachineBasicBlock &TMBB, function in class:SystemZInstrInfo
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h357 /// isProfitableToIfCvt - Return true if it's profitable to predicate
363 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, function in class:llvm::TargetInstrInfo
369 /// isProfitableToIfCvt - Second variant of isProfitableToIfCvt, this one
376 isProfitableToIfCvt(MachineBasicBlock &TMBB, function in class:llvm::TargetInstrInfo
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h167 bool isProfitableToIfCvt(MachineBasicBlock &MBB,
171 bool isProfitableToIfCvt(MachineBasicBlock &TMBB, unsigned NumT,
H A DARMBaseInstrInfo.cpp1583 isProfitableToIfCvt(MachineBasicBlock &MBB, function in class:ARMBaseInstrInfo
1599 isProfitableToIfCvt(MachineBasicBlock &TMBB, function in class:ARMBaseInstrInfo
/external/llvm/lib/CodeGen/
H A DIfConversion.cpp219 return Cycle > 0 && TII->isProfitableToIfCvt(BB, Cycle, Extra,
229 TII->isProfitableToIfCvt(TBB, TCycle, TExtra, FBB, FCycle, FExtra,

Completed in 2161 milliseconds