Home
last modified time | relevance | path

Searched defs:PType (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/llvm/lib/Target/NVPTX/
H A DNVPTXLowerKernelArgs.cpp146 PointerType *PType = dyn_cast<PointerType>(Arg->getType()); in handleByValParam() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXLowerArgs.cpp157 PointerType *PType = dyn_cast<PointerType>(Arg->getType()); in handleByValParam() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/
DPredicateInfo.h139 PredicateWithEdge(PredicateType PType, Value *Op, BasicBlock *From, in PredicateWithEdge()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h140 PredicateWithEdge(PredicateType PType, Value *Op, BasicBlock *From, in PredicateWithEdge()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/
DPredicateInfo.h139 PredicateWithEdge(PredicateType PType, Value *Op, BasicBlock *From, in PredicateWithEdge()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/
DPredicateInfo.h139 PredicateWithEdge(PredicateType PType, Value *Op, BasicBlock *From, in PredicateWithEdge()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/
DPredicateInfo.h139 PredicateWithEdge(PredicateType PType, Value *Op, BasicBlock *From, in PredicateWithEdge()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h156 PredicateWithEdge(PredicateType PType, Value *Op, BasicBlock *From, in PredicateWithEdge()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.cpp346 auto PType = dyn_cast<PointerType>(Ty); in getTypedPtrEltType() local
H A DSPIRVGlobalRegistry.cpp572 if (auto PType = dyn_cast<PointerType>(Ty)) { in getOrCreateSpecialType() local
684 if (auto PType = dyn_cast<PointerType>(Ty)) { in createSPIRVType() local
H A DSPIRVBuiltins.cpp1584 Type *PType = const_cast<Type *>(getBlockStructType(BlockLiteralReg, MRI)); in buildEnqueueKernel() local
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp490 QualType PType = ArgTy->getPointeeType(); in process() local
/aosp_15_r20/external/clang/lib/AST/
H A DASTContext.cpp5190 QualType PType = PI->getType(); in getObjCEncodingForBlock() local
5205 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForBlock() local
5233 QualType PType = PI->getType(); in getObjCEncodingForFunctionDecl() local
5247 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForFunctionDecl() local
5300 QualType PType = (*PI)->getType(); in getObjCEncodingForMethodDecl() local
5318 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForMethodDecl() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp364 const DIType *PType = stripQualifiers(cast<DIType>(ParentType)); in IsValidAIChain() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp511 const DIType *PType = stripQualifiers(cast<DIType>(ParentType)); in IsValidAIChain() local
/aosp_15_r20/external/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp626 llvm::Type *PType = CGF.ConvertTypeForMem(MPT->getPointeeType()) in EmitMemberDataPointerAddress() local
H A DMicrosoftCXXABI.cpp2940 llvm::Type *PType = in EmitMemberDataPointerAddress() local
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaChecking.cpp9382 static void diagnoseArrayStarInParamType(Sema &S, QualType PType, in diagnoseArrayStarInParamType()
9445 QualType PType = Param->getOriginalType(); in CheckParmsForFunctionDef() local