Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DValueTypes.td61 def untyped: ValueType<8 , 36>; // Produces an untyped value
DValueTypes.h86 untyped = 36, // This value takes a register, but has enumerator
/external/llvm/lib/VMCore/
DValueTypes.cpp136 case MVT::untyped: return "untyped"; in getEVTString()
/external/llvm/utils/TableGen/
DCodeGenTarget.cpp93 case MVT::untyped: return "MVT::untyped"; in getEnumName()
/external/bison/
DNEWS292 action is valid when $$ is untyped, and $1 typed:
294 untyped: ... typed;
298 typed: ... untyped;
DChangeLog7430 Don't worry about the default action if $$ is untyped.
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp292 if (VT == MVT::untyped) { in GetCostForDef()