/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | SanitizerStats.cpp | 45 PointerType *Int8PtrTy = B.getInt8PtrTy(); in create() local 77 PointerType *Int8PtrTy = Type::getInt8PtrTy(M->getContext()); in finish() local
|
H A D | ModuleUtils.cpp | 90 Type *Int8PtrTy = llvm::Type::getInt8PtrTy(M.getContext()); in appendToUsedList() local
|
H A D | CodeExtractor.cpp | 571 auto *Int8PtrTy = Type::getInt8PtrTy(Ctx); in findAllocas() local 1071 auto Int8PtrTy = Type::getInt8PtrTy(Ctx); in insertLifetimeMarkersSurroundingCall() local
|
H A D | InlineFunction.cpp | 1459 Type *Int8PtrTy = Type::getInt8PtrTy(Ty->getContext(), in hasLifetimeMarkers() local
|
H A D | ScalarEvolutionExpander.cpp | 168 auto *Int8PtrTy = Builder.getInt8PtrTy(PtrTy->getAddressSpace()); in InsertNoopCastOfTo() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULateCodeGenPrepare.cpp | 166 PointerType *Int8PtrTy = Type::getInt8PtrTy(LI.getContext(), AS); in visitLoadInst() local
|
H A D | AMDGPUHSAMetadataStreamer.cpp | 400 auto Int8PtrTy = Type::getInt8PtrTy(Func.getContext(), in emitHiddenKernelArgs() local 810 auto Int8PtrTy = in emitHiddenKernelArgs() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenTypeCache.h | 57 llvm::PointerType *Int8PtrTy; member
|
H A D | CGException.cpp | 266 llvm::PointerType* Int8PtrTy = llvm::PointerType::get( in getOpaquePersonalityFn() local
|
H A D | ItaniumCXXABI.cpp | 1355 llvm::Type *Int8PtrTy = CGF.Int8PtrTy; in getItaniumDynamicCastFn() local
|
H A D | CGObjCMac.cpp | 176 llvm::PointerType *Int8PtrTy, *Int8PtrPtrTy; member in __anon0cc8f9a20111::ObjCCommonTypesHelper
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | ConstantHoisting.cpp | 762 PointerType *Int8PtrTy = Type::getInt8PtrTy(*Ctx, in emitBaseConstants() local
|
H A D | LoopIdiomRecognize.cpp | 1109 Type *Int8PtrTy = DestInt8PtrTy; in processLoopStridedStore() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/ |
H A D | CoroInstr.h | 188 auto *const Int8PtrTy = Type::getInt8PtrTy(getContext()); in setCoroutineSelf() local
|
H A D | CoroSplit.cpp | 1495 auto *Int8PtrTy = Type::getInt8PtrTy(Context); in replaceAsyncResumeFunction() local 1549 auto *Int8PtrTy = Type::getInt8PtrTy(Context); in splitAsyncCoroutine() local
|
H A D | CoroFrame.cpp | 2398 auto *Int8PtrTy = Type::getInt8PtrTy(F.getContext()); in sinkLifetimeStartMarkers() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 388 PointerType *Int8PtrTy = Type::getInt8PtrTy(M.getContext()); in getFindMatchingCatch() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 970 auto *Int8PtrTy = getInt8PtrTy(PtrType->getPointerAddressSpace()); in CreateLaunderInvariantGroup() local 995 auto *Int8PtrTy = getInt8PtrTy(PtrType->getPointerAddressSpace()); in CreateStripInvariantGroup() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 884 auto *Int8PtrTy = Type::getInt8PtrTy(Ctx); in getOrCreateRegionCounters() local
|
H A D | SanitizerCoverage.cpp | 244 *Int16Ty, *Int8Ty, *Int8PtrTy, *Int1Ty, *Int1PtrTy; member in __anon8c19cfa10111::ModuleSanitizerCoverage
|
H A D | HWAddressSanitizer.cpp | 280 Type *Int8PtrTy; member in __anon4587ec1a0111::HWAddressSanitizer
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 507 PointerType *Int8PtrTy; member
|
H A D | GlobalOpt.cpp | 2261 PointerType *Int8PtrTy = Type::getInt8PtrTy(V.getContext(), 0); in setUsedInitializer() local
|
H A D | LowerTypeTests.cpp | 394 PointerType *Int8PtrTy = Type::getInt8PtrTy(M.getContext()); member in __anon008eecce0111::LowerTypeTestsModule
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 5205 Type *Int8PtrTy = Type::getInt8PtrTy(Ptr->getContext()); in SimplifyRelativeLoad() local
|