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

  /external/llvm/lib/IR/
Instruction.cpp 141 void Instruction::setFastMathFlags(FastMathFlags FMF) {
143 cast<FPMathOperator>(this)->setFastMathFlags(FMF);
  /external/llvm/include/llvm/IR/
Instruction.h 261 void setFastMathFlags(FastMathFlags FMF);
Operator.h 256 void setFastMathFlags(FastMathFlags FMF) {
IRBuilder.h 180 void SetFastMathFlags(FastMathFlags NewFMF) { FMF = NewFMF; }
758 I->setFastMathFlags(FMF);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 639 Builder->SetFastMathFlags(Log2->getFastMathFlags());
655 Builder->SetFastMathFlags(I.getFastMathFlags());
696 Builder->SetFastMathFlags(I.getFastMathFlags());
    [all...]
InstCombineAddSub.cpp 503 II->setFastMathFlags(Flags);
508 II->setFastMathFlags(Flags);
514 II->setFastMathFlags(Flags);
798 NewInstr->setFastMathFlags(Instr->getFastMathFlags());
    [all...]
InstCombineSelect.cpp     [all...]
InstructionCombining.cpp 166 I.setFastMathFlags(FMF);
314 New->setFastMathFlags(Flags);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 325 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags());
337 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags());
348 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags());
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 897 milliseconds