/external/llvm/lib/Transforms/Instrumentation/ |
D | ThreadSanitizer.cpp | 154 Type *PtrTy = Ty->getPointerTo(); in initializeCallbacks() local 481 Type *PtrTy = Ty->getPointerTo(); in instrumentAtomic() local 496 Type *PtrTy = Ty->getPointerTo(); in instrumentAtomic() local 514 Type *PtrTy = Ty->getPointerTo(); in instrumentAtomic() local 528 Type *PtrTy = Ty->getPointerTo(); in instrumentAtomic() local
|
D | AddressSanitizer.cpp | 1061 PointerType *PtrTy = cast<PointerType>(G->getType()); in InstrumentGlobals() local
|
/external/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 29 if (const PointerType *PtrTy = T->getAs<PointerType>()) in GetUnderlyingFunction() local 633 if (const PointerType *PtrTy = CanonicalSubT->getAs<PointerType>()) { in CheckExceptionSpecSubset() local 652 if (const PointerType *PtrTy = CanonicalSuperT->getAs<PointerType>()) in CheckExceptionSpecSubset() local
|
/external/llvm/lib/Target/R600/ |
D | SITypeRewriter.cpp | 83 Type *PtrTy = Ptr->getType(); in visitLoadInst() local
|
D | AMDGPUISelLowering.cpp | 604 PointerType *PtrTy = PointerType::get(InitTy, AMDGPUAS::PRIVATE_ADDRESS); in LowerConstantInitializer() local 612 PointerType *PtrTy = PointerType::get(CFP->getType(), 0); in LowerConstantInitializer() local 661 PointerType *PtrTy = PointerType::get(InitTy, AMDGPUAS::PRIVATE_ADDRESS); in LowerConstantInitializer() local
|
D | SIISelLowering.cpp | 292 PointerType *PtrTy = PointerType::get(VT.getTypeForEVT(*DAG.getContext()), in LowerParameter() local
|
D | R600ISelLowering.cpp | 1689 PointerType *PtrTy = PointerType::get(VT.getTypeForEVT(*DAG.getContext()), in LowerFormalArguments() local
|
/external/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 340 PointerType *PtrTy = Type::getInt8PtrTy(RI->getContext()); in CreatePrologue() local
|
/external/clang/lib/CodeGen/ |
D | CGException.cpp | 945 llvm::Type *PtrTy = in InitCatchParam() local 995 llvm::Type *PtrTy = LLVMCatchTy->getPointerTo(0); // addrspace 0 ok in InitCatchParam() local 1019 llvm::Type *PtrTy = LLVMCatchTy->getPointerTo(0); // addrspace 0 ok in InitCatchParam() local
|
D | CGExprAgg.cpp | 586 QualType PtrTy = CGF.getContext().getPointerType(Ty); in VisitCastExpr() local
|
D | CGBuiltin.cpp | 1082 QualType PtrTy = E->getArg(0)->IgnoreImpCasts()->getType(); in EmitBuiltinExpr() local 1168 QualType PtrTy = E->getArg(0)->IgnoreImpCasts()->getType(); in EmitBuiltinExpr() local 5684 llvm::Type *PtrTy = llvm::PointerType::getUnqual(Int64Ty); in EmitX86BuiltinExpr() local
|
D | CGExpr.cpp | 2486 QualType PtrTy = BaseExpr->getType()->getPointeeType(); in EmitMemberExpr() local 2531 llvm::Type *PtrTy = llvm::Type::getIntNPtrTy( in EmitLValueForField() local
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | GenericTaintChecker.cpp | 598 if (const PointerType * PtrTy = in isStdin() local
|
D | CStringChecker.cpp | 353 QualType PtrTy = Ctx.getPointerType(Ctx.CharTy); in CheckBufferAccess() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | Scalarizer.cpp | 65 PointerType *PtrTy; member in __anon798cfebc0111::Scatterer
|
D | ScalarReplAggregates.cpp | 507 PointerType* PtrTy = dyn_cast<PointerType>(GEP->getPointerOperandType()); in CanConvertToScalar() local
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 2153 EVT PtrTy = Address->getValueType(0); in lowerMSALoadIntr() local 2221 EVT PtrTy = Address->getValueType(0); in lowerMSAStoreIntr() local
|
D | MipsISelLowering.cpp | 1649 IntegerType *PtrTy = Type::getIntNTy(*DAG.getContext(), PtrSize); in lowerGlobalTLSAddress() local 3550 EVT PtrTy = getPointerTy(); in copyByValRegs() local 3587 EVT PtrTy = getPointerTy(), RegTy = MVT::getIntegerVT(RegSizeInBytes * 8); in passByValArg() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 1504 Type *PtrTy = DL->getIntPtrType(CI.getContext(), AS); in visitPtrToInt() local
|
D | InstructionCombining.cpp | 865 Type *InstCombiner::FindElementAtOffset(Type *PtrTy, int64_t Offset, in FindElementAtOffset()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 3717 const PointerType *PtrTy = dyn_cast<PointerType>(Ptr->getType()); in getStrideFromPointer() local 4267 const PointerType *PtrTy = cast<PointerType>(Ty); in isStridedPtr() local 5765 Type *PtrTy = ToVectorTy(Ptr->getType(), VF); in getInstructionCost() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 2290 llvm::PointerType *PtrTy = dyn_cast<PointerType>(OpTy); in ParseConstraints() local
|
D | SelectionDAGBuilder.cpp | 1803 EVT PtrTy = TLI->getPointerTy(); in visitSPDescriptorParent() local 5222 EVT PtrTy = TLI->getPointerTy(); in visitIntrinsicCall() local 6067 llvm::PointerType *PtrTy = dyn_cast<PointerType>(OpTy); in getCallOperandValEVT() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 1693 EVT PtrTy = getPointerTy(); in LowerFormalArguments() local 6023 PointerType *PtrTy = cast<PointerType>(I.getArgOperand(0)->getType()); in getTgtMemIntrinsic() local 6036 PointerType *PtrTy = cast<PointerType>(I.getArgOperand(1)->getType()); in getTgtMemIntrinsic() local
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 2283 EVT PtrTy = TLI.getPointerTy(); in X86VisitIntrinsicCall() local
|