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

  /external/llvm/unittests/IR/
IRBuilderTest.cpp 145 Builder.setFastMathFlags(FMF);
151 Builder.setFastMathFlags(FMF);
182 Builder.setFastMathFlags(FMF);
200 Builder.setFastMathFlags(FMF);
227 Builder.setFastMathFlags(FMF);
318 Builder.setFastMathFlags(FMF);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 653 Builder->setFastMathFlags(Log2->getFastMathFlags());
669 Builder->setFastMathFlags(I.getFastMathFlags());
710 Builder->setFastMathFlags(I.getFastMathFlags());
    [all...]
InstCombineSelect.cpp 884 NegInst->setFastMathFlags(Flags);
    [all...]
InstCombineAddSub.cpp 486 II->setFastMathFlags(Flags);
491 II->setFastMathFlags(Flags);
497 II->setFastMathFlags(Flags);
780 NewInstr->setFastMathFlags(Instr->getFastMathFlags());
    [all...]
InstructionCombining.cpp 162 I.setFastMathFlags(FMF);
310 New->setFastMathFlags(Flags);
    [all...]
  /external/llvm/include/llvm/IR/
Instruction.h 285 void setFastMathFlags(FastMathFlags FMF);
Operator.h 256 void setFastMathFlags(FastMathFlags FMF) {
IRBuilder.h 202 void setFastMathFlags(FastMathFlags NewFMF) { FMF = NewFMF; }
773 I->setFastMathFlags(FMF);
    [all...]
  /external/llvm/lib/IR/
Instruction.cpp 164 void Instruction::setFastMathFlags(FastMathFlags FMF) {
166 cast<FPMathOperator>(this)->setFastMathFlags(FMF);
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 224 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags());
236 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags());
247 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags());
740 NewOp->setFastMathFlags(I->getFastMathFlags());
764 ExpressionChanged->setFastMathFlags(Flags);
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
LoopUtils.cpp 644 Builder.setFastMathFlags(FMF);
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 82 Builder.setFastMathFlags(FMF);
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
LoopVectorize.cpp     [all...]

Completed in 649 milliseconds