Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp548 MIFlags |= MachineInstr::MIFlag::FmNoInfs; in copyFlagsFromInstruction()
1523 if (getFlag(MachineInstr::FmNoInfs)) in print()
DMIRPrinter.cpp737 if (MI.getFlag(MachineInstr::FmNoInfs)) in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h89 FmNoInfs = 1 << 5, // Instruction does not support Fast enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp866 MI->setFlag(MachineInstr::MIFlag::FmNoInfs); in EmitMachineNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1195 Flags |= MachineInstr::FmNoInfs; in parseInstruction()