Searched refs:iPTRAny (Results 1 – 9 of 9) sorted by relevance
134 iPTRAny = 251, enumerator348 case iPTRAny: in getSizeInBits()675 return (V==MVT::iAny || V==MVT::fAny || V==MVT::vAny || V==MVT::iPTRAny); in isOverloaded()
83 def iPTRAny : ValueType<0, 251>;
46 case MVT::iPTRAny: return "TLI.getPointerTy()"; in getName()110 case MVT::iPTRAny: return "MVT::iPTRAny"; in getEnumName()
69 assert(T < MVT::LAST_VALUETYPE || T == MVT::iPTR || T == MVT::iPTRAny); in isConcrete()79 return getConcrete() == MVT::iPTR || getConcrete() == MVT::iPTRAny; in isDynamicallyResolved()
299 case MVT::iPTRAny: ++Tmp; // FALL THROUGH. in EncodeFixedType()
54 VT == MVT::iPTRAny) && "Not a concrete type!"); in TypeSet()170 case MVT::iPTRAny: in MergeInTypeInfo()191 if ((InVT.TypeVec[0] == MVT::iPTR || InVT.TypeVec[0] == MVT::iPTRAny) && in MergeInTypeInfo()197 if ((InVT.TypeVec[0] == MVT::iPTR || InVT.TypeVec[0] == MVT::iPTRAny) && in MergeInTypeInfo()1486 if (VT == MVT::iPTR || VT == MVT::iPTRAny) in ApplyTypeConstraints()
78 : LLVMType<iPTRAny>{
1528 // contradiction between iPTRAny and iPTR for the def.1613 // contradiction between iPTRAny and iPTR for the addr defs, so the move_sym
1234 def imemAny : Operand<iPTRAny> {