Home
last modified time | relevance | path

Searched defs:PTy (Results 1 – 25 of 49) sorted by relevance

12

/llvm-project/llvm/lib/CodeGen/
H A DLowLevelTypeUtils.cpp29 if (auto PTy = dyn_cast<PointerType>(&Ty)) { in getLLTForType() local
H A DSwitchLoweringUtils.cpp287 EVT PTy = TLI->getPointerTy(*DL); findBitTestClusters() local
/llvm-project/clang/lib/CodeGen/Targets/
H A DHexagon.cpp215 llvm::Type *PTy = CGF.ConvertTypeForMem(Ty); in EmitVAArgFromMemory() local
339 llvm::Type *PTy = CGF.ConvertType(Ty); in EmitVAArgForHexagonLinux() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp312 const VectorType *PTy = cast<const VectorType>(Ty); in getSmallestAddressableSize() local
H A DHexagonCommonGEP.cpp203 Type *PTy = nullptr; // Type indexed by this node. For pointer nodes global() member
[all...]
/llvm-project/llvm/lib/IR/
H A DVFABIDemangler.cpp332 Type *PTy = Signature->getParamType(Param.ParamPos); getScalableECFromSignature() local
H A DVerifier.cpp884 PointerType *PTy = dyn_cast<PointerType>(ATy->getElementType()); visitGlobalVariable() local
4101 if (auto *PTy = dyn_cast<PointerType>(GEP.getType())) { visitGetElementPtrInst() local
4182 PointerType *PTy = dyn_cast<PointerType>(LI.getOperand(0)->getType()); visitLoadInst() local
4208 PointerType *PTy = dyn_cast<PointerType>(SI.getOperand(1)->getType()); visitStoreInst() local
5742 __anon5ac1aa490f02(Type *PTy) visitIntrinsicCall() argument
H A DAsmWriter.cpp616 PointerType *PTy = cast<PointerType>(Ty); in print() local
631 VectorType *PTy = cast<VectorType>(Ty); in print() local
/llvm-project/llvm/unittests/Support/
H A DCasting.cpp429 class PTy { class
433 PTy(Base *B) : B(B) {} in PTy() function in __anon535cc0f40311::pointer_wrappers::PTy
/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h403 auto *PTy = dyn_cast<PointerType>(Ty); isNonIntegralPointerType() local
/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp1078 ResultType = PTy->getPointeeType(); in findAtIndexGetter() local
1177 ResultType = PTy->getPointeeType(); in findAtIndexSetter() local
/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp567 const PointerType *PTy = cast<PointerType>(Ty); ConvertType() local
H A DCGDeclCXX.cpp201 llvm::PointerType *PTy = in EmitCXXGlobalVarDeclInit() local
H A DCGExprCXX.cpp141 const auto *PTy = BaseExpr->getType()->castAs<PointerType>(); EmitCXXPseudoDestructorExpr() local
180 if (const PointerType *PTy = T->getAs<PointerType>()) getCXXRecord() local
H A DCGCall.cpp2617 QualType PTy = RefTy->getPointeeType(); ConstructAttributeList() local
2798 QualType PTy = RefTy->getPointeeType(); ConstructAttributeList() local
2818 QualType PTy = ParamType->getPointeeType(); ConstructAttributeList() local
2842 auto PTy = ParamType->getPointeeType(); ConstructAttributeList() local
[all...]
H A DCodeGenFunction.cpp2611 auto *PTy = dyn_cast<llvm::PointerType>(VTy); EmitFieldAnnotations() local
/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp158 if (const PointerType *PTy = BaseType->getAs<PointerType>()) in GetBaseType() local
175 else if (const ParenType *PTy = BaseType->getAs<ParenType>()) in GetBaseType() local
/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp452 QualType PTy = PDecl->getType().getNonReferenceType(); in create_call_once() local
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1273 PointerType *PTy = dyn_cast<PointerType>(v0->getType()); printSymbol() local
1581 auto *PTy = dyn_cast<PointerType>(Ty); emitFunctionParamList() local
/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp516 const auto *PTy = dyn_cast<DICompositeType>(PType); IsValidAIChain() local
/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp2905 PointerType *PTy = cast<PointerType>(Call.getArgOperand(I)->getType()); getCallsiteCost() local
3005 PointerType *PTy = cast<PointerType>(Call.getArgOperand(I)->getType()); getAttributeBasedInliningDecision() local
H A DLazyValueInfo.cpp832 PointerType *PTy = dyn_cast<PointerType>(Val->getType()); intersectAssumeOrGuardBlockValueConstantRange() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1681 return getPointerTy(DL, PTy->getAddressSpace()); variable
1686 if (auto *PTy = dyn_cast<PointerType>(EltTy)) { variable
1661 if (auto *PTy = dyn_cast<PointerType>(Ty)) global() variable
1667 if (auto *PTy = dyn_cast<PointerType>(EltTy)) { global() variable
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1202 auto *PTy = dyn_cast<PointerType>(AliaseeType); parseAliasOrIFunc() local
1736 createGlobalFwdRef(Module * M,PointerType * PTy) createGlobalFwdRef() argument
1764 PointerType *PTy = dyn_cast<PointerType>(Ty); getGlobalVal() local
1794 PointerType *PTy = dyn_cast<PointerType>(Ty); getGlobalVal() local
[all...]
/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1060 TypedPointerType *PTy = cast<TypedPointerType>(T); writeTypeTable() local

12