HomeSort by relevance Sort by last modified time
    Searched defs:FMF (Results 1 - 20 of 20) sorted by null

  /external/llvm/lib/Analysis/
CostModel.cpp 507 FastMathFlags FMF;
509 FMF = FPMO->getFastMathFlags();
512 Args, FMF);
ValueTracking.cpp     [all...]
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 144 FastMathFlags FMF;
145 Builder.setFastMathFlags(FMF);
150 FMF.setUnsafeAlgebra();
151 Builder.setFastMathFlags(FMF);
180 FMF.clear();
181 FMF.setAllowReciprocal();
182 Builder.setFastMathFlags(FMF);
198 FMF.clear();
199 FMF.setAllowReciprocal();
200 Builder.setFastMathFlags(FMF);
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 642 FastMathFlags FMF;
643 FMF.setUnsafeAlgebra();
644 Builder.setFastMathFlags(FMF);
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.h 188 FastMathFlags FMF;
191 case lltok::kw_fast: FMF.setUnsafeAlgebra(); Lex.Lex(); continue;
192 case lltok::kw_nnan: FMF.setNoNaNs(); Lex.Lex(); continue;
193 case lltok::kw_ninf: FMF.setNoInfs(); Lex.Lex(); continue;
194 case lltok::kw_nsz: FMF.setNoSignedZeros(); Lex.Lex(); continue;
195 case lltok::kw_arcp: FMF.setAllowReciprocal(); Lex.Lex(); continue;
196 default: return FMF;
198 return FMF;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp     [all...]
InstructionCombining.cpp 160 FastMathFlags FMF = I.getFastMathFlags();
162 I.setFastMathFlags(FMF);
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 66 llvm::FastMathFlags FMF;
68 FMF.setUnsafeAlgebra();
70 FMF.setNoNaNs();
71 FMF.setNoInfs();
74 FMF.setNoNaNs();
77 FMF.setNoSignedZeros();
80 FMF.setAllowReciprocal();
82 Builder.setFastMathFlags(FMF);
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 80 FastMathFlags FMF;
87 : Context(context), DefaultFPMathTag(FPMathTag), FMF(),
193 FastMathFlags getFastMathFlags() const { return FMF; }
196 void clearFastMathFlags() { FMF.clear(); }
202 void setFastMathFlags(FastMathFlags NewFMF) { FMF = NewFMF; }
234 FastMathFlags FMF;
243 : Builder(B), FMF(B.FMF), FPMathTag(B.DefaultFPMathTag) {}
246 Builder.FMF = FMF;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 99 FastMathFlags FMF;
212 FastMathFlags getFastMathFlags() const { return FMF; }
215 void clearFastMathFlags() { FMF.clear(); }
221 void setFastMathFlags(FastMathFlags NewFMF) { FMF = NewFMF; }
253 FastMathFlags FMF;
258 : Builder(B), FMF(B.FMF), FPMathTag(B.DefaultFPMathTag) {}
264 Builder.FMF = FMF;
820 FastMathFlags FMF) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 99 FastMathFlags FMF;
212 FastMathFlags getFastMathFlags() const { return FMF; }
215 void clearFastMathFlags() { FMF.clear(); }
221 void setFastMathFlags(FastMathFlags NewFMF) { FMF = NewFMF; }
253 FastMathFlags FMF;
258 : Builder(B), FMF(B.FMF), FPMathTag(B.DefaultFPMathTag) {}
264 Builder.FMF = FMF;
820 FastMathFlags FMF) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 99 FastMathFlags FMF;
212 FastMathFlags getFastMathFlags() const { return FMF; }
215 void clearFastMathFlags() { FMF.clear(); }
221 void setFastMathFlags(FastMathFlags NewFMF) { FMF = NewFMF; }
253 FastMathFlags FMF;
258 : Builder(B), FMF(B.FMF), FPMathTag(B.DefaultFPMathTag) {}
264 Builder.FMF = FMF;
820 FastMathFlags FMF) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 99 FastMathFlags FMF;
212 FastMathFlags getFastMathFlags() const { return FMF; }
215 void clearFastMathFlags() { FMF.clear(); }
221 void setFastMathFlags(FastMathFlags NewFMF) { FMF = NewFMF; }
253 FastMathFlags FMF;
258 : Builder(B), FMF(B.FMF), FPMathTag(B.DefaultFPMathTag) {}
264 Builder.FMF = FMF;
820 FastMathFlags FMF) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 99 FastMathFlags FMF;
212 FastMathFlags getFastMathFlags() const { return FMF; }
215 void clearFastMathFlags() { FMF.clear(); }
221 void setFastMathFlags(FastMathFlags NewFMF) { FMF = NewFMF; }
253 FastMathFlags FMF;
258 : Builder(B), FMF(B.FMF), FPMathTag(B.DefaultFPMathTag) {}
264 Builder.FMF = FMF;
820 FastMathFlags FMF) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 99 FastMathFlags FMF;
212 FastMathFlags getFastMathFlags() const { return FMF; }
215 void clearFastMathFlags() { FMF.clear(); }
221 void setFastMathFlags(FastMathFlags NewFMF) { FMF = NewFMF; }
253 FastMathFlags FMF;
258 : Builder(B), FMF(B.FMF), FPMathTag(B.DefaultFPMathTag) {}
264 Builder.FMF = FMF;
820 FastMathFlags FMF) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 99 FastMathFlags FMF;
212 FastMathFlags getFastMathFlags() const { return FMF; }
215 void clearFastMathFlags() { FMF.clear(); }
221 void setFastMathFlags(FastMathFlags NewFMF) { FMF = NewFMF; }
253 FastMathFlags FMF;
258 : Builder(B), FMF(B.FMF), FPMathTag(B.DefaultFPMathTag) {}
264 Builder.FMF = FMF;
820 FastMathFlags FMF) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 99 FastMathFlags FMF;
212 FastMathFlags getFastMathFlags() const { return FMF; }
215 void clearFastMathFlags() { FMF.clear(); }
221 void setFastMathFlags(FastMathFlags NewFMF) { FMF = NewFMF; }
253 FastMathFlags FMF;
258 : Builder(B), FMF(B.FMF), FPMathTag(B.DefaultFPMathTag) {}
264 Builder.FMF = FMF;
820 FastMathFlags FMF) const
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
LoopVectorize.cpp     [all...]

Completed in 1669 milliseconds