HomeSort by relevance Sort by last modified time
    Searched defs:isProfitableToUnpredicate (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 666 virtual bool isProfitableToUnpredicate(MachineBasicBlock &TMBB,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetInstrInfo.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
R600InstrInfo.cpp 928 R600InstrInfo::isProfitableToUnpredicate(MachineBasicBlock &TMBB,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
ARMSubtarget.h 238 bool IsProfitableToUnpredicate = false;
455 bool isProfitableToUnpredicate() const { return IsProfitableToUnpredicate; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
ARMSubtarget.h 335 bool IsProfitableToUnpredicate = false;
590 bool isProfitableToUnpredicate() const { return IsProfitableToUnpredicate; }

Completed in 853 milliseconds