/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SanitizerStats.cpp | 46 PointerType *Int8PtrTy = B.getInt8PtrTy(); in create() local 78 PointerType *Int8PtrTy = Type::getInt8PtrTy(M->getContext()); in finish() local
|
D | ModuleUtils.cpp | 106 Type *Int8PtrTy = llvm::Type::getInt8PtrTy(M.getContext()); in appendToUsedList() local
|
/external/llvm/lib/Transforms/Utils/ |
D | SanitizerStats.cpp | 46 PointerType *Int8PtrTy = B.getInt8PtrTy(); in create() local 78 PointerType *Int8PtrTy = Type::getInt8PtrTy(M->getContext()); in finish() local
|
D | InlineFunction.cpp | 1247 Type *Int8PtrTy = Type::getInt8PtrTy(Ty->getContext(), in hasLifetimeMarkers() local
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | EfficiencySanitizer.cpp | 328 auto *Int8PtrTy = Type::getInt8PtrTy(*Ctx); in createCacheFragAuxGV() local 370 auto *Int8PtrTy = Type::getInt8PtrTy(*Ctx); in createCacheFragInfoGV() local 497 auto *Int8PtrTy = Type::getInt8PtrTy(*Ctx); in createEsanInitToolInfoArg() local 515 PointerType *Int8PtrTy = Type::getInt8PtrTy(*Ctx); in createDestructor() local 535 PointerType *Int8PtrTy = Type::getInt8PtrTy(*Ctx); in initOnModule() local
|
D | InstrProfiling.cpp | 360 auto *Int8PtrTy = Type::getInt8PtrTy(Ctx); in getOrCreateRegionCounters() local 624 auto *Int8PtrTy = Type::getInt8PtrTy(M->getContext()); in emitInitialization() local
|
D | SanitizerCoverage.cpp | 216 Type *Int8PtrTy = PointerType::getUnqual(IRB.getInt8Ty()); in runOnModule() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | EfficiencySanitizer.cpp | 340 auto *Int8PtrTy = Type::getInt8PtrTy(*Ctx); in createCacheFragAuxGV() local 382 auto *Int8PtrTy = Type::getInt8PtrTy(*Ctx); in createCacheFragInfoGV() local 504 auto *Int8PtrTy = Type::getInt8PtrTy(*Ctx); in createEsanInitToolInfoArg() local 522 PointerType *Int8PtrTy = Type::getInt8PtrTy(*Ctx); in createDestructor() local 549 PointerType *Int8PtrTy = Type::getInt8PtrTy(*Ctx); in initOnModule() local
|
D | SanitizerCoverage.cpp | 235 *Int16Ty, *Int8Ty, *Int8PtrTy; member in __anon1001c3990111::SanitizerCoverageModule
|
D | InstrProfiling.cpp | 735 auto *Int8PtrTy = Type::getInt8PtrTy(Ctx); in getOrCreateRegionCounters() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/FuzzMutate/ |
D | OperationsTest.cpp | 283 Type *Int8PtrTy = Type::getInt8PtrTy(Ctx); in TEST() local 333 Type *Int8PtrTy = Type::getInt8PtrTy(Ctx); in TEST() local
|
/external/clang/lib/CodeGen/ |
D | CGVTT.cpp | 47 llvm::Type *Int8PtrTy = CGM.Int8PtrTy, *Int32Ty = CGM.Int32Ty; in EmitVTTDefinition() local
|
D | CodeGenTypeCache.h | 54 llvm::PointerType *Int8PtrTy; member
|
D | CGVTables.cpp | 529 llvm::Type *Int8PtrTy = CGM.Int8PtrTy; in CreateVTableInitializer() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUHSAMetadataStreamer.cpp | 424 auto Int8PtrTy = Type::getInt8PtrTy(Func.getContext(), in emitHiddenKernelArgs() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/ |
D | CoroInstr.h | 172 auto *const Int8PtrTy = Type::getInt8PtrTy(getContext()); in setCoroutineSelf() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | IRBuilder.h | 2027 auto *Int8PtrTy = getInt8PtrTy(PtrType->getPointerAddressSpace()); in CreateLaunderInvariantGroup() local 2055 auto *Int8PtrTy = getInt8PtrTy(PtrType->getPointerAddressSpace()); in CreateStripInvariantGroup() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 132 Type *Int8PtrTy = Type::getInt8PtrTy(C); in TEST() local
|
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 132 Type *Int8PtrTy = Type::getInt8PtrTy(C); in TEST() local
|
/external/llvm/lib/Transforms/IPO/ |
D | WholeProgramDevirt.cpp | 243 PointerType *Int8PtrTy; member
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 824 Type *Int8PtrTy = Type::getInt8PtrTy(AI->getType()->getContext()); in hasLifetimeMarkers() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 376 PointerType *Int8PtrTy = Type::getInt8PtrTy(M.getContext()); in getFindMatchingCatch() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 811 Type *Int8PtrTy = DestInt8PtrTy; in processLoopStridedStore() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 921 Type *Int8PtrTy = DestInt8PtrTy; in processLoopStridedStore() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | WholeProgramDevirt.cpp | 414 PointerType *Int8PtrTy; member
|