Home
last modified time | relevance | path

Searched defs:PtrType (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaSwift.cpp51 if (const auto *PtrType = Ty->getAs<PointerType>()) { in isValidSwiftIndirectResultType() local
63 if (const auto *PtrType = Ty->getAs<PointerType>()) { in isValidSwiftErrorResultType() local
H A DSemaRISCV.cpp1382 const PointerType *PtrType = PointerArg->getType()->getAs<PointerType>(); in CheckBuiltinFunctionCall() local
H A DSemaCast.cpp227 if (const auto *PtrType = dyn_cast<PointerType>(FromType)) { in CheckNoDeref() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVISelLowering.cpp240 SPIRVType *PtrType = GR.getSPIRVTypeForVReg(PtrTypeReg, MF); in validateLifetimeStart() local
579 SPIRVType *PtrType = GR.getResultType(I.getOperand(PtrOpIdx).getReg()); in enforcePtrTypeCompatibility() local
H A DSPIRVBuiltins.cpp515 SPIRVType *PtrType = GR->getOrCreateSPIRVPointerType( in buildBuiltinVariableLoad() local
2355 SPIRVType *PtrType = GR->getSPIRVTypeForVReg(Call->Arguments[0]); in buildNDRange() local
2422 Type *PtrType = PointerType::get(Context, SC1); in getOrCreateSPIRVDeviceEventPointer() local
H A DSPIRVInstructionSelector.cpp3434 SPIRVType *PtrType = in buildPointerToResource() local
4029 const SPIRVType *PtrType = GR.getOrCreateSPIRVPointerType( in loadVec3BuiltinInputID() local
4079 const SPIRVType *PtrType = GR.getOrCreateSPIRVPointerType( in loadBuiltinInputID() local
H A DSPIRVGlobalRegistry.cpp1311 SPIRVType *SPIRVGlobalRegistry::getPointeeType(SPIRVType *PtrType) { in getPointeeType()
1791 SPIRVType *PtrType, SPIRV::StorageClass::StorageClass SC, MachineInstr &I) { in changePointerStorageClass()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallPtrSet.h596 void swap(SmallPtrSet<PtrType, SmallSize> &RHS) { in swap()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRefCntblBaseVirtualDtorChecker.cpp114 if (auto *PtrType = dyn_cast<PointerType>(CastType)) { in VisitCXXDeleteExpr() local
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBuiltinBitCast.cpp394 QualType PtrType = P.getType(); in DoBitCastPtr() local
H A DCompiler.cpp409 QualType PtrType = CE->getType(); in VisitCastExpr() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp828 PointerType *PtrType = G->getType(); in writeAlias() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp385 std::string PtrType = std::string(getEnumName( in visitKnownRecord() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp637 QualType PtrType = Iterator->getType(); in handlePtrIncrOrDecr() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp1053 auto *PtrType = Ptr->getType(); in CreateLaunderInvariantGroup() local
1070 auto *PtrType = Ptr->getType(); in CreateStripInvariantGroup() local
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp635 const PointerType *PtrType; member in __anon819a2c470111::PointerCastResult
637 PointerCastResult(const PointerType *PtrType, Ptr V) in PointerCastResult()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DPPC.cpp62 llvm::Type *PtrType = CGF.UnqualPtrTy; in emitPPCLoadReserveIntrinsic() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp770 PointerType *PtrType = in LowerImplicitParameter() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp507 llvm::Type *getImageRelativeType(llvm::Type *PtrType) { in getImageRelativeType()
3807 llvm::Type *PtrType = ABI.getImageRelativeType(CGM.UnqualPtrTy); in getBaseClassArray() local
H A DCGExpr.cpp5966 if (const auto *PtrType = SubExpr->getType()->getAs<PointerType>()) { in EmitCallee() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4801 Error BitcodeReader::typeCheckLoadStoreInst(Type *ValType, Type *PtrType) { in typeCheckLoadStoreInst()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6881 EVT PtrType = LDST->getBasePtr().getValueType(); in isLegalNarrowLdSt() local
20356 EVT PtrType = Origin->getBasePtr().getValueType(); in isLegal() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5727 EVT PtrType = Ptr.getValueType(); in expandf64Toi32() local