Home
last modified time | relevance | path

Searched defs:PtrTy (Results 1 – 25 of 110) sorted by relevance

12345

/external/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp182 Type *PtrTy = Ty->getPointerTo(); in initializeCallbacks() local
283 Type *PtrTy = cast<PointerType>(Addr->getType()->getScalarType()); in shouldInstrumentReadWriteFromAddress() local
576 Type *PtrTy = Ty->getPointerTo(); in instrumentAtomic() local
597 Type *PtrTy = Ty->getPointerTo(); in instrumentAtomic() local
614 Type *PtrTy = Ty->getPointerTo(); in instrumentAtomic() local
628 Type *PtrTy = Ty->getPointerTo(); in instrumentAtomic() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp240 Type *PtrTy = Ty->getPointerTo(); in initialize() local
331 Type *PtrTy = cast<PointerType>(Addr->getType()->getScalarType()); in shouldInstrumentReadWriteFromAddress() local
639 Type *PtrTy = Ty->getPointerTo(); in instrumentAtomic() local
654 Type *PtrTy = Ty->getPointerTo(); in instrumentAtomic() local
671 Type *PtrTy = Ty->getPointerTo(); in instrumentAtomic() local
685 Type *PtrTy = Ty->getPointerTo(); in instrumentAtomic() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUHSAMetadataStreamer.cpp349 if (auto PtrTy = dyn_cast<PointerType>(Ty)) { in emitKernelArg() local
378 if (auto PtrTy = dyn_cast<PointerType>(Ty)) in emitKernelArg() local
771 if (auto PtrTy = dyn_cast<PointerType>(Ty)) { in emitKernelArg() local
810 if (auto PtrTy = dyn_cast<PointerType>(Ty)) in emitKernelArg() local
DAMDGPURewriteOutArguments.cpp461 Type *PtrTy = Val->getType()->getPointerTo(ArgType->getAddressSpace()); in runOnFunction() local
DAMDGPULegalizerInfo.cpp677 const LLT PtrTy = Query.Types[1]; in AMDGPULegalizerInfo() local
757 const LLT PtrTy = Query.Types[1]; in AMDGPULegalizerInfo() local
785 const LLT PtrTy = Query.Types[1]; in AMDGPULegalizerInfo() local
1619 Register DstReg, LLT PtrTy, in buildPCRelGlobalAddress()
1722 LLT PtrTy = LLT::pointer(AMDGPUAS::CONSTANT_ADDRESS, 64); in legalizeGlobalValue() local
/external/llvm/lib/IR/
DIRBuilder.cpp215 PointerType *PtrTy = cast<PointerType>(Ptr->getType()); in CreateMaskedLoad() local
234 PointerType *PtrTy = cast<PointerType>(Ptr->getType()); in CreateMaskedStore() local
266 auto PtrTy = cast<PointerType>(PtrsTy->getElementType()); in CreateMaskedGather() local
295 auto PtrTy = cast<PointerType>(PtrsTy->getElementType()); in CreateMaskedScatter() local
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp29 if (const PointerType *PtrTy = T->getAs<PointerType>()) in GetUnderlyingFunction() local
685 if (const PointerType *PtrTy = CanonicalSubT->getAs<PointerType>()) { in CheckExceptionSpecSubset() local
704 if (const PointerType *PtrTy = CanonicalSuperT->getAs<PointerType>()) in CheckExceptionSpecSubset() local
/external/clang/lib/CodeGen/
DCGBuilder.h170 auto PtrTy = Ty->getPointerTo(Addr.getAddressSpace()); variable
/external/llvm/lib/Target/AMDGPU/
DSITypeRewriter.cpp76 Type *PtrTy = Ptr->getType(); in visitLoadInst() local
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_gfx_mem.cpp373 Type* PtrTy, in TranslateGfxAddressForRead()
385 Type* PtrTy, in TranslateGfxAddressForWrite()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DRandomIRBuilder.cpp142 if (auto PtrTy = dyn_cast<PointerType>(Inst->getType())) { in findPointer() local
/external/llvm/unittests/IR/
DConstantsTest.cpp377 Type *PtrTy = PointerType::get(IntTy, 0); in TEST() local
473 auto *PtrTy = PointerType::get(i32, 0); in TEST() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIRBuilder.cpp479 auto *PtrTy = cast<PointerType>(Ptr->getType()); in CreateMaskedLoad() local
499 auto *PtrTy = cast<PointerType>(Ptr->getType()); in CreateMaskedStore() local
532 auto PtrTy = cast<PointerType>(PtrsTy->getElementType()); in CreateMaskedGather() local
566 auto PtrTy = cast<PointerType>(PtrsTy->getElementType()); in CreateMaskedScatter() local
DGlobals.cpp112 PointerType *PtrTy = getType(); in getAddressSpace() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsLegalizerInfo.cpp22 LLT PtrTy; member
/external/llvm/lib/CodeGen/
DStackProtector.cpp322 PointerType *PtrTy = Type::getInt8PtrTy(RI->getContext()); in CreatePrologue() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp519 wasm::ValType PtrTy = in getLibcallSignature() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackProtector.cpp391 PointerType *PtrTy = Type::getInt8PtrTy(RI->getContext()); in CreatePrologue() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp1028 LLT PtrTy = MRI.getType(Dst); in optimizeMemset() local
1148 LLT PtrTy = MRI.getType(Src); in optimizeMemcpy() local
1253 LLT PtrTy = MRI.getType(Src); in optimizeMemmove() local
DIRTranslator.cpp517 const LLT PtrTy = getLLTForType(*PtrIRTy, *DL); in emitJumpTable() local
1063 LLT PtrTy = getLLTForType(*PtrIRTy, *DL); in translateGetElementPtr() local
1458 LLT PtrTy = getLLTForType(*CI.getArgOperand(0)->getType(), *DL); in translateKnownIntrinsic() local
1517 LLT PtrTy = getLLTForType(*CI.getArgOperand(0)->getType(), *DL); in translateKnownIntrinsic() local
/external/llvm/lib/Analysis/
DVectorUtils.cpp159 auto *PtrTy = dyn_cast<PointerType>(Ptr->getType()); in getStrideFromPointer() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVectorUtils.cpp187 auto *PtrTy = dyn_cast<PointerType>(Ptr->getType()); in getStrideFromPointer() local
836 PointerType *PtrTy = cast<PointerType>(Ptr->getType()); in collectConstStrideAccesses() local
/external/llvm/unittests/Transforms/Utils/
DValueMapperTest.cpp69 auto *PtrTy = Type::getInt8Ty(Context)->getPointerTo(); in TEST() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DMVETailPredication.cpp295 auto *PtrTy = cast<PointerType>(I->getOperand(TypeOp)->getType()); in getVectorType() local
/external/clang/lib/StaticAnalyzer/Checkers/
DGenericTaintChecker.cpp598 if (const PointerType * PtrTy = in isStdin() local

12345