Home
last modified time | relevance | path

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

123

/minix/external/bsd/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARCUtil.cpp97 if (PointerType *PTy = dyn_cast<PointerType>(A0->getType())) { in GetFunctionClass() local
132 if (PointerType *PTy = dyn_cast<PointerType>(A0->getType())) in GetFunctionClass() local
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp71 auto *PTy = cast<PointerType>(I->getType()); in CloneModule() local
/minix/external/bsd/llvm/dist/llvm/unittests/Support/
H A DCasting.cpp249 class PTy { class
252 PTy(Base *B) : B(B) {} in PTy() function in __anoncbd932ec0311::pointer_wrappers::PTy
/minix/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp998 const PointerType *PTy = GVar->getType(); in printModuleLevelGV() local
1301 const PointerType *PTy = GVar->getType(); in emitPTXGlobalVariable() local
1475 const PointerType *PTy = dyn_cast<PointerType>(Ty); in emitFunctionParamList() local
1535 const PointerType *PTy = dyn_cast<PointerType>(Ty); in emitFunctionParamList() local
1700 PointerType *PTy = dyn_cast<PointerType>(GVar->getType()); in printScalarConstant() local
1716 PointerType *PTy = dyn_cast<PointerType>(Cexpr->getType()); in printScalarConstant() local
H A DNVPTXAsmPrinter.h150 PointerType *PTy = dyn_cast<PointerType>(GVar->getType()); in print() local
H A DNVPTXISelLowering.cpp967 const PointerType *PTy = dyn_cast<PointerType>(Ty); in getPrototype() local
1297 const PointerType *PTy = dyn_cast<PointerType>(Args[i].Ty); in LowerCall() local
2005 const PointerType *PTy = dyn_cast<PointerType>(Ty); in isImageOrSamplerVal() local
/minix/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp393 PointerType *PTy, in expandAddToGEP()
729 } else if (PointerType *PTy = dyn_cast<PointerType>(Sum->getType())) { in visitAddExpr() local
743 } else if (PointerType *PTy = dyn_cast<PointerType>(Op->getType())) { in visitAddExpr() local
1355 if (PointerType *PTy = dyn_cast<PointerType>(ExpandTy)) { in expandAddRecExprLiterally() local
1416 if (PointerType *PTy = dyn_cast<PointerType>(Base->getType())) { in visitAddRecExpr() local
H A DLazyValueInfo.cpp636 PointerType *PTy = cast<PointerType>(Val->getType()); in solveBlockValueNonLocal() local
664 PointerType *PTy = cast<PointerType>(Val->getType()); in solveBlockValueNonLocal() local
/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp479 PointerType *PTy = dyn_cast<PointerType>(ATy->getElementType()); in visitGlobalVariable() local
917 if (PointerType *PTy = dyn_cast<PointerType>(Ty)) { in VerifyParameterAttrs() local
1975 PointerType *PTy = dyn_cast<PointerType>(LI.getOperand(0)->getType()); in visitLoadInst() local
2005 PointerType *PTy = dyn_cast<PointerType>(SI.getOperand(1)->getType()); in visitStoreInst() local
2036 PointerType *PTy = AI.getType(); in visitAllocaInst() local
2068 PointerType *PTy = dyn_cast<PointerType>(CXI.getOperand(0)->getType()); in visitAtomicCmpXchgInst() local
2092 PointerType *PTy = dyn_cast<PointerType>(RMWI.getOperand(0)->getType()); in visitAtomicRMWInst() local
H A DConstantFold.cpp109 if (PointerType *PTy = dyn_cast<PointerType>(V->getType())) in FoldBitCast() local
371 if (PointerType *PTy = dyn_cast<PointerType>(Ty)) in getFoldedSizeOf() local
436 if (PointerType *PTy = dyn_cast<PointerType>(Ty)) in getFoldedAlignOf() local
1973 if (const PointerType *PTy = dyn_cast<PointerType>(STy)) in isIndexInRangeOfSequentialType() local
H A DGlobals.cpp279 PointerType *PTy = Aliasee->getType(); in create() local
H A DModule.cpp231 PointerType *PTy = PointerType::get(Ty, GVTy->getPointerAddressSpace()); in getOrInsertGlobal() local
H A DAsmWriter.cpp460 PointerType *PTy = cast<PointerType>(Ty); in print() local
475 VectorType *PTy = cast<VectorType>(Ty); in print() local
2231 PointerType *PTy = cast<PointerType>(Operand->getType()); in printInstruction() local
2272 PointerType *PTy = cast<PointerType>(Operand->getType()); in printInstruction() local
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DGlobalMerge.cpp229 auto *PTy = cast<PointerType>(GEP->getType()); in doMerge() local
H A DForwardControlFlowIntegrity.cpp141 PointerType *PTy = dyn_cast<PointerType>(VTy); in updateIndirectCalls() local
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1336 PointerType *PTy = cast<PointerType>(Callee->getType()); in visitCallSite() local
1565 Type *PTy = getPromotedType((*AI)->getType()); in transformConstExprCastCall() local
1656 PointerType *PTy = cast<PointerType>(Callee->getType()); in transformCallThroughTrampoline() local
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp1710 llvm::Type *PTy = FTy->getParamType(i); in EmitBuiltinExpr() local
5403 llvm::Type *PTy = llvm::PointerType::getUnqual(VTy->getVectorElementType()); in EmitAArch64BuiltinExpr() local
5433 llvm::Type *PTy = llvm::PointerType::getUnqual(VTy->getVectorElementType()); in EmitAArch64BuiltinExpr() local
5488 llvm::Type *PTy = llvm::PointerType::getUnqual(VTy); in EmitAArch64BuiltinExpr() local
5499 llvm::Type *PTy = llvm::PointerType::getUnqual(VTy); in EmitAArch64BuiltinExpr() local
5510 llvm::Type *PTy = llvm::PointerType::getUnqual(VTy); in EmitAArch64BuiltinExpr() local
5521 llvm::Type *PTy = in EmitAArch64BuiltinExpr() local
5533 llvm::Type *PTy = in EmitAArch64BuiltinExpr() local
5545 llvm::Type *PTy = in EmitAArch64BuiltinExpr() local
H A DCodeGenTypes.cpp422 const PointerType *PTy = cast<PointerType>(Ty); in ConvertType() local
H A DTargetInfo.cpp1272 llvm::Type *PTy = in EmitVAArg() local
3029 llvm::Type *PTy = in EmitVAArg() local
3171 llvm::Type *PTy = llvm::PointerType::getUnqual(CGF.ConvertType(Ty)); in EmitVAArg() local
3735 llvm::Type *PTy = llvm::PointerType::getUnqual(CGF.ConvertType(Ty)); in EmitVAArg() local
4284 llvm::Type *PTy = llvm::PointerType::getUnqual(CGF.ConvertType(Ty)); in EmitDarwinVAArg() local
4305 llvm::Type *PTy = llvm::PointerType::getUnqual(CGF.ConvertType(Ty)); in EmitDarwinVAArg() local
4984 llvm::Type *PTy = llvm::PointerType::getUnqual(CGF.ConvertType(Ty)); in EmitVAArg() local
5042 llvm::Type *PTy = in EmitVAArg() local
5846 llvm::Type *PTy = llvm::PointerType::getUnqual(CGF.ConvertType(Ty)); in EmitVAArg() local
6082 llvm::Type *PTy = in EmitVAArg() local
H A DCodeGenModule.cpp1644 llvm::Type *PTy = llvm::PointerType::getUnqual(Ty); in GetOrCreateLLVMFunction() local
1847 llvm::PointerType *PTy = in GetAddrOfGlobalVar() local
2666 llvm::Type *PTy = llvm::PointerType::getUnqual(Ty); in GetAddrOfConstantString() local
2673 llvm::Type *PTy = llvm::ArrayType::get(Ty, 0); in GetAddrOfConstantString() local
/minix/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp404 PointerType *PTy = cast<PointerType>(T); in WriteTypeTable() local
1427 PointerType *PTy = cast<PointerType>(Callee->getType()); in WriteInstruction() local
1570 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType()); in WriteInstruction() local
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaPseudoObject.cpp1123 if (const ObjCObjectPointerType *PTy = in findAtIndexGetter() local
1232 if (const ObjCObjectPointerType *PTy = in findAtIndexSetter() local
/minix/external/bsd/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp668 auto *PTy = dyn_cast<PointerType>(AliaseeType); in ParseAlias() local
1011 PointerType *PTy = dyn_cast<PointerType>(Ty); in GetGlobalVal() local
1053 PointerType *PTy = dyn_cast<PointerType>(Ty); in GetGlobalVal() local
3129 PointerType *PTy = dyn_cast<PointerType>(Ty); in ConvertValIDToValue() local
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp111 else if (const PointerType* PTy = BaseType->getAs<PointerType>()) in GetBaseType() local
/minix/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1774 PointerType *PTy = cast<PointerType>(CurTy); in ParseConstants() local
1799 PointerType *PTy = cast<PointerType>(CurTy); in ParseConstants() local
2288 auto *PTy = dyn_cast<PointerType>(Ty); in ParseModule() local

123