Home
last modified time | relevance | path

Searched refs:setFast (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/amd/common/
Dac_llvm_helper.cpp102 flags.setFast(); in ac_create_builder()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DOperator.h231 void setFast(bool B = true) { B ? set() : clear(); }
245 void setFast(bool B) { in setFast() function
DInstruction.h320 void setFast(bool B);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp742 FMF.setFast(); in createMinMaxOp()
853 Flags.setFast(); in transform()
1526 Flags.setFast(); in addFastMathFlag()
1621 FMFFast.setFast(); in createSimpleTargetReduction()
DSimplifyLibCalls.cpp1351 FMF.setFast(); in optimizeFMinFMax()
1398 FMF.setFast(); in optimizeLog()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstruction.cpp148 void Instruction::setFast(bool B) { in setFast() function in Instruction
150 cast<FPMathOperator>(this)->setFast(B); in setFast()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DIRBuilderTest.cpp182 FAdd->setFast(true); in TEST_F()
192 FMF.setFast(); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dllvm_ir_runtime.cc76 fast_math_flags.setFast(enable_fast_math); in RewriteCalls()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.h224 case lltok::kw_fast: FMF.setFast(); Lex.Lex(); continue; in EatFastMathFlagsIfPresent()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_util.cc511 flags.setFast(); in GetCpuFastMathFlags()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp618 FMF.setFast(); in expandDivRem32()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp485 Flags.setFast(); in performFactorization()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp328 Flags.setFast(); in addFastMathFlag()
2033 Flags.setFast(); in getStepVector()
DSLPVectorizer.cpp5740 Unsafe.setFast(); in tryToReduce()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1053 FMF.setFast(); in getDecodedFastMathFlags()