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

  /external/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 113 bool hasUnsafeAlgebra() { return UnsafeAlgebraInst != nullptr; }
185 bool hasUnsafeAlgebra() { return UnsafeAlgebraInst != nullptr; }
  /external/llvm/lib/IR/
Instruction.cpp 152 bool Instruction::hasUnsafeAlgebra() const {
154 return cast<FPMathOperator>(this)->hasUnsafeAlgebra();
506 return cast<FPMathOperator>(this)->hasUnsafeAlgebra();
AsmWriter.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instruction.h 269 bool hasUnsafeAlgebra() const;
Operator.h 269 bool hasUnsafeAlgebra() const {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 412 if (II->getIntrinsicID() != Intrinsic::log2 || !II->hasUnsafeAlgebra())
423 if (I->getOpcode() != Instruction::FMul || !I->hasUnsafeAlgebra())
548 bool AllowReassociate = I.hasUnsafeAlgebra();
    [all...]
InstCombineAddSub.cpp 519 assert(I->hasUnsafeAlgebra() && "Should be in unsafe mode");
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 231 cast<Instruction>(V)->hasUnsafeAlgebra()))
242 cast<Instruction>(V)->hasUnsafeAlgebra()))
654 !cast<Instruction>(Op)->hasUnsafeAlgebra())) &&
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 419 if (!UAI && FP && !I->hasUnsafeAlgebra())
SimplifyLibCalls.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 359 bool hasUnsafeAlgebra() const { return UnsafeAlgebra; }
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 553 if (FPMO->hasUnsafeAlgebra())
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 815 if (FPMO->hasUnsafeAlgebra())
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 538 milliseconds