Home
last modified time | relevance | path

Searched refs:isArrayAllocation (Results 1 – 25 of 61) sorted by relevance

123

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp173 if (AI->isArrayAllocation()) in isDereferenceableForAllocaSize()
184 if (!AI.isArrayAllocation()) { in simplifyAllocaArraySize()
358 if (AI.isArrayAllocation()) { in visitAllocaInst()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp192 Info.AI->isArrayAllocation() in alignAndPadAlloca()
H A DEvaluator.cpp364 if (AI->isArrayAllocation()) { in EvaluateBlock()
/aosp_15_r20/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp456 if (!I.isArrayAllocation()) in visitAllocaInst()
730 assert(I.isArrayAllocation()); in visitAllocaInst()
H A DLint.cpp429 if (!AI->isArrayAllocation() && ATy->isSized()) in visitMemoryReference()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp181 if (AI->isArrayAllocation()) in isDereferenceableForAllocaSize()
193 if (!AI.isArrayAllocation()) { in simplifyAllocaArraySize()
458 if (AI.isArrayAllocation()) in visitAllocaInst()
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DStackProtector.cpp238 if (AI->isArrayAllocation()) { in RequiresStackProtector()
H A DSafeStack.cpp215 if (AI->isArrayAllocation()) { in getStaticAllocaAllocationSize()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp637 if (!I.isArrayAllocation()) in visitAllocaInst()
922 assert(I.isArrayAllocation()); in visitAllocaInst()
H A DStackSafetyAnalysis.cpp135 if (AI->isArrayAllocation()) { in getStaticAllocaAllocationSize()
H A DLint.cpp472 if (!AI->isArrayAllocation() && ATy->isSized()) in visitMemoryReference()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp930 if (!I.isStaticAlloca() || I.isArrayAllocation()) in handleAlloca()
1161 if (!I.isStaticAlloca() || I.isArrayAllocation()) in handlePromoteAllocaToVector()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DStackProtector.cpp283 if (AI->isArrayAllocation()) { in RequiresStackProtector()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DStackProtector.cpp314 if (AI->isArrayAllocation()) { in RequiresStackProtector()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp754 if (!I.isArrayAllocation()) in visitAllocaInst()
1100 assert(I.isArrayAllocation()); in visitAllocaInst()
H A DLint.cpp451 if (!AI->isArrayAllocation() && ATy->isSized()) in visitMemoryReference()
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp172 if (!AI.isArrayAllocation()) { in simplifyAllocaArraySize()
242 if (AI.isArrayAllocation()) { in visitAllocaInst()
/aosp_15_r20/external/llvm/lib/Transforms/IPO/
H A DInliner.cpp147 if (!ATy || AI->isArrayAllocation()) in InlineCallIfPossible()
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp341 if (AI->isArrayAllocation()) { in EvaluateBlock()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp761 if (AI.isArrayAllocation()) { in getAllocaSizeInBytes()
1171 if (AI->isArrayAllocation()) { in sanitizeFunction()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp467 if (AI->isArrayAllocation()) { in EvaluateBlock()
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp635 if (!I.isStaticAlloca() || I.isArrayAllocation()) in handleAlloca()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp474 Info.AI->isArrayAllocation() in alignAndPadAlloca()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DValue.cpp660 if (!AI->isArrayAllocation()) { in getPointerDereferenceableBytes()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp722 if (!I.isStaticAlloca() || I.isArrayAllocation()) in handleAlloca()

123