HomeSort by relevance Sort by last modified time
    Searched refs:isProfitableToDupForIfCvt (Results 1 - 21 of 21) sorted by null

  /external/llvm/lib/Target/AMDGPU/
R600InstrInfo.h 178 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCyles,
R600InstrInfo.cpp 930 R600InstrInfo::isProfitableToDupForIfCvt(MachineBasicBlock &MBB,
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 221 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 185 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
SystemZInstrInfo.cpp 585 isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 149 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
HexagonInstrInfo.cpp 755 bool HexagonInstrInfo::isProfitableToDupForIfCvt(MachineBasicBlock &MBB,
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetInstrInfo.h 344 /// isProfitableToDupForIfCvt - Return true if it's profitable for
351 isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCyles,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMBaseInstrInfo.h 180 virtual bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB,
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 241 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 650 isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h 656 isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h 656 isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h 656 isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h 656 isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h 656 isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h 656 isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h 656 isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetInstrInfo.h 656 isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
    [all...]
  /external/llvm/lib/CodeGen/
IfConversion.cpp 489 !TII->isProfitableToDupForIfCvt(*TrueBBI.BB, TrueBBI.NonPredSize,
528 if (!TII->isProfitableToDupForIfCvt(*TrueBBI.BB, Size, Prediction))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
IfConversion.cpp 464 !TII->isProfitableToDupForIfCvt(*TrueBBI.BB, TrueBBI.NonPredSize,
503 if (!TII->isProfitableToDupForIfCvt(*TrueBBI.BB, Size, Prediction))
    [all...]

Completed in 241 milliseconds