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

  /external/llvm/lib/Target/X86/
X86Subtarget.h 226 bool SlowIncDec;
443 bool slowIncDec() const { return SlowIncDec; }
X86FixupLEAs.cpp 170 OptIncDec = !ST.slowIncDec() || Func.getFunction()->optForMinSize();
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86Subtarget.h 325 bool SlowIncDec = false;
631 bool slowIncDec() const { return SlowIncDec; }
X86FixupLEAs.cpp 200 OptIncDec = !ST.slowIncDec() || Func.getFunction().optForMinSize();
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
X86GenGlobalISel.inc 385 if (!Subtarget->slowIncDec() || MF->getFunction().optForSize())
    [all...]

Completed in 68 milliseconds