/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | SafeStack.cpp | 225 const Value *AllocaPtr, uint64_t AllocaSize) { in IsAccessSafe() 254 uint64_t AllocaSize) { in IsMemIntrinsicSafe() 266 bool SafeStack::IsSafeStackAlloca(const Value *AllocaPtr, uint64_t AllocaSize) { in IsSafeStackAlloca()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | SafeStack.cpp | 219 const Value *AllocaPtr, uint64_t AllocaSize) { in IsAccessSafe() 258 uint64_t AllocaSize) { in IsMemIntrinsicSafe() 276 bool SafeStack::IsSafeStackAlloca(const Value *AllocaPtr, uint64_t AllocaSize) { in IsSafeStackAlloca()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | SafeStack.cpp | 232 const Value *AllocaPtr, uint64_t AllocaSize) { in IsAccessSafe() 262 uint64_t AllocaSize) { in IsMemIntrinsicSafe() 280 bool SafeStack::IsSafeStackAlloca(const Value *AllocaPtr, uint64_t AllocaSize) { in IsSafeStackAlloca()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInline.cpp | 130 uint64_t AllocaSize = 0; in getInlineThreshold() local
|
H A D | AMDGPUTargetTransformInfo.cpp | 161 unsigned AllocaSize = Ty->isSized() ? DL.getTypeAllocSize(Ty) : 0; in getUnrollingPreferences() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetTransformInfo.cpp | 201 unsigned AllocaSize = Ty->isSized() ? DL.getTypeAllocSize(Ty) : 0; in getUnrollingPreferences() local 1185 uint64_t AllocaSize = 0; in adjustInliningThreshold() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | StackLifetime.cpp | 70 auto AllocaSize = AI->getAllocationSize(DL); in findMatchingAlloca() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 4277 uint64_t AllocaSize = DL.getTypeAllocSize(AI.getAllocatedType()); in splitAlloca() local 4341 uint64_t AllocaSize = DL.getTypeSizeInBits(NewAI->getAllocatedType()); in splitAlloca() local 4361 uint64_t AllocaSize = DL.getTypeSizeInBits(AI.getAllocatedType()); in splitAlloca() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 4792 uint64_t AllocaSize = in splitAlloca() local 4857 uint64_t AllocaSize = in splitAlloca() local 4878 uint64_t AllocaSize = in splitAlloca() local
|
H A D | MemCpyOptimizer.cpp | 1363 if (std::optional<TypeSize> AllocaSize = in hasUndefContents() local
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceCfg.cpp | 896 Operand *AllocaSize = Ctx->getConstantInt32(TotalSize); in sortAndCombineAllocas() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 175 uint64_t AllocaSize = DL.getTypeStoreSize(AI->getAllocatedType()); in isDereferenceableForAllocaSize() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 183 uint64_t AllocaSize = DL.getTypeStoreSize(AI->getAllocatedType()); in isDereferenceableForAllocaSize() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 4005 uint64_t AllocaSize = DL.getTypeSizeInBits(NewAI->getAllocatedType()); in splitAlloca() local 4024 uint64_t AllocaSize = DL.getTypeSizeInBits(AI.getAllocatedType()); in splitAlloca() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 1711 ConstantInt *AllocaSize = nullptr; in InlineFunction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 1993 ConstantInt *AllocaSize = nullptr; in InlineFunction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 2493 ConstantInt *AllocaSize = nullptr; in InlineFunction() local
|