Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h209 bool allowReciprocal() const { return 0 != (Flags & AllowReciprocal); } in allowReciprocal() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp562 FMF.allowReciprocal(); in visitFDiv()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp551 if (Flags.allowReciprocal()) in copyFlagsFromInstruction()