Home
last modified time | relevance | path

Searched refs:PointerTy (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm/include/llvm/ADT/
DPointerIntPair.h43 template <typename PointerTy, unsigned IntBits, typename IntType = unsigned,
44 typename PtrTraits = PointerLikeTypeTraits<PointerTy>,
45 typename Info = PointerIntPairInfo<PointerTy, IntBits, PtrTraits>>
51 PointerIntPair(PointerTy PtrVal, IntType IntVal) { in PointerIntPair()
54 explicit PointerIntPair(PointerTy PtrVal) { initWithPointer(PtrVal); } in PointerIntPair()
56 PointerTy getPointer() const { return Info::getPointer(Value); } in getPointer()
62 void setPointer(PointerTy PtrVal) { in setPointer()
70 void initWithPointer(PointerTy PtrVal) { in initWithPointer()
74 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) { in setPointerAndInt()
79 PointerTy const *getAddrOfPointer() const { in getAddrOfPointer()
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DPointerIntPair.h43 template <typename PointerTy, unsigned IntBits, typename IntType = unsigned,
44 typename PtrTraits = PointerLikeTypeTraits<PointerTy>,
45 typename Info = PointerIntPairInfo<PointerTy, IntBits, PtrTraits>>
51 PointerIntPair(PointerTy PtrVal, IntType IntVal) { in PointerIntPair()
54 explicit PointerIntPair(PointerTy PtrVal) { initWithPointer(PtrVal); } in PointerIntPair()
56 PointerTy getPointer() const { return Info::getPointer(Value); } in getPointer()
62 void setPointer(PointerTy PtrVal) { in setPointer()
70 void initWithPointer(PointerTy PtrVal) { in initWithPointer()
74 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) { in setPointerAndInt()
79 PointerTy const *getAddrOfPointer() const { in getAddrOfPointer()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DPointerIntPair.h41 template <typename PointerTy, unsigned IntBits, typename IntType = unsigned,
42 typename PtrTraits = PointerLikeTypeTraits<PointerTy>,
43 typename Info = PointerIntPairInfo<PointerTy, IntBits, PtrTraits>>
50 PointerIntPair(PointerTy PtrVal, IntType IntVal) { in PointerIntPair()
54 explicit PointerIntPair(PointerTy PtrVal) { initWithPointer(PtrVal); } in PointerIntPair()
56 PointerTy getPointer() const { return Info::getPointer(Value); } in getPointer()
60 void setPointer(PointerTy PtrVal) { in setPointer()
68 void initWithPointer(PointerTy PtrVal) { in initWithPointer()
72 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) { in setPointerAndInt()
77 PointerTy const *getAddrOfPointer() const { in getAddrOfPointer()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DPointerIntPair.h39 template <typename PointerTy, unsigned IntBits, typename IntType=unsigned,
40 typename PtrTraits = PointerLikeTypeTraits<PointerTy> >
60 PointerIntPair(PointerTy Ptr, IntType Int) : Value(0) { in PointerIntPair()
67 PointerTy getPointer() const { in getPointer()
76 void setPointer(PointerTy Ptr) { in setPointer()
94 PointerTy const *getAddrOfPointer() const { in getAddrOfPointer()
98 return reinterpret_cast<PointerTy const *>(&Value); in getAddrOfPointer()
117 template<typename PointerTy, unsigned IntBits, typename IntType>
118 struct isPodLike<PointerIntPair<PointerTy, IntBits, IntType> > {
123 template<typename PointerTy, unsigned IntBits, typename IntType>
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DGenericValue.h23 typedef void* PointerTy; typedef
30 PointerTy PointerVal;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DGenericValue.h22 using PointerTy = void *; variable
32 PointerTy PointerVal;
/external/llvm/include/llvm/ExecutionEngine/
DGenericValue.h24 typedef void* PointerTy; typedef
35 PointerTy PointerVal;
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngine.cpp647 GV.PointerVal = PointerTy(uintptr_t(GV.IntVal.getZExtValue())); in getConstantValue()
866 if (StoreBytes != sizeof(PointerTy)) in StoreValueToMemory()
869 *((PointerTy*)Ptr) = Val.PointerVal; in StoreValueToMemory()
926 Result.PointerVal = *((PointerTy*)Ptr); in LoadValueFromMemory()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp750 GV.PointerVal = PointerTy(uintptr_t(GV.IntVal.getZExtValue())); in getConstantValue()
1071 if (StoreBytes != sizeof(PointerTy)) in StoreValueToMemory()
1074 *((PointerTy*)Ptr) = Val.PointerVal; in StoreValueToMemory()
1143 Result.PointerVal = *((PointerTy*)Ptr); in LoadValueFromMemory()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp747 GV.PointerVal = PointerTy(uintptr_t(GV.IntVal.getZExtValue())); in getConstantValue()
1065 if (StoreBytes != sizeof(PointerTy)) in StoreValueToMemory()
1068 *((PointerTy*)Ptr) = Val.PointerVal; in StoreValueToMemory()
1137 Result.PointerVal = *((PointerTy*)Ptr); in LoadValueFromMemory()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h143 MVT getPointerTy() const { return PointerTy; } in getPointerTy()
524 return VT == MVT::iPTR ? PointerTy : VT;
1656 MVT PointerTy; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSROA.cpp1555 APInt Offset, Type *PointerTy, Twine NamePrefix) { in getAdjustedPtr() argument
1573 Type *TargetTy = PointerTy->getPointerElementType(); in getAdjustedPtr()
1602 if (P->getType() == PointerTy) in getAdjustedPtr()
1628 Ptr, IRB.getInt8PtrTy(PointerTy->getPointerAddressSpace()), in getAdjustedPtr()
1642 if (Ptr->getType() != PointerTy) in getAdjustedPtr()
1643 Ptr = IRB.CreateBitCast(Ptr, PointerTy, NamePrefix + "sroa_cast"); in getAdjustedPtr()
2352 Value *getNewAllocaSlicePtr(IRBuilderTy &IRB, Type *PointerTy) { in getNewAllocaSlicePtr() argument
2380 APInt(DL.getPointerTypeSizeInBits(PointerTy), Offset), in getNewAllocaSlicePtr()
2381 PointerTy, in getNewAllocaSlicePtr()
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp412 llvm::PointerType *PointerTy = Int8PtrTy; in EmitFunctionInstrumentation() local
413 llvm::Type *ProfileFuncArgs[] = { PointerTy, PointerTy }; in EmitFunctionInstrumentation()
424 llvm::ConstantExpr::getBitCast(CurFn, PointerTy), in EmitFunctionInstrumentation()
DItaniumCXXABI.cpp2586 static bool TypeInfoIsInStandardLibrary(const PointerType *PointerTy) { in TypeInfoIsInStandardLibrary() argument
2587 QualType PointeeTy = PointerTy->getPointeeType(); in TypeInfoIsInStandardLibrary()
2611 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty)) in IsStandardLibraryRTTIDescriptor() local
2612 return TypeInfoIsInStandardLibrary(PointerTy); in IsStandardLibraryRTTIDescriptor()
2674 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty)) in ContainsIncompleteClassType() local
2675 return ContainsIncompleteClassType(PointerTy->getPointeeType()); in ContainsIncompleteClassType()
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp1494 APInt Offset, Type *PointerTy, Twine NamePrefix) { in getAdjustedPtr() argument
1512 Type *TargetTy = PointerTy->getPointerElementType(); in getAdjustedPtr()
1541 if (P->getType() == PointerTy) in getAdjustedPtr()
1567 Ptr, IRB.getInt8PtrTy(PointerTy->getPointerAddressSpace()), in getAdjustedPtr()
1581 if (Ptr->getType() != PointerTy) in getAdjustedPtr()
1582 Ptr = IRB.CreateBitCast(Ptr, PointerTy, NamePrefix + "sroa_cast"); in getAdjustedPtr()
2272 Value *getNewAllocaSlicePtr(IRBuilderTy &IRB, Type *PointerTy) { in getNewAllocaSlicePtr() argument
2300 APInt(DL.getPointerSizeInBits(), Offset), PointerTy, in getNewAllocaSlicePtr()
/external/llvm/include/llvm/Target/
DTargetLowering.h806 EVT PointerTy(getPointerTy(DL, PT->getAddressSpace()));
807 Elm = PointerTy.getTypeForEVT(Ty->getContext());
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1097 EVT PointerTy(getPointerTy(DL, PT->getAddressSpace()));
1098 Elm = PointerTy.getTypeForEVT(Ty->getContext());
/external/clang/lib/Sema/
DSemaStmt.cpp2295 QualType PointerTy = PVD->getType(); in BuildCXXForRangeStmt() local
2296 if (PointerTy->isPointerType() && ArrayTy->isArrayType()) { in BuildCXXForRangeStmt()
2298 << RangeLoc << PVD << ArrayTy << PointerTy; in BuildCXXForRangeStmt()
DSemaOverload.cpp6929 const PointerType *PointerTy = Ty->getAs<PointerType>(); in AddPointerWithMoreQualifiedTypeVariants() local
6931 if (!PointerTy) { in AddPointerWithMoreQualifiedTypeVariants()
6936 PointeeTy = PointerTy->getPointeeType(); in AddPointerWithMoreQualifiedTypeVariants()
6996 const MemberPointerType *PointerTy = Ty->getAs<MemberPointerType>(); in AddMemberPointerWithMoreQualifiedTypeVariants() local
6997 assert(PointerTy && "type was not a member pointer type!"); in AddMemberPointerWithMoreQualifiedTypeVariants()
6999 QualType PointeeTy = PointerTy->getPointeeType(); in AddMemberPointerWithMoreQualifiedTypeVariants()
7006 const Type *ClassTy = PointerTy->getClass(); in AddMemberPointerWithMoreQualifiedTypeVariants()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp369 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) { in LLVMGetPointerAddressSpace() argument
370 return unwrap<PointerType>(PointerTy)->getAddressSpace(); in LLVMGetPointerAddressSpace()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h430 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy);
/external/llvm/include/llvm-c/
DCore.h1123 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h1296 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy);
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DExecution.cpp1052 Dest.PointerVal = PointerTy(intptr_t(Src.IntVal.getZExtValue())); in executeIntToPtrInst()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp595 PointerTy = MVT::getIntegerVT(8*TD->getPointerSize()); in TargetLowering()
921 return PointerTy.SimpleTy; in getSetCCResultType()

12