Home
last modified time | relevance | path

Searched defs:PtrTy (Results 1 – 25 of 39) sorted by relevance

12

/external/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp164 Type *PtrTy = Ty->getPointerTo(); in initializeCallbacks() local
510 Type *PtrTy = Ty->getPointerTo(); in instrumentAtomic() local
524 Type *PtrTy = Ty->getPointerTo(); in instrumentAtomic() local
541 Type *PtrTy = Ty->getPointerTo(); in instrumentAtomic() local
555 Type *PtrTy = Ty->getPointerTo(); in instrumentAtomic() local
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp29 if (const PointerType *PtrTy = T->getAs<PointerType>()) in GetUnderlyingFunction() local
654 if (const PointerType *PtrTy = CanonicalSubT->getAs<PointerType>()) { in CheckExceptionSpecSubset() local
673 if (const PointerType *PtrTy = CanonicalSuperT->getAs<PointerType>()) in CheckExceptionSpecSubset() local
/external/llvm/lib/Target/R600/
DSITypeRewriter.cpp82 Type *PtrTy = Ptr->getType(); in visitLoadInst() local
DAMDGPUISelLowering.cpp682 PointerType *PtrTy = PointerType::get(InitTy, AMDGPUAS::PRIVATE_ADDRESS); in LowerConstantInitializer() local
690 PointerType *PtrTy = PointerType::get(CFP->getType(), 0); in LowerConstantInitializer() local
739 PointerType *PtrTy = PointerType::get(InitTy, AMDGPUAS::PRIVATE_ADDRESS); in LowerConstantInitializer() local
DR600ISelLowering.cpp1677 PointerType *PtrTy = PointerType::get(VT.getTypeForEVT(*DAG.getContext()), in LowerFormalArguments() local
DSIISelLowering.cpp383 PointerType *PtrTy = PointerType::get(Ty, AMDGPUAS::CONSTANT_ADDRESS); in LowerParameter() local
/external/llvm/lib/CodeGen/
DStackProtector.cpp335 PointerType *PtrTy = Type::getInt8PtrTy(RI->getContext()); in CreatePrologue() local
/external/llvm/unittests/IR/
DConstantsTest.cpp334 Type *PtrTy = PointerType::get(IntTy, 0); in TEST() local
/external/clang/lib/StaticAnalyzer/Checkers/
DGenericTaintChecker.cpp598 if (const PointerType * PtrTy = in isStdin() local
DCStringChecker.cpp353 QualType PtrTy = Ctx.getPointerType(Ctx.CharTy); in CheckBufferAccess() local
/external/llvm/lib/Transforms/Scalar/
DScalarizer.cpp65 PointerType *PtrTy; member in __anon6cd634c50111::Scatterer
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp726 auto PtrTy = llvm::PointerType::getUnqual(ITy); in createForStaticInitFunction() local
774 auto PtrTy = llvm::PointerType::getUnqual(ITy); in createDispatchNextFunction() local
DItaniumCXXABI.cpp3417 llvm::Type *PtrTy = in InitCatchParam() local
3467 llvm::Type *PtrTy = LLVMCatchTy->getPointerTo(0); // addrspace 0 ok in InitCatchParam() local
3491 llvm::Type *PtrTy = LLVMCatchTy->getPointerTo(0); // addrspace 0 ok in InitCatchParam() local
DCGExprAgg.cpp591 QualType PtrTy = CGF.getContext().getPointerType(Ty); in VisitCastExpr() local
DCGBuiltin.cpp1171 QualType PtrTy = E->getArg(0)->IgnoreImpCasts()->getType(); in EmitBuiltinExpr() local
1257 QualType PtrTy = E->getArg(0)->IgnoreImpCasts()->getType(); in EmitBuiltinExpr() local
5947 llvm::Type *PtrTy = llvm::PointerType::getUnqual(Int64Ty); in EmitX86BuiltinExpr() local
DCGExpr.cpp2634 QualType PtrTy = BaseExpr->getType()->getPointeeType(); in EmitMemberExpr() local
2679 llvm::Type *PtrTy = llvm::Type::getIntNPtrTy( in EmitLValueForField() local
/external/llvm/include/llvm/IR/
DIRBuilder.h1627 PointerType *PtrTy = cast<PointerType>(PtrValue->getType()); variable
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp872 Type *InstCombiner::FindElementAtOffset(PointerType *PtrTy, int64_t Offset, in FindElementAtOffset()
1504 Type *PtrTy = GEP.getPointerOperandType(); in visitGetElementPtrInst() local
DInstCombineCasts.cpp1469 Type *PtrTy = DL.getIntPtrType(CI.getContext(), AS); in visitPtrToInt() local
/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp2154 EVT PtrTy = Address->getValueType(0); in lowerMSALoadIntr() local
2222 EVT PtrTy = Address->getValueType(0); in lowerMSAStoreIntr() local
DMipsISelLowering.cpp1710 IntegerType *PtrTy = Type::getIntNTy(*DAG.getContext(), PtrSize); in lowerGlobalTLSAddress() local
3589 EVT PtrTy = getPointerTy(); in copyByValRegs() local
3626 EVT PtrTy = getPointerTy(), RegTy = MVT::getIntegerVT(RegSizeInBytes * 8); in passByValArg() local
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp508 const PointerType *PtrTy = cast<PointerType>(Ty); in isStridedPtr() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1809 EVT PtrTy = TLI.getPointerTy(); in visitSPDescriptorParent() local
3402 MVT PtrTy = DAG.getTargetLoweringInfo().getPointerTy(AS); in visitGetElementPtr() local
5128 EVT PtrTy = TLI.getPointerTy(); in visitIntrinsicCall() local
6143 llvm::PointerType *PtrTy = dyn_cast<PointerType>(OpTy); in getCallOperandValEVT() local
DTargetLowering.cpp2315 llvm::PointerType *PtrTy = dyn_cast<PointerType>(OpTy); in ParseConstraints() local
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3873 const PointerType *PtrTy = dyn_cast<PointerType>(Ptr->getType()); in getStrideFromPointer() local
5121 Type *PtrTy = ToVectorTy(Ptr->getType(), VF); in getInstructionCost() local

12