/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SanitizerStats.cpp | 76 PointerType *Int8PtrTy = PointerType::getUnqual(M->getContext()); in finish() local
|
H A D | CodeExtractor.cpp | 571 auto *Int8PtrTy = PointerType::getUnqual(Ctx); findAllocas() local
|
H A D | InlineFunction.cpp | 1701 Type *Int8PtrTy = hasLifetimeMarkers() local
|
/llvm-project/llvm/lib/Frontend/Offloading/ |
H A D | Utility.cpp | 37 Type *Int8PtrTy = PointerType::getUnqual(M.getContext()); getOffloadingEntryInitializer() local
|
H A D | OffloadWrapper.cpp | 269 llvm::Type *Int8PtrTy = PointerType::getUnqual(C); in createFatbinDesc() local 336 PointerType *Int8PtrTy = PointerType::get(C, 0); createRegisterGlobalsFunction() local [all...] |
/llvm-project/llvm/unittests/FuzzMutate/ |
H A D | OperationsTest.cpp | 360 Type *Int8PtrTy = PointerType::getUnqual(Ctx); TEST() local 408 Type *Int8PtrTy = PointerType::getUnqual(Ctx); TEST() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUHSAMetadataStreamer.cpp | 411 auto Int8PtrTy = emitHiddenKernelArgs() local 625 auto Int8PtrTy = emitHiddenKernelArgs() local [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypeCache.h | 58 llvm::PointerType *Int8PtrTy; member
|
H A D | ItaniumCXXABI.cpp | 1340 llvm::Type *Int8PtrTy = CGF.Int8PtrTy; getItaniumDynamicCastFn() local [all...] |
H A D | CGObjCMac.cpp | 176 llvm::PointerType *Int8PtrTy, *Int8PtrPtrTy; global() member in __anon5e07598a0111::ObjCCommonTypesHelper [all...] |
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 493 PointerType *Int8PtrTy = PointerType::getUnqual(M.getContext()); in getFindMatchingCatch() local 991 Type *Int8PtrTy = IRB.getPtrTy(); runOnModule() local 1000 Type *Int8PtrTy = IRB.getPtrTy(); runOnModule() local
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 1215 auto *Int8PtrTy = PointerType::getUnqual(Fn->getContext()); getFuncAddrForProfData() local 1322 auto *Int8PtrTy = PointerType::getUnqual(GV->getContext()); getVTableAddrForProfData() local 1600 auto *Int8PtrTy = PointerType::getUnqual(Ctx); createDataVariable() local
|
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 1631 auto *Int8PtrTy = PointerType::getUnqual(Context); replaceAsyncResumeFunction() local 1689 auto *Int8PtrTy = PointerType::getUnqual(Context); splitAsyncCoroutine() local
|
/llvm-project/llvm/unittests/IR/ |
H A D | InstructionsTest.cpp | 413 Type *Int8PtrTy = PointerType::get(Int8Ty, 0); TEST() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 1092 Type *Int8PtrTy = DestInt8PtrTy; processLoopStridedStore() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 549 PointerType *Int8PtrTy; global() member
|
H A D | LowerTypeTests.cpp | 422 PointerType *Int8PtrTy = PointerType::getUnqual(M.getContext()); global() member in __anonfb408bb60111::LowerTypeTestsModule
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 2457 auto Int8PtrTy = PointerType::getUnqual(M.getContext()); doFinalization() local
|
/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 3507 Type *Int8PtrTy = PointerType::getUnqual(M.getContext()); getFreshReductionFunc() local 6487 auto *Int8PtrTy = PointerType::getUnqual(Builder.getContext()); createOutlinedFunction() local
|