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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 114 bool hasUnsafeAlgebra() { return UnsafeAlgebraInst != nullptr; }
208 bool hasUnsafeAlgebra() { return UnsafeAlgebraInst != nullptr; }
319 bool hasUnsafeAlgebra() {
  /external/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 117 bool hasUnsafeAlgebra() { return UnsafeAlgebraInst != nullptr; }
196 bool hasUnsafeAlgebra() { return UnsafeAlgebraInst != nullptr; }
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
LoopUtils.cpp 426 if (!UAI && FP && !I->hasUnsafeAlgebra())
    [all...]
  /external/llvm/lib/IR/
Instruction.cpp 175 bool Instruction::hasUnsafeAlgebra() const {
177 return cast<FPMathOperator>(this)->hasUnsafeAlgebra();
567 return cast<FPMathOperator>(this)->hasUnsafeAlgebra();
AsmWriter.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instruction.h 293 bool hasUnsafeAlgebra() const;
Operator.h 269 bool hasUnsafeAlgebra() const {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Instruction.h 318 bool hasUnsafeAlgebra() const;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 415 if (II->getIntrinsicID() != Intrinsic::log2 || !II->hasUnsafeAlgebra())
426 if (I->getOpcode() != Instruction::FMul || !I->hasUnsafeAlgebra())
551 bool AllowReassociate = I.hasUnsafeAlgebra();
    [all...]
InstCombineAddSub.cpp 502 assert(I->hasUnsafeAlgebra() && "Should be in unsafe mode");
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
LoopVectorizationLegality.cpp 621 if (RedDes.hasUnsafeAlgebra())
631 if (ID.hasUnsafeAlgebra() && !HasFunNoNaNAttr)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 132 cast<Instruction>(V)->hasUnsafeAlgebra()))
143 cast<Instruction>(V)->hasUnsafeAlgebra()))
553 !cast<Instruction>(Op)->hasUnsafeAlgebra())) &&
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 368 bool hasUnsafeAlgebra() const { return UnsafeAlgebra; }
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]

Completed in 282 milliseconds