Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DValueTypes.h134 iPTRAny = 251, enumerator
348 case iPTRAny: in getSizeInBits()
675 return (V==MVT::iAny || V==MVT::fAny || V==MVT::vAny || V==MVT::iPTRAny); in isOverloaded()
DValueTypes.td83 def iPTRAny : ValueType<0, 251>;
/external/llvm/utils/TableGen/
DCodeGenTarget.cpp46 case MVT::iPTRAny: return "TLI.getPointerTy()"; in getName()
110 case MVT::iPTRAny: return "MVT::iPTRAny"; in getEnumName()
DCodeGenDAGPatterns.h69 assert(T < MVT::LAST_VALUETYPE || T == MVT::iPTR || T == MVT::iPTRAny); in isConcrete()
79 return getConcrete() == MVT::iPTR || getConcrete() == MVT::iPTRAny; in isDynamicallyResolved()
DIntrinsicEmitter.cpp299 case MVT::iPTRAny: ++Tmp; // FALL THROUGH. in EncodeFixedType()
DCodeGenDAGPatterns.cpp54 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()
/external/llvm/include/llvm/IR/
DIntrinsics.td78 : LLVMType<iPTRAny>{
/external/llvm/lib/Target/NVPTX/
DNVPTXIntrinsics.td1528 // contradiction between iPTRAny and iPTR for the def.
1613 // contradiction between iPTRAny and iPTR for the addr defs, so the move_sym
DNVPTXInstrInfo.td1234 def imemAny : Operand<iPTRAny> {