Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.h183 if (auto PType = dyn_cast<TypedPointerType>(Ty)) in getPointeeType() local
H A DSPIRVGlobalRegistry.cpp885 if (auto PType = dyn_cast<TypedPointerType>(Ty)) in createSPIRVType() local
887 else if (auto PType = dyn_cast<PointerType>(Ty)) in createSPIRVType() local
893 if (auto PType = dyn_cast<TypedPointerType>(Ty)) in createSPIRVType() local
H A DSPIRVEmitIntrinsics.cpp1021 if (auto PType = dyn_cast<TypedPointerType>(VTy)) in insertAssignPtrTypeTargetExt() local
1476 if (auto PType = dyn_cast<TypedPointerType>(OpTy)) { in insertAssignTypeIntrs() local
H A DSPIRVBuiltins.cpp2133 Type *PType = const_cast<Type *>(getBlockStructType(BlockLiteralReg, MRI)); in buildEnqueueKernel() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h140 PredicateWithEdge(PredicateType PType,Value * Op,BasicBlock * From,BasicBlock * To,Value * Cond) PredicateWithEdge() argument
/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp418 auto PType = PrototypeDescriptorStr.back(); in parsePrototypeDescriptor() local
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp500 const DIType *PType = stripQualifiers(cast<DIType>(ParentType)); in IsValidAIChain() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp8123 QualType PType = PI->getType(); in getObjCEncodingForBlock() local
8138 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForBlock() local
8167 QualType PType = PI->getType(); in getObjCEncodingForFunctionDecl() local
8181 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForFunctionDecl() local
8234 QualType PType = (*PI)->getType(); in getObjCEncodingForMethodDecl() local
8252 QualType PType = PVDecl->getOriginalType(); in getObjCEncodingForMethodDecl() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3365 QualType PType; in DeduceTemplateArgumentsFromType() local
H A DSemaChecking.cpp12670 static void diagnoseArrayStarInParamType(Sema &S, QualType PType, in diagnoseArrayStarInParamType()
12736 QualType PType = Param->getOriginalType(); in CheckParmsForFunctionDef() local