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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
MemoryBuiltins.h 49 class PointerType;
100 /// getMallocType - Returns the PointerType resulting from the malloc call.
101 /// The PointerType depends on the number of bitcast uses of the malloc call:
102 /// 0: PointerType is the malloc calls' return type.
103 /// 1: PointerType is the bitcast's result type.
104 /// >1: Unique PointerType cannot be determined, return NULL.
105 PointerType *getMallocType(const CallInst *CI, const TargetLibraryInfo *TLI);
109 /// 0: PointerType is the malloc calls' return type.
110 /// 1: PointerType is the bitcast's result type.
111 /// >1: Unique PointerType cannot be determined, return NULL
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
MemoryBuiltins.h 49 class PointerType;
100 /// getMallocType - Returns the PointerType resulting from the malloc call.
101 /// The PointerType depends on the number of bitcast uses of the malloc call:
102 /// 0: PointerType is the malloc calls' return type.
103 /// 1: PointerType is the bitcast's result type.
104 /// >1: Unique PointerType cannot be determined, return NULL.
105 PointerType *getMallocType(const CallInst *CI, const TargetLibraryInfo *TLI);
109 /// 0: PointerType is the malloc calls' return type.
110 /// 1: PointerType is the bitcast's result type.
111 /// >1: Unique PointerType cannot be determined, return NULL
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 474 const PointerType *PT = BaseType->getAs<PointerType>();
738 if (IsArrow) RecordTy = RecordTy->getAs<PointerType>()->getPointeeType();
823 if (const PointerType *ptr = objectType->getAs<PointerType>()) {
849 baseQuals = ThisTy->castAs<PointerType>()->getPointeeType().getQualifiers();
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 502 ResultType = llvm::PointerType::get(PointeeType, AS);
506 const PointerType *PTy = cast<PointerType>(Ty);
512 ResultType = llvm::PointerType::get(PointeeType, AS);
604 ResultType = llvm::PointerType::get(PointeeType, AS);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 617 PointerType* SPTy = cast<PointerType>(SrcPtr->getType());
618 PointerType* AIPTy = cast<PointerType>(NewAI->getType());
620 AIPTy = PointerType::get(AIPTy->getElementType(),
634 PointerType* DPTy = cast<PointerType>(MTI->getDest()->getType());
635 PointerType* AIPTy = cast<PointerType>(NewAI->getType());
637 AIPTy = PointerType::get(AIPTy->getElementType()
    [all...]
ObjCARC.cpp 183 PointerType *Ty = dyn_cast<PointerType>(Op->getType());
216 if (PointerType *PTy = dyn_cast<PointerType>(A0->getType())) {
237 if (PointerType *Pte = dyn_cast<PointerType>(ETy))
249 if (PointerType *PTy = dyn_cast<PointerType>(A0->getType()))
250 if (PointerType *Pte = dyn_cast<PointerType>(PTy->getElementType())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp 265 cast<FunctionType>(cast<PointerType>(Func->getType())->getElementType());
287 cast<FunctionType>(cast<PointerType>(Func->getType())->getElementType());
297 : Instruction(cast<FunctionType>(cast<PointerType>(Func->getType())
307 : Instruction(cast<FunctionType>(cast<PointerType>(Func->getType())
404 PointerType *AllocPtrType = PointerType::getUnqual(AllocTy);
522 cast<FunctionType>(cast<PointerType>(Fn->getType())->getElementType());
838 : UnaryInstruction(PointerType::getUnqual(Ty), Alloca,
847 : UnaryInstruction(PointerType::getUnqual(Ty), Alloca,
856 : UnaryInstruction(PointerType::getUnqual(Ty), Alloca
    [all...]
Verifier.cpp 441 PointerType *FuncPtrTy =
559 if (PointerType *PTy = dyn_cast<PointerType>(Ty)) {
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Instructions.h 90 PointerType *getType() const {
91 return reinterpret_cast<PointerType*>(Instruction::getType());
228 return cast<PointerType>(getPointerOperand()->getType())->getAddressSpace();
351 return cast<PointerType>(getPointerOperand()->getType())->getAddressSpace();
523 return cast<PointerType>(getPointerOperand()->getType())->getAddressSpace();
667 return cast<PointerType>(getPointerOperand()->getType())->getAddressSpace();
765 PointerType *getType() const {
766 return reinterpret_cast<PointerType*>(Instruction::getType());
795 return cast<PointerType>(getType())->getAddressSpace();
799 /// PointerType
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolutionExpander.cpp 372 PointerType *PTy,
723 } else if (PointerType *PTy = dyn_cast<PointerType>(Sum->getType())) {
737 } else if (PointerType *PTy = dyn_cast<PointerType>(Op->getType())) {
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 90 PointerType *getType() const {
91 return cast<PointerType>(Instruction::getType());
179 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
185 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
194 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
212 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
862 cast<PointerType>(Ptr->getType()->getScalarType())->getElementType();
866 cast<PointerType>(Ptr->getType()->getScalarType())->getElementType());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 100 PointerType *getType() const {
101 return cast<PointerType>(Instruction::getType());
183 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
189 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
198 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
215 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
867 cast<PointerType>(Ptr->getType()->getScalarType())->getElementType();
871 cast<PointerType>(Ptr->getType()->getScalarType())->getElementType());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Instructions.h 102 PointerType *getType() const {
103 return cast<PointerType>(Instruction::getType());
185 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
191 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
200 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
217 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
864 cast<PointerType>(Ptr->getType()->getScalarType())->getElementType();
868 cast<PointerType>(Ptr->getType()->getScalarType())->getElementType());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Instructions.h 102 PointerType *getType() const {
103 return cast<PointerType>(Instruction::getType());
185 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
191 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
200 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
217 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
864 cast<PointerType>(Ptr->getType()->getScalarType())->getElementType();
868 cast<PointerType>(Ptr->getType()->getScalarType())->getElementType());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Instructions.h 97 PointerType *getType() const {
98 return cast<PointerType>(Instruction::getType());
180 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
186 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
195 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
211 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
870 cast<PointerType>(Ptr->getType()->getScalarType())->getElementType();
874 cast<PointerType>(Ptr->getType()->getScalarType())->getElementType());
886 cast<PointerType>(Ptr->getType()->getScalarType())->getElementType()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Instructions.h 97 PointerType *getType() const {
98 return cast<PointerType>(Instruction::getType());
180 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
186 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
195 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
211 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
870 cast<PointerType>(Ptr->getType()->getScalarType())->getElementType();
874 cast<PointerType>(Ptr->getType()->getScalarType())->getElementType());
886 cast<PointerType>(Ptr->getType()->getScalarType())->getElementType()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Instructions.h 97 PointerType *getType() const {
98 return cast<PointerType>(Instruction::getType());
180 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
186 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
195 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
211 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
870 cast<PointerType>(Ptr->getType()->getScalarType())->getElementType();
874 cast<PointerType>(Ptr->getType()->getScalarType())->getElementType());
886 cast<PointerType>(Ptr->getType()->getScalarType())->getElementType()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Instructions.h 97 PointerType *getType() const {
98 return cast<PointerType>(Instruction::getType());
180 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
186 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
195 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
211 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
870 cast<PointerType>(Ptr->getType()->getScalarType())->getElementType();
874 cast<PointerType>(Ptr->getType()->getScalarType())->getElementType());
886 cast<PointerType>(Ptr->getType()->getScalarType())->getElementType()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 100 PointerType *getType() const {
101 return cast<PointerType>(Instruction::getType());
183 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
189 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
198 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
215 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
867 cast<PointerType>(Ptr->getType()->getScalarType())->getElementType();
871 cast<PointerType>(Ptr->getType()->getScalarType())->getElementType());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Instructions.h 102 PointerType *getType() const {
103 return cast<PointerType>(Instruction::getType());
185 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
191 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
200 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
217 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
864 cast<PointerType>(Ptr->getType()->getScalarType())->getElementType();
868 cast<PointerType>(Ptr->getType()->getScalarType())->getElementType());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Instructions.h 102 PointerType *getType() const {
103 return cast<PointerType>(Instruction::getType());
185 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
191 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
200 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
217 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
864 cast<PointerType>(Ptr->getType()->getScalarType())->getElementType();
868 cast<PointerType>(Ptr->getType()->getScalarType())->getElementType());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Instructions.h 97 PointerType *getType() const {
98 return cast<PointerType>(Instruction::getType());
180 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
186 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
195 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
211 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
870 cast<PointerType>(Ptr->getType()->getScalarType())->getElementType();
874 cast<PointerType>(Ptr->getType()->getScalarType())->getElementType());
886 cast<PointerType>(Ptr->getType()->getScalarType())->getElementType()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Instructions.h 97 PointerType *getType() const {
98 return cast<PointerType>(Instruction::getType());
180 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
186 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
195 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
211 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
870 cast<PointerType>(Ptr->getType()->getScalarType())->getElementType();
874 cast<PointerType>(Ptr->getType()->getScalarType())->getElementType());
886 cast<PointerType>(Ptr->getType()->getScalarType())->getElementType()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Instructions.h 97 PointerType *getType() const {
98 return cast<PointerType>(Instruction::getType());
180 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
186 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
195 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
211 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
870 cast<PointerType>(Ptr->getType()->getScalarType())->getElementType();
874 cast<PointerType>(Ptr->getType()->getScalarType())->getElementType());
886 cast<PointerType>(Ptr->getType()->getScalarType())->getElementType()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Instructions.h 97 PointerType *getType() const {
98 return cast<PointerType>(Instruction::getType());
180 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
186 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
195 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
211 : LoadInst(cast<PointerType>(Ptr->getType())->getElementType(), Ptr,
870 cast<PointerType>(Ptr->getType()->getScalarType())->getElementType();
874 cast<PointerType>(Ptr->getType()->getScalarType())->getElementType());
886 cast<PointerType>(Ptr->getType()->getScalarType())->getElementType()
    [all...]

Completed in 1737 milliseconds

1 2 3 4 5 6 7 8 91011>>