Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp556 MIFlags |= MachineInstr::MIFlag::FmAfn; in copyFlagsFromInstruction()
1531 if (getFlag(MachineInstr::FmAfn)) in print()
DMIRPrinter.cpp745 if (MI.getFlag(MachineInstr::FmAfn)) in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h97 FmAfn = 1 << 9, // Instruction may map to Fast math enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp872 MI->setFlag(MachineInstr::MIFlag::FmAfn); in EmitMachineNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1203 Flags |= MachineInstr::FmAfn; in parseInstruction()