Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineInstr.h88 FmNsz = 1 << 6, // Instruction is not required to retain enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMIRPrinter.cpp687 if (MI.getFlag(MachineInstr::FmNsz)) in print()
DMachineInstr.cpp1336 if (getFlag(MachineInstr::FmNsz)) in print()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp852 MI->setFlag(MachineInstr::MIFlag::FmNsz); in EmitMachineNode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp959 Flags |= MachineInstr::FmNsz; in parseInstruction()