Searched refs:isProfitableToDupForIfCvt (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/R600/ |
D | R600InstrInfo.h | 86 isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCyles,
|
D | R600InstrInfo.cpp | 445 R600InstrInfo::isProfitableToDupForIfCvt(MachineBasicBlock &MBB, in isProfitableToDupForIfCvt() function in R600InstrInfo
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.h | 140 isProfitableToDupForIfCvt(MachineBasicBlock &MBB,unsigned NumCycles,
|
D | HexagonInstrInfo.cpp | 1926 isProfitableToDupForIfCvt(MachineBasicBlock &MBB,unsigned NumInstrs, in isProfitableToDupForIfCvt() function in HexagonInstrInfo
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 182 virtual bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, in isProfitableToDupForIfCvt() function
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 341 isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToDupForIfCvt() function
|
/external/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 473 !TII->isProfitableToDupForIfCvt(*TrueBBI.BB, TrueBBI.NonPredSize, in ValidSimple() 512 if (!TII->isProfitableToDupForIfCvt(*TrueBBI.BB, Size, Prediction)) in ValidTriangle()
|