/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | InstrOrderFile.cpp | 122 IntegerType *Int8Ty = Type::getInt8Ty(Ctx); in generateCodeSequence() local 139 LoadInst *loadBitMap = entryB.CreateLoad(Int8Ty, MapAddr, ""); in generateCodeSequence() 140 entryB.CreateStore(ConstantInt::get(Int8Ty, 1), MapAddr); in generateCodeSequence() 142 entryB.CreateICmpEQ(loadBitMap, ConstantInt::get(Int8Ty, 0)); in generateCodeSequence()
|
D | HWAddressSanitizer.cpp | 272 Type *Int8Ty; member in __anon0f3081fb0111::HWAddressSanitizer 375 Int8Ty = IRB.getInt8Ty(); in initializeModule() 455 "__hwasan_tag_memory", IRB.getVoidTy(), Int8PtrTy, Int8Ty, IntptrTy); in initializeCallbacks() 457 M.getOrInsertFunction("__hwasan_generate_tag", Int8Ty); in initializeCallbacks() 604 return IRB.CreateGEP(Int8Ty, shadowBase(), Shadow); in memToShadow() 630 Value *MemTag = IRB.CreateLoad(Int8Ty, Shadow); in instrumentMemAccessInline() 647 IRB.CreateICmpUGT(MemTag, ConstantInt::get(Int8Ty, 15)); in instrumentMemAccessInline() 653 Value *PtrLowBits = IRB.CreateTrunc(IRB.CreateAnd(PtrLong, 15), Int8Ty); in instrumentMemAccessInline() 655 PtrLowBits, ConstantInt::get(Int8Ty, (1 << AccessSizeIndex) - 1)); in instrumentMemAccessInline() 664 Value *InlineTag = IRB.CreateLoad(Int8Ty, InlineTagAddr); in instrumentMemAccessInline() [all …]
|
D | SanitizerCoverage.cpp | 238 *Int16Ty, *Int8Ty, *Int8PtrTy; member in __anon5426ad620111::ModuleSanitizerCoverage 322 auto GEP = IRB.CreateGEP(Int8Ty, SecStartI8Ptr, in CreateSecStartEnd() 381 Int8Ty = IRB.getInt8Ty(); in instrumentModule() 408 SanCovTraceConstCmp1, SanCovTraceCmpZeroExtAL, VoidTy, Int8Ty, Int8Ty); in instrumentModule() 703 AllBlocks.size(), F, Int8Ty, SanCovCountersSectionName); in CreateFunctionLocalArrays() 883 auto Load = IRB.CreateLoad(Int8Ty, CounterPtr); in InjectCoverageAtBlock() 884 auto Inc = IRB.CreateAdd(Load, ConstantInt::get(Int8Ty, 1)); in InjectCoverageAtBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | PreISelIntrinsicLowering.cpp | 37 Type *Int8Ty = Type::getInt8Ty(F.getContext()); in lowerLoadRelative() local 47 B.CreateGEP(Int8Ty, CI->getArgOperand(0), CI->getArgOperand(1)); in lowerLoadRelative() 51 Value *ResultPtr = B.CreateGEP(Int8Ty, CI->getArgOperand(0), OffsetI32); in lowerLoadRelative()
|
D | SafeStack.cpp | 134 Type *Int8Ty; member in __anondfa7bab50111::SafeStack 213 Int8Ty(Type::getInt8Ty(F.getContext())) {} in SafeStack() 554 Value *Off = IRB.CreateGEP(Int8Ty, BasePointer, // BasePointer is i8* in moveStaticAllocasToUnsafeStack() 573 Value *Off = IRB.CreateGEP(Int8Ty, BasePointer, // BasePointer is i8* in moveStaticAllocasToUnsafeStack() 609 Value *Off = IRBUser.CreateGEP(Int8Ty, BasePointer, // BasePointer is i8* in moveStaticAllocasToUnsafeStack() 633 IRB.CreateGEP(Int8Ty, BasePointer, ConstantInt::get(Int32Ty, -FrameSize), in moveStaticAllocasToUnsafeStack()
|
D | GlobalMerge.cpp | 443 Type *Int8Ty = Type::getInt8Ty(M.getContext()); in doMerge() local 474 Tys.push_back(ArrayType::get(Int8Ty, Padding)); in doMerge()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroEarly.cpp | 68 Type *Int8Ty = Builder.getInt8Ty(); in lowerCoroPromise() local 71 StructType::get(Context, {AnyResumeFnPtrTy, AnyResumeFnPtrTy, Int8Ty}); in lowerCoroPromise() 80 Builder.CreateConstInBoundsGEP1_32(Int8Ty, Operand, Offset); in lowerCoroPromise()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | LowerTypeTests.cpp | 391 IntegerType *Int8Ty = Type::getInt8Ty(M.getContext()); member in __anone331e0af0111::LowerTypeTestsModule 595 M, Int8Ty, /*isConstant=*/true, GlobalValue::PrivateLinkage, nullptr); in createByteArray() 596 auto MaskGlobal = new GlobalVariable(M, Int8Ty, /*isConstant=*/true, in createByteArray() 625 ConstantExpr::getIntToPtr(ConstantInt::get(Int8Ty, Mask), Int8PtrTy)); in allocateByteArrays() 648 Int8Ty, 0, GlobalValue::PrivateLinkage, "bits", GEP, &M); in allocateByteArrays() 675 ByteArray = GlobalAlias::create(Int8Ty, 0, GlobalValue::PrivateLinkage, in createBitSetTest() 679 Value *ByteAddr = B.CreateGEP(Int8Ty, ByteArray, BitOffset); in createBitSetTest() 680 Value *Byte = B.CreateLoad(Int8Ty, ByteAddr); in createBitSetTest() 683 B.CreateAnd(Byte, ConstantExpr::getPtrToInt(TIL.BitMask, Int8Ty)); in createBitSetTest() 684 return B.CreateICmpNE(ByteAndMask, ConstantInt::get(Int8Ty, 0)); in createBitSetTest() [all …]
|
D | WholeProgramDevirt.cpp | 452 IntegerType *Int8Ty; member 480 Int8Ty(Type::getInt8Ty(M.getContext())), in DevirtModule() 1256 GlobalAlias *GA = GlobalAlias::create(Int8Ty, 0, GlobalValue::ExternalLinkage, in exportGlobal() 1276 Constant *C = M.getOrInsertGlobal(getGlobalName(Slot, Args, Name), Int8Ty); in importGlobal() 1329 return ConstantExpr::getGetElementPtr(Int8Ty, C, in getMemberAddr() 1387 B.CreateGEP(Int8Ty, B.CreateBitCast(Call.VTable, Int8PtrTy), Byte); in applyVirtualConstProp() 1389 Value *Bits = B.CreateLoad(Int8Ty, Addr); in applyVirtualConstProp() 1391 auto IsBitSet = B.CreateICmpNE(BitsAndBit, ConstantInt::get(Int8Ty, 0)); in applyVirtualConstProp() 1497 Constant *BitConst = ConstantInt::get(Int8Ty, 1ULL << OffsetBit); in tryVirtualConstProp() 1643 Value *GEP = LoadB.CreateGEP(Int8Ty, Ptr, Offset); in scanTypeCheckedLoadUsers() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | LLVMContextImpl.cpp | 37 Int8Ty(C, 8), in LLVMContextImpl()
|
D | Type.cpp | 178 IntegerType *Type::getInt8Ty(LLVMContext &C) { return &C.pImpl->Int8Ty; } in getInt8Ty()
|
D | LLVMContextImpl.h | 1322 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty, Int128Ty;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 1460 Type *Int8Ty = Type::getInt8Ty(V->getContext()); in processAssumeIntrinsic() local 1464 new StoreInst(UndefValue::get(Int8Ty), in processAssumeIntrinsic() 1465 Constant::getNullValue(Int8Ty->getPointerTo()), in processAssumeIntrinsic()
|
D | NewGVN.cpp | 3701 Type *Int8Ty = Type::getInt8Ty(BB->getContext()); in deleteInstructionsInBlock() local 3702 new StoreInst(UndefValue::get(Int8Ty), in deleteInstructionsInBlock() 3703 Constant::getNullValue(Int8Ty->getPointerTo()), in deleteInstructionsInBlock()
|
D | SROA.cpp | 2792 auto *Int8Ty = IntegerType::getInt8Ty(NewAI.getContext()); in visitMemSetInst() local 2793 auto *SrcTy = VectorType::get(Int8Ty, Len); in visitMemSetInst()
|