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

  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.cpp 153 bool AArch64Subtarget::enableEarlyIfConversion() const {
  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 331 bool X86Subtarget::enableEarlyIfConversion() const {
  /external/llvm/include/llvm/Target/
TargetSubtargetInfo.h 196 virtual bool enableEarlyIfConversion() const { return false; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64Subtarget.cpp 242 bool AArch64Subtarget::enableEarlyIfConversion() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86Subtarget.cpp 353 bool X86Subtarget::enableEarlyIfConversion() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetSubtargetInfo.h 237 virtual bool enableEarlyIfConversion() const { return false; }

Completed in 749 milliseconds