Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h193 FMF.setFast(); in getFast()
237 void setFast(bool B = true) { B ? set() : clear(); }
251 void setFast(bool B) { in setFast() function
DInstruction.h361 void setFast(bool B);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp149 void Instruction::setFast(bool B) { in setFast() function in Instruction
151 cast<FPMathOperator>(this)->setFast(B); in setFast()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.h224 case lltok::kw_fast: FMF.setFast(); Lex.Lex(); continue; in EatFastMathFlagsIfPresent()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp785 FMF.setFast(); in createMinMaxOp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp748 FMF.setFast(); in expandDivRem32()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1945 Flags.setFast(); in getStepVector()
2891 Flags.setFast(); in emitTransformedIndex()
DSLPVectorizer.cpp6707 Unsafe.setFast(); in tryToReduce()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1161 FMF.setFast(); in getDecodedFastMathFlags()