HomeSort by: relevance | last modified time | path
    Searched refs:isProfitableToDupForIfCvt (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
R600InstrInfo.h 184 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
R600InstrInfo.cpp 896 R600InstrInfo::isProfitableToDupForIfCvt(MachineBasicBlock &MBB,
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 256 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
SystemZInstrInfo.cpp 713 isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 164 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
HexagonInstrInfo.cpp 788 bool HexagonInstrInfo::isProfitableToDupForIfCvt(MachineBasicBlock &MBB,
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 493 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetInstrInfo.h 808 virtual bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB,
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 275 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
IfConversion.cpp 659 !TII->isProfitableToDupForIfCvt(*TrueBBI.BB, TrueBBI.NonPredSize,
700 if (!TII->isProfitableToDupForIfCvt(*TrueBBI.BB, Size, Prediction))

Completed in 68 milliseconds