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

  /external/llvm/include/llvm/Target/
TargetSubtargetInfo.h 169 virtual bool enableEarlyIfConversion() const { return false; }
  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.cpp 122 bool AArch64Subtarget::enableEarlyIfConversion() const {
AArch64Subtarget.h 149 bool enableEarlyIfConversion() const override;
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 272 bool enableEarlyIfConversion() const override { return hasISEL(); }
  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 326 bool X86Subtarget::enableEarlyIfConversion() const {
X86Subtarget.h 486 bool enableEarlyIfConversion() const override;
  /external/llvm/lib/CodeGen/
EarlyIfConversion.cpp 781 if (!STI.enableEarlyIfConversion())

Completed in 218 milliseconds