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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
ExpandReductions.cpp 98 if (!II->getFastMathFlags().isFast())
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 320 return InductionBinOp && !cast<FPMathOperator>(InductionBinOp)->isFast();
326 if (!InductionBinOp || cast<FPMathOperator>(InductionBinOp)->isFast())
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Operator.h 207 bool isFast() const { return all(); }
311 bool isFast() const {
Instruction.h 363 bool isFast() const;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
LoopUtils.cpp 499 if (!UAI && FP && !I->isFast())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Instruction.cpp 193 bool Instruction::isFast() const {
195 return cast<FPMathOperator>(this)->isFast();
AsmWriter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
IRBuilderTest.cpp 201 EXPECT_TRUE(FAdd->isFast());
209 EXPECT_TRUE(FAdd->isFast());
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 456 bool isFast() const {
951 bool isFast() { return Flags.isFast(); }
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
Reassociate.cpp 150 if (!isa<FPMathOperator>(I) || I->isFast())
160 if (!isa<FPMathOperator>(I) || I->isFast())
569 !cast<Instruction>(Op)->isFast())) &&
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUCodeGenPrepare.cpp 430 bool UnsafeDiv = HasUnsafeFPMath || FMF.isFast() ||
AMDGPULibCalls.cpp 490 if (Op->isFast())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
LoopVectorizationLegality.cpp 712 !I.isFast()) {
    [all...]
SLPVectorizer.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 530 if (I.isFast()) {
    [all...]
InstCombineCalls.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 1242 milliseconds