/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 175 uint64_t AllocaSize = DL.getTypeStoreSize(AI->getAllocatedType()); in isDereferenceableForAllocaSize() 198 Type *NewTy = ArrayType::get(AI.getAllocatedType(), C->getZExtValue()); in simplifyAllocaArraySize() 345 if (AI.getAllocatedType()->isSized()) { in visitAllocaInst() 349 MaybeAlign(DL.getPrefTypeAlignment(AI.getAllocatedType()))); in visitAllocaInst() 354 if (DL.getTypeAllocSize(AI.getAllocatedType()) == 0) { in visitAllocaInst() 371 if (!EntryAI || !EntryAI->getAllocatedType()->isSized() || in visitAllocaInst() 372 DL.getTypeAllocSize(EntryAI->getAllocatedType()) != 0) { in visitAllocaInst() 381 MaybeAlign(DL.getPrefTypeAlignment(EntryAI->getAllocatedType()))); in visitAllocaInst() 801 if (!AI->getAllocatedType()->isSized()) in isObjectSizeLessThanOrEq() 808 uint64_t TypeSize = DL.getTypeAllocSize(AI->getAllocatedType()); in isObjectSizeLessThanOrEq()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 666 AllocSize(DL.getTypeAllocSize(AI.getAllocatedType())), AS(AS) {} in SliceBuilder() 2327 NewAllocaTy(NewAI.getAllocatedType()), in AllocaSliceRewriter() 2331 DL.getTypeSizeInBits(NewAI.getAllocatedType())) in AllocaSliceRewriter() 2434 MaybeAlign(NewAI.getAlignment()), NewAI.getAllocatedType()); in getSliceAlign() 2462 Value *V = IRB.CreateAlignedLoad(NewAI.getAllocatedType(), &NewAI, in rewriteVectorizedLoadInst() 2470 Value *V = IRB.CreateAlignedLoad(NewAI.getAllocatedType(), &NewAI, in rewriteIntegerLoad() 2515 LoadInst *NewLI = IRB.CreateAlignedLoad(NewAI.getAllocatedType(), &NewAI, in visitLoadInst() 2613 Value *Old = IRB.CreateAlignedLoad(NewAI.getAllocatedType(), &NewAI, in rewriteVectorizedStoreInst() 2630 Value *Old = IRB.CreateAlignedLoad(NewAI.getAllocatedType(), &NewAI, in rewriteIntegerStore() 2779 Type *AllocaTy = NewAI.getAllocatedType(); in visitMemSetInst() [all …]
|
D | MemCpyOptimizer.cpp | 750 uint64_t srcSize = DL.getTypeAllocSize(srcAlloca->getAllocatedType()) * in performCallSlotOptzn() 765 uint64_t destSize = DL.getTypeAllocSize(A->getAllocatedType()) * in performCallSlotOptzn() 800 srcAlign = DL.getABITypeAlignment(srcAlloca->getAllocatedType()); in performCallSlotOptzn()
|
D | RewriteStatepointsForGC.cpp | 1651 cast<AllocaInst>(Alloca)->getAllocatedType(), in insertRelocationStores() 1781 auto PT = cast<PointerType>(AI->getAllocatedType()); in relocationViaAlloca() 1831 new LoadInst(Alloca->getAllocatedType(), Alloca, "", in relocationViaAlloca() 1838 new LoadInst(Alloca->getAllocatedType(), Alloca, "", Use); in relocationViaAlloca()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 367 Type *AT = Alloca->getAllocatedType(); in tryPromoteAllocaToVector() 728 Type *AllocaTy = I.getAllocatedType(); in handleAlloca() 766 Align = DL.getABITypeAlignment(I.getAllocatedType()); in handleAlloca() 797 Type *GVTy = ArrayType::get(I.getAllocatedType(), WorkGroupSize); in handleAlloca()
|
D | AMDGPUInline.cpp | 142 AllocaSize += DL.getTypeAllocSize(AI->getAllocatedType()); in getInlineThreshold()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SafeStack.cpp | 221 uint64_t Size = DL.getTypeAllocSize(AI->getAllocatedType()); in getStaticAllocaAllocationSize() 503 Type *Ty = StackGuardSlot->getAllocatedType(); in moveStaticAllocasToUnsafeStack() 523 Type *Ty = AI->getAllocatedType(); in moveStaticAllocasToUnsafeStack() 652 Type *Ty = AI->getAllocatedType(); in moveDynamicAllocasToUnsafeStack()
|
D | GCRootLowering.cpp | 164 ConstantPointerNull::get(cast<PointerType>(Root->getAllocatedType())), in InsertRootInitializers()
|
D | ShadowStackGCLowering.cpp | 161 EltTys.push_back(Roots[I].second->getAllocatedType()); in GetConcreteStackEntryType()
|
D | StackProtector.cpp | 318 if (ContainsProtectableArray(AI->getAllocatedType(), IsLarge, Strong)) { in RequiresStackProtector()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 633 if (!I.getAllocatedType()->isSized()) in visitAllocaInst() 636 APInt Size(IntTyBits, DL.getTypeAllocSize(I.getAllocatedType())); in visitAllocaInst() 918 if (!I.getAllocatedType()->isSized()) in visitAllocaInst() 925 DL.getTypeAllocSize(I.getAllocatedType())); in visitAllocaInst()
|
D | StackSafetyAnalysis.cpp | 134 uint64_t Size = DL.getTypeAllocSize(AI->getAllocatedType()); in getStaticAllocaAllocationSize()
|
D | InlineCost.cpp | 723 Type *Ty = I.getAllocatedType(); in visitAlloca() 733 Type *Ty = I.getAllocatedType(); in visitAlloca()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64StackTagging.cpp | 396 AI.getAllocatedType()->isSized() && AI.isStaticAlloca() && in isInterestingAlloca() 476 Info.AI->getAllocatedType(), in alignAndPadAlloca() 478 : Info.AI->getAllocatedType(); in alignAndPadAlloca()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instruction.cpp | 386 return AI->getAllocatedType() == cast<AllocaInst>(I2)->getAllocatedType() && in haveSameSpecialState()
|
D | Value.cpp | 661 DerefBytes = DL.getTypeStoreSize(AI->getAllocatedType()); in getPointerDereferenceableBytes() 716 Type *AllocatedType = AI->getAllocatedType(); in getPointerAlignment()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | PromoteMemoryToRegister.cpp | 639 Values[i] = UndefValue::get(Allocas[i]->getAllocatedType()); in run() 853 PN = PHINode::Create(Allocas[AllocaNo]->getAllocatedType(), getNumPreds(BB), in QueuePhiNode()
|
D | FunctionComparator.cpp | 537 if (int Res = cmpTypes(AI->getAllocatedType(), in cmpOperations() 538 cast<AllocaInst>(R)->getAllocatedType())) in cmpOperations()
|
D | Local.cpp | 1381 (AI->getAllocatedType() && AI->getAllocatedType()->isArrayTy()); in isArray() 1386 return AI->getAllocatedType() && AI->getAllocatedType()->isStructTy(); in isStructure()
|
D | Evaluator.cpp | 471 Type *Ty = AI->getAllocatedType(); in EvaluateBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86WinEHState.cpp | 781 Value *StateField = Builder.CreateStructGEP(RegNode->getAllocatedType(), in addStateStores() 793 Value *StateField = Builder.CreateStructGEP(RegNode->getAllocatedType(), in insertStateNumberStore()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | Inliner.cpp | 190 ArrayType *ATy = dyn_cast<ArrayType>(AI->getAllocatedType()); in mergeInlinedArrayAllocas() 235 unsigned TypeAlign = DL.getABITypeAlignment(AI->getAllocatedType()); in mergeInlinedArrayAllocas()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | HWAddressSanitizer.cpp | 766 Type *Ty = AI.getAllocatedType(); in getAllocaSizeInBytes() 1068 return (AI.getAllocatedType()->isSized() && in isInterestingAlloca() 1170 Type *AllocatedType = AI->getAllocatedType(); in sanitizeFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroFrame.cpp | 444 Ty = AI->getAllocatedType(); in buildFrameType() 1199 auto ValueTy = Alloca->getAllocatedType(); in emitSetAndGetSwiftErrorValueAround()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FunctionLoweringInfo.cpp | 136 Type *Ty = AI->getAllocatedType(); in set()
|