Home
last modified time | relevance | path

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

12

/external/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp168 Type *PtrTy = Ty->getPointerTo(); in initializeCallbacks() local
517 Type *PtrTy = Ty->getPointerTo(); in instrumentAtomic() local
531 Type *PtrTy = Ty->getPointerTo(); in instrumentAtomic() local
548 Type *PtrTy = Ty->getPointerTo(); in instrumentAtomic() local
562 Type *PtrTy = Ty->getPointerTo(); in instrumentAtomic() local
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp29 if (const PointerType *PtrTy = T->getAs<PointerType>()) in GetUnderlyingFunction() local
679 if (const PointerType *PtrTy = CanonicalSubT->getAs<PointerType>()) { in CheckExceptionSpecSubset() local
698 if (const PointerType *PtrTy = CanonicalSuperT->getAs<PointerType>()) in CheckExceptionSpecSubset() local
/external/clang/lib/CodeGen/
DCGBuilder.h178 auto PtrTy = Ty->getPointerTo(Addr.getAddressSpace()); variable
DCGOpenMPRuntime.cpp967 auto PtrTy = llvm::PointerType::getUnqual(ITy); in createForStaticInitFunction() local
1032 auto PtrTy = llvm::PointerType::getUnqual(ITy); in createDispatchNextFunction() local
3310 const PointerType *PtrTy = cast<PointerType>(RI->getType().getTypePtr()); in emitTargetCall() local
3345 const ReferenceType *PtrTy = in emitTargetCall() local
DItaniumCXXABI.cpp3614 llvm::Type *PtrTy = in InitCatchParam() local
3665 llvm::Type *PtrTy = LLVMCatchTy->getPointerTo(0); // addrspace 0 ok in InitCatchParam() local
3690 llvm::Type *PtrTy = LLVMCatchTy->getPointerTo(0); // addrspace 0 ok in InitCatchParam() local
DCGBuiltin.cpp1308 QualType PtrTy = E->getArg(0)->IgnoreImpCasts()->getType(); in EmitBuiltinExpr() local
1394 QualType PtrTy = E->getArg(0)->IgnoreImpCasts()->getType(); in EmitBuiltinExpr() local
6317 llvm::Type *PtrTy = llvm::PointerType::getUnqual(Int64Ty); in EmitX86BuiltinExpr() local
DCGExpr.cpp811 if (auto PtrTy = CE->getSubExpr()->getType()->getAs<PointerType>()) { in EmitPointerWithAlignment() local
3041 QualType PtrTy = BaseExpr->getType()->getPointeeType(); in EmitMemberExpr() local
/external/llvm/lib/Target/AMDGPU/
DSITypeRewriter.cpp76 Type *PtrTy = Ptr->getType(); in visitLoadInst() local
DAMDGPUISelLowering.cpp697 PointerType *PtrTy = PointerType::get(InitTy, AMDGPUAS::PRIVATE_ADDRESS); in LowerConstantInitializer() local
705 PointerType *PtrTy = PointerType::get(CFP->getType(), 0); in LowerConstantInitializer() local
754 PointerType *PtrTy = PointerType::get(InitTy, AMDGPUAS::PRIVATE_ADDRESS); in LowerConstantInitializer() local
DR600ISelLowering.cpp1674 PointerType *PtrTy = PointerType::get(VT.getTypeForEVT(*DAG.getContext()), in LowerFormalArguments() local
/external/llvm/unittests/IR/
DConstantsTest.cpp352 Type *PtrTy = PointerType::get(IntTy, 0); in TEST() local
448 auto *PtrTy = PointerType::get(i32, 0); in TEST() local
/external/llvm/lib/CodeGen/
DStackProtector.cpp335 PointerType *PtrTy = Type::getInt8PtrTy(RI->getContext()); in CreatePrologue() local
/external/llvm/lib/Analysis/
DVectorUtils.cpp290 auto *PtrTy = dyn_cast<PointerType>(Ptr->getType()); in getStrideFromPointer() local
DLoopAccessAnalysis.cpp828 auto *PtrTy = cast<PointerType>(Ty); in isStridedPtr() local
/external/clang/lib/StaticAnalyzer/Checkers/
DGenericTaintChecker.cpp598 if (const PointerType * PtrTy = in isStdin() local
DCStringChecker.cpp362 QualType PtrTy = Ctx.getPointerType(Ctx.CharTy); in CheckBufferAccess() local
840 QualType PtrTy = Ctx.getPointerType(Ctx.CharTy); in IsFirstBufInBound() local
/external/llvm/lib/Transforms/Scalar/
DScalarizer.cpp65 PointerType *PtrTy; member in __anonf470d1aa0111::Scatterer
/external/llvm/include/llvm/IR/
DIRBuilder.h1750 PointerType *PtrTy = cast<PointerType>(PtrValue->getType()); variable
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp932 Type *InstCombiner::FindElementAtOffset(PointerType *PtrTy, int64_t Offset, in FindElementAtOffset()
1568 Type *PtrTy = GEP.getPointerOperandType(); in visitGetElementPtrInst() local
DInstCombineCasts.cpp1547 Type *PtrTy = DL.getIntPtrType(CI.getContext(), AS); in visitPtrToInt() local
/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp2178 EVT PtrTy = Address->getValueType(0); in lowerMSALoadIntr() local
2246 EVT PtrTy = Address->getValueType(0); in lowerMSAStoreIntr() local
DMipsISelLowering.cpp1749 IntegerType *PtrTy = Type::getIntNTy(*DAG.getContext(), PtrSize); in lowerGlobalTLSAddress() local
3664 EVT PtrTy = getPointerTy(DAG.getDataLayout()); in copyByValRegs() local
3701 EVT PtrTy = getPointerTy(DAG.getDataLayout()), in passByValArg() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1909 EVT PtrTy = TLI.getPointerTy(DAG.getDataLayout()); in visitSPDescriptorParent() local
3004 MVT PtrTy = in visitGetElementPtr() local
4905 EVT PtrTy = TLI.getPointerTy(DAG.getDataLayout()); in visitIntrinsicCall() local
4922 EVT PtrTy = TLI.getPointerTy(DAG.getDataLayout()); in visitIntrinsicCall() local
5959 llvm::PointerType *PtrTy = dyn_cast<PointerType>(OpTy); in getCallOperandValEVT() local
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2246 Type *PtrTy = VecTy->getPointerTo(Ptr->getType()->getPointerAddressSpace()); in vectorizeInterleaveGroup() local
4594 PointerType *PtrTy = dyn_cast<PointerType>(Ptr->getType()); in collectConstStridedAccesses() local
5493 Type *PtrTy = ToVectorTy(Ptr->getType(), VF); in getInstructionCost() local
/external/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp361 Type *PtrTy = cast<PointerType>(PtrOp->getType())->getElementType(); in processGepInst() local

12