Home
last modified time | relevance | path

Searched refs:FmArcp (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp552 MIFlags |= MachineInstr::MIFlag::FmArcp; in copyFlagsFromInstruction()
1527 if (getFlag(MachineInstr::FmArcp)) in print()
DMIRPrinter.cpp741 if (MI.getFlag(MachineInstr::FmArcp)) in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h93 FmArcp = 1 << 7, // Instruction supports Fast math enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp860 MI->setFlag(MachineInstr::MIFlag::FmArcp); in EmitMachineNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULegalizerInfo.cpp1951 MF.getTarget().Options.UnsafeFPMath || MI.getFlag(MachineInstr::FmArcp); in legalizeFastUnsafeFDIV()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1199 Flags |= MachineInstr::FmArcp; in parseInstruction()