Home
last modified time | relevance | path

Searched refs:FlagsOp (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h209 class FlagsOp {
213 explicit FlagsOp(unsigned F) : Flags(F) {} in FlagsOp() function
214 FlagsOp() : Flags(None) {} in FlagsOp() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DReassociate.cpp234 Instruction *InsertBefore, Value *FlagsOp) { in CreateAdd() argument
240 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags()); in CreateAdd()
246 Instruction *InsertBefore, Value *FlagsOp) { in CreateMul() argument
252 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags()); in CreateMul()
258 Instruction *InsertBefore, Value *FlagsOp) { in CreateNeg() argument
263 Res->setFastMathFlags(cast<FPMathOperator>(FlagsOp)->getFastMathFlags()); in CreateNeg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DSimplifyLibCalls.h94 Optional<unsigned> FlagsOp = None);