Home
last modified time | relevance | path

Searched full:gi_mo (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatternParser.cpp419 isSpecificDef(*Ty, "gi_mo")) // no type = gi_mo. in parsePatFragParamList()
425 "' operand type was expected to be 'root', 'gi_imm' or 'gi_mo'"); in parsePatFragParamList()
H A DPatterns.cpp569 "' must be 'root' or 'gi_mo'"); in checkSemantics()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td93 def gi_mo;
101 // Out operands can only be of type "root" or "gi_mo", and they must be defined
104 // In operands can be gi_imm or gi_mo. They cannot be redefined in any alternative