Home
last modified time | relevance | path

Searched defs:setFastMathFlags (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/IR/
DOperator.h256 void setFastMathFlags(FastMathFlags FMF) { in setFastMathFlags() function
DIRBuilder.h202 void setFastMathFlags(FastMathFlags NewFMF) { FMF = NewFMF; } in setFastMathFlags() function
/external/llvm/lib/IR/
DInstruction.cpp164 void Instruction::setFastMathFlags(FastMathFlags FMF) { in setFastMathFlags() function in Instruction
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DOperator.h229 void setFastMathFlags(FastMathFlags FMF) { in setFastMathFlags() function
DIRBuilder.h297 void setFastMathFlags(FastMathFlags NewFMF) { FMF = NewFMF; } in setFastMathFlags() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h305 void setFastMathFlags(FastMathFlags FMF) { in setFastMathFlags() function
DIRBuilder.h225 void setFastMathFlags(FastMathFlags NewFMF) { FMF = NewFMF; } in setFastMathFlags() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp184 void Instruction::setFastMathFlags(FastMathFlags FMF) { in setFastMathFlags() function in Instruction
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DInstruction.cpp289 void Instruction::setFastMathFlags(FastMathFlags FMF) { in setFastMathFlags() function in Instruction
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
DVPlanRecipes.cpp430 void VPInstruction::setFastMathFlags(FastMathFlags FMFNew) { in setFastMathFlags() function in VPInstruction