Searched refs:untyped (Results 1 – 7 of 7) sorted by relevance
61 def untyped: ValueType<8 , 36>; // Produces an untyped value
86 untyped = 36, // This value takes a register, but has enumerator
136 case MVT::untyped: return "untyped"; in getEVTString()
93 case MVT::untyped: return "MVT::untyped"; in getEnumName()
292 action is valid when $$ is untyped, and $1 typed:294 untyped: ... typed;298 typed: ... untyped;
7430 Don't worry about the default action if $$ is untyped.
292 if (VT == MVT::untyped) { in GetCostForDef()