Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/CodeGen/
DMachineValueType.h153 iPTRAny = 122, enumerator
287 SimpleTy==MVT::vAny || SimpleTy==MVT::iPTRAny); in isOverloaded()
437 case iPTRAny: in getSizeInBits()
DValueTypes.h179 return (V==MVT::iAny || V==MVT::fAny || V==MVT::vAny || V==MVT::iPTRAny); in isOverloaded()
DValueTypes.td104 def iPTRAny : ValueType<0, 122>;
/external/llvm-project/mlir/tools/mlir-tblgen/
DLLVMIRIntrinsicGen.cpp61 case llvm::MVT::iPTRAny: in getOverloadableTypeIdxs()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMachineValueType.h239 iPTRAny = 250, enumerator
390 SimpleTy==MVT::vAny || SimpleTy==MVT::iPTRAny); in isOverloaded()
687 case iPTRAny: in getSizeInBits()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenTarget.cpp53 case MVT::iPTRAny: return "TLI.getPointerTy()"; in getName()
226 case MVT::iPTRAny: return "MVT::iPTRAny"; in getEnumName()
896 return ParamType == MVT::iPTR || ParamType == MVT::iPTRAny; in isParamAPointer()
DIntrinsicEmitter.cpp340 case MVT::iPTRAny: ++Tmp; LLVM_FALLTHROUGH; in EncodeFixedType()
417 case MVT::iPTRAny: in UpdateArgCodes()
DCodeGenDAGPatterns.cpp778 case MVT::iPTRAny: in expandOverloads()
2391 if (VT == MVT::iPTR || VT == MVT::iPTRAny) in ApplyTypeConstraints()
/external/llvm/utils/TableGen/
DCodeGenTarget.cpp46 case MVT::iPTRAny: return "TLI.getPointerTy()"; in getName()
127 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.cpp275 case MVT::iPTRAny: ++Tmp; // FALL THROUGH. in EncodeFixedType()
DCodeGenDAGPatterns.cpp57 VT == MVT::iPTRAny || VT == MVT::Any) && "Not a concrete type!"); in TypeSet()
169 case MVT::iPTRAny: in MergeInTypeInfo()
190 if ((InVT.TypeVec[0] == MVT::iPTR || InVT.TypeVec[0] == MVT::iPTRAny) && in MergeInTypeInfo()
196 if ((InVT.TypeVec[0] == MVT::iPTR || InVT.TypeVec[0] == MVT::iPTRAny) && in MergeInTypeInfo()
1725 if (VT == MVT::iPTR || VT == MVT::iPTRAny) in ApplyTypeConstraints()
/external/llvm-project/llvm/include/llvm/Support/
DMachineValueType.h268 iPTRAny = 250, enumerator
427 SimpleTy == MVT::iPTRAny); in isOverloaded()
811 case iPTRAny: in getSizeInBits()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DValueTypes.h208 return (V==MVT::iAny || V==MVT::fAny || V==MVT::vAny || V==MVT::iPTRAny); in isOverloaded()
DValueTypes.td174 def iPTRAny : ValueType<0, 250>;
/external/llvm-project/llvm/include/llvm/CodeGen/
DValueTypes.h203 return (V==MVT::iAny || V==MVT::fAny || V==MVT::vAny || V==MVT::iPTRAny); in isOverloaded()
DValueTypes.td206 def iPTRAny : ValueType<0, 250>;
/external/llvm/include/llvm/IR/
DIntrinsics.td110 : LLVMType<iPTRAny>{
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsics.td149 : LLVMType<iPTRAny>{
/external/llvm-project/llvm/include/llvm/IR/
DIntrinsics.td177 : LLVMType<iPTRAny>{
/external/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.td1402 def imemAny : Operand<iPTRAny> {
DNVPTXIntrinsics.td1716 // contradiction between iPTRAny and iPTR for the addr defs, so the move_sym
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.td1551 def imemAny : Operand<iPTRAny> {
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.td1551 def imemAny : Operand<iPTRAny> {
DNVPTXIntrinsics.td1998 // contradiction between iPTRAny and iPTR for the addr defs, so the move_sym

12