Home
last modified time | relevance | path

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

123

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLowLevelType.cpp30 if (auto PTy = dyn_cast<PointerType>(&Ty)) { in getLLTForType() local
H A DSwitchLoweringUtils.cpp285 EVT PTy = TLI->getPointerTy(*DL); in findBitTestClusters() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp194 PointerType *PTy = PointerType::get(CalledOperandType, 0); in insertCFGuardDispatch() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h163 PointerType *PTy = dyn_cast<PointerType>(v0->getType()); in print() local
H A DNVPTXAsmPrinter.cpp1003 PointerType *PTy = GVar->getType(); in printModuleLevelGV() local
1476 auto *PTy = dyn_cast<PointerType>(Ty); in emitFunctionParamList() local
1542 auto *PTy = dyn_cast<PointerType>(Ty); in emitFunctionParamList() local
1729 PointerType *PTy = dyn_cast<PointerType>(Cexpr->getType()); in printScalarConstant() local
H A DNVPTXISelLowering.cpp1342 auto *PTy = dyn_cast<PointerType>(Ty); in getPrototype() local
1565 auto *PTy = dyn_cast<PointerType>(Args[i].Ty); in LowerCall() local
2429 auto *PTy = dyn_cast<PointerType>(Ty); in isImageOrSamplerVal() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp282 auto *PTy = cast<PointerType>(U->get()->getType()); in runOnModule() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp313 const VectorType *PTy = cast<const VectorType>(Ty); in getSmallestAddressableSize() local
H A DHexagonCommonGEP.cpp191 Type *PTy = nullptr; // Type of the pointer operand. member
205 if (auto *PTy = dyn_cast<PointerType>(Ty)) in next_type() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp447 PointerType *PTy, in expandAddToGEP()
640 Value *SCEVExpander::expandAddToGEP(const SCEV *Op, PointerType *PTy, Type *Ty, in expandAddToGEP()
758 } else if (PointerType *PTy = dyn_cast<PointerType>(Sum->getType())) { in visitAddExpr() local
772 } else if (PointerType *PTy = dyn_cast<PointerType>(Op->getType())) { in visitAddExpr() local
1527 if (PointerType *PTy = dyn_cast<PointerType>(ExpandTy)) { in expandAddRecExprLiterally() local
1598 if (PointerType *PTy = dyn_cast<PointerType>(Base->getType())) { in visitAddRecExpr() local
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DModule.cpp159 auto *PTy = PointerType::get(Ty, F->getAddressSpace()); in getOrInsertFunction() local
216 PointerType *PTy = PointerType::get(Ty, GVTy->getPointerAddressSpace()); in getOrInsertGlobal() local
H A DConstantFold.cpp118 if (PointerType *PTy = dyn_cast<PointerType>(V->getType())) in FoldBitCast() local
394 if (PointerType *PTy = dyn_cast<PointerType>(Ty)) in getFoldedSizeOfImpl() local
471 if (PointerType *PTy = dyn_cast<PointerType>(Ty)) in getFoldedAlignOf() local
H A DVerifier.cpp711 PointerType *PTy = dyn_cast<PointerType>(ATy->getElementType()); in visitGlobalVariable() local
1839 if (PointerType *PTy = dyn_cast<PointerType>(Ty)) { in verifyParameterAttrs() local
3019 if (auto *PTy = dyn_cast<PointerType>(SrcTy->getScalarType())) in visitPtrToIntInst() local
3046 if (auto *PTy = dyn_cast<PointerType>(DestTy->getScalarType())) in visitIntToPtrInst() local
3660 if (auto *PTy = dyn_cast<PointerType>(GEP.getType())) { in visitGetElementPtrInst() local
3728 PointerType *PTy = dyn_cast<PointerType>(LI.getOperand(0)->getType()); in visitLoadInst() local
3754 PointerType *PTy = dyn_cast<PointerType>(SI.getOperand(1)->getType()); in visitStoreInst() local
H A DType.cpp97 if (auto *PTy = dyn_cast<PointerType>(this)) { in canLosslesslyBitCastTo() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDataLayout.h397 auto *PTy = dyn_cast<PointerType>(Ty); in isNonIntegralPointerType() local
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaPseudoObject.cpp1145 if (const ObjCObjectPointerType *PTy = in findAtIndexGetter() local
1248 if (const ObjCObjectPointerType *PTy = in findAtIndexSetter() local
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp153 if (const PointerType *PTy = BaseType->getAs<PointerType>()) in GetBaseType() local
167 else if (const ParenType *PTy = BaseType->getAs<ParenType>()) in GetBaseType() local
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDeclCXX.cpp200 llvm::PointerType *PTy = llvm::PointerType::get(LTy, ExpectedAddrSpace); in EmitCXXGlobalVarDeclInit() local
H A DCodeGenTypes.cpp640 const PointerType *PTy = cast<PointerType>(Ty); in ConvertType() local
H A DCGExprCXX.cpp134 const auto *PTy = BaseExpr->getType()->castAs<PointerType>(); in EmitCXXPseudoDestructorExpr() local
173 if (const PointerType *PTy = T->getAs<PointerType>()) in getCXXRecord() local
/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DBodyFarm.cpp420 QualType PTy = PDecl->getType().getNonReferenceType(); in create_call_once() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp554 auto *PTy = cast<PointerType>(C->getType()); in FoldReinterpretLoadFromConstPtr() local
941 auto *PTy = cast<PointerType>(Ptr->getType()); in SymbolicallyEvaluateGEP() local
H A DInlineCost.cpp2446 PointerType *PTy = cast<PointerType>(Call.getArgOperand(I)->getType()); in getCallsiteCost() local
2531 PointerType *PTy = cast<PointerType>(Call.getArgOperand(I)->getType()); in getAttributeBasedInliningDecision() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp444 const auto *PTy = dyn_cast<DICompositeType>(PType); in IsValidAIChain() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2301 PointerType *PTy = cast<PointerType>(Callee->getType()); in visitCallBase() local
2656 Type *PTy = getPromotedType((*AI)->getType()); in transformConstExprCastCall() local

123