Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelectorImpl.h84 uint16_t MIBFlags = Flags; in executeMatchTable() local
86 MIBFlags |= MachineInstr::NoFPExcept; in executeMatchTable()
87 MIB.setMIFlags(MIBFlags); in executeMatchTable()