HomeSort by relevance Sort by last modified time
    Searched refs:PointerType (Results 76 - 100 of 878) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/lib/Transforms/ObjCARC/
ARCRuntimeEntryPoints.h 130 Type *Params[] = { PointerType::getUnqual(Type::getInt8Ty(C)) };
146 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C));
164 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C));
165 Type *I8XX = PointerType::getUnqual(I8X);
  /external/clang/lib/Analysis/
CocoaConventions.cpp 42 const PointerType* PT = RetTy->getAs<PointerType>();
  /external/clang/lib/CodeGen/
Address.h 44 llvm::PointerType *getType() const {
45 return llvm::cast<llvm::PointerType>(getPointer()->getType());
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocSizeofChecker.cpp 140 if (B->isVoidPointerType() && A->getAs<PointerType>())
150 if (const PointerType *ptrA = A->getAs<PointerType>())
151 if (const PointerType *ptrB = B->getAs<PointerType>()) {
187 QualType PointeeType = CastedType->getAs<PointerType>()->getPointeeType();
  /external/llvm/lib/IR/
IRBuilder.cpp 47 PointerType *PT = cast<PointerType>(Ptr->getType());
165 assert(isa<PointerType>(Ptr->getType()) &&
180 assert(isa<PointerType>(Ptr->getType()) &&
215 PointerType *PtrTy = cast<PointerType>(Ptr->getType());
234 PointerType *PtrTy = cast<PointerType>(Ptr->getType());
266 auto PtrTy = cast<PointerType>(PtrsTy->getElementType());
295 auto PtrTy = cast<PointerType>(PtrsTy->getElementType())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Type.cpp 220 PointerType *Type::getFloatPtrTy(LLVMContext &C, unsigned AS) {
224 PointerType *Type::getDoublePtrTy(LLVMContext &C, unsigned AS) {
228 PointerType *Type::getX86_FP80PtrTy(LLVMContext &C, unsigned AS) {
232 PointerType *Type::getFP128PtrTy(LLVMContext &C, unsigned AS) {
236 PointerType *Type::getPPC_FP128PtrTy(LLVMContext &C, unsigned AS) {
240 PointerType *Type::getX86_MMXPtrTy(LLVMContext &C, unsigned AS) {
244 PointerType *Type::getIntNPtrTy(LLVMContext &C, unsigned N, unsigned AS) {
248 PointerType *Type::getInt1PtrTy(LLVMContext &C, unsigned AS) {
252 PointerType *Type::getInt8PtrTy(LLVMContext &C, unsigned AS) {
256 PointerType *Type::getInt16PtrTy(LLVMContext &C, unsigned AS)
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXFavorNonGenericAddrSpaces.cpp 133 PointerType *SrcTy = cast<PointerType>(Src->getType());
134 PointerType *DestTy = cast<PointerType>(Cast->getType());
203 PointerType::get(BC->getType()->getPointerElementType(),
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCalls.cpp 62 cast<PointerType>(MI->getArgOperand(1)->getType())->getAddressSpace();
64 cast<PointerType>(MI->getArgOperand(0)->getType())->getAddressSpace();
67 Type *NewSrcPtrTy = PointerType::get(IntType, SrcAddrSp);
68 Type *NewDstPtrTy = PointerType::get(IntType, DstAddrSp);
78 Type *SrcETy = cast<PointerType>(StrippedDest->getType())
99 NewSrcPtrTy = PointerType::get(SrcETy, SrcAddrSp);
100 NewDstPtrTy = PointerType::get(SrcETy, DstAddrSp);
147 unsigned DstAddrSp = cast<PointerType>(Dest->getType())->getAddressSpace();
148 Type *NewDstPtrTy = PointerType::get(ITy, DstAddrSp);
552 // PointerType::getUnqual(II->getType()))
    [all...]
  /external/llvm/include/llvm/IR/
InlineAsm.h 25 class PointerType;
75 PointerType *getType() const {
76 return reinterpret_cast<PointerType*>(Value::getType());
  /external/llvm/lib/Analysis/
ObjCARCInstKind.cpp 101 if (PointerType *PTy = dyn_cast<PointerType>(A0->getType())) {
128 if (PointerType *Pte = dyn_cast<PointerType>(ETy))
140 if (PointerType *PTy = dyn_cast<PointerType>(A0->getType()))
141 if (PointerType *Pte = dyn_cast<PointerType>(PTy->getElementType()))
143 if (PointerType *PTy1 = dyn_cast<PointerType>(A1->getType()))
    [all...]
  /external/llvm/lib/CodeGen/
LowerEmuTLS.cpp 85 PointerType *VoidPtrType = Type::getInt8PtrTy(C);
114 PointerType *InitPtrType = InitValue ?
115 PointerType::getUnqual(InitValue->getType()) : VoidPtrType;
  /external/swiftshader/third_party/LLVM/lib/Analysis/
Loads.cpp 117 PointerType *AddrTy = cast<PointerType>(V->getType());
172 Type *AccessTy = cast<PointerType>(Ptr->getType())->getElementType();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 28 class PointerType;
74 PointerType *getType() const {
75 return reinterpret_cast<PointerType*>(Value::getType());
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
InlineAsm.h 28 class PointerType;
73 PointerType *getType() const {
74 return reinterpret_cast<PointerType*>(Value::getType());
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
InlineAsm.h 28 class PointerType;
73 PointerType *getType() const {
74 return reinterpret_cast<PointerType*>(Value::getType());
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
InlineAsm.h 28 class PointerType;
73 PointerType *getType() const {
74 return reinterpret_cast<PointerType*>(Value::getType());
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
InlineAsm.h 28 class PointerType;
73 PointerType *getType() const {
74 return reinterpret_cast<PointerType*>(Value::getType());
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
InlineAsm.h 28 class PointerType;
73 PointerType *getType() const {
74 return reinterpret_cast<PointerType*>(Value::getType());
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
InlineAsm.h 28 class PointerType;
73 PointerType *getType() const {
74 return reinterpret_cast<PointerType*>(Value::getType());
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 28 class PointerType;
74 PointerType *getType() const {
75 return reinterpret_cast<PointerType*>(Value::getType());
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
InlineAsm.h 28 class PointerType;
73 PointerType *getType() const {
74 return reinterpret_cast<PointerType*>(Value::getType());
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
InlineAsm.h 28 class PointerType;
73 PointerType *getType() const {
74 return reinterpret_cast<PointerType*>(Value::getType());
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
InlineAsm.h 28 class PointerType;
73 PointerType *getType() const {
74 return reinterpret_cast<PointerType*>(Value::getType());
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
InlineAsm.h 28 class PointerType;
73 PointerType *getType() const {
74 return reinterpret_cast<PointerType*>(Value::getType());
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
InlineAsm.h 28 class PointerType;
73 PointerType *getType() const {
74 return reinterpret_cast<PointerType*>(Value::getType());

Completed in 665 milliseconds

1 2 34 5 6 7 8 91011>>