HomeSort by relevance Sort by last modified time
    Searched refs:SetFastMathFlags (Results 1 - 8 of 8) 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);
222 Builder.SetFastMathFlags(FMF);
308 Builder.SetFastMathFlags(FMF);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp     [all...]
InstCombineMulDivRem.cpp 639 Builder->SetFastMathFlags(Log2->getFastMathFlags());
655 Builder->SetFastMathFlags(I.getFastMathFlags());
696 Builder->SetFastMathFlags(I.getFastMathFlags());
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 602 Builder.SetFastMathFlags(FMF);
SimplifyLibCalls.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 82 Builder.SetFastMathFlags(FMF);
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 180 void SetFastMathFlags(FastMathFlags NewFMF) { FMF = NewFMF; }
758 I->setFastMathFlags(FMF);
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]

Completed in 687 milliseconds