Home
last modified time | relevance | path

Searched refs:approxFunc (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/include/llvm/IR/
DOperator.h211 bool approxFunc() const { return 0 != (Flags & ApproxFunc); } in approxFunc() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h211 bool approxFunc() const { return 0 != (Flags & ApproxFunc); } in approxFunc() function
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp773 const bool AllowInaccurateRcp = HasUnsafeFPMath || FMF.approxFunc(); in visitFDiv()
/external/llvm-project/llvm/lib/CodeGen/
DMachineInstr.cpp563 if (Flags.approxFunc()) in copyFlagsFromInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp555 if (Flags.approxFunc()) in copyFlagsFromInstruction()