Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DOperator.h231 void setFast(bool B = true) { B ? set() : clear(); }
245 void setFast(bool B) { in setFast() function
H A DInstruction.h341 void setFast(bool B);
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp675 Flags.setFast(); in addFastMathFlag()
712 FMF.setFast(); in createMinMaxOp()
813 FMFFast.setFast(); in createSimpleTargetReduction()
H A DSimplifyLibCalls.cpp1533 FMF.setFast(); in optimizeFMinFMax()
1580 FMF.setFast(); in optimizeLog()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DInstruction.cpp148 void Instruction::setFast(bool B) { in setFast() function in Instruction
150 cast<FPMathOperator>(this)->setFast(B); in setFast()
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.h225 case lltok::kw_fast: FMF.setFast(); Lex.Lex(); continue; in EatFastMathFlagsIfPresent()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp617 FMF.setFast(); in expandDivRem32()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp316 Flags.setFast(); in addFastMathFlag()
1770 Flags.setFast(); in getStepVector()
2684 Flags.setFast(); in emitTransformedIndex()
H A DSLPVectorizer.cpp5746 Unsafe.setFast(); in tryToReduce()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp76 FMF.setFast(); in CodeGenFunction()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1073 FMF.setFast(); in getDecodedFastMathFlags()