Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DStackProtector.cpp121 if (AI->isArrayAllocation()) in RequiresStackProtector()
/external/llvm/lib/CodeGen/
DStackProtector.cpp238 if (AI->isArrayAllocation()) { in RequiresStackProtector()
DSafeStack.cpp215 if (AI->isArrayAllocation()) { in getStaticAllocaAllocationSize()
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp456 if (!I.isArrayAllocation()) in visitAllocaInst()
730 assert(I.isArrayAllocation()); in visitAllocaInst()
DLint.cpp429 if (!AI->isArrayAllocation() && ATy->isSized()) in visitMemoryReference()
DInlineCost.cpp339 if (I.isArrayAllocation()) { in visitAlloca()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DInliner.cpp143 if (ATy == 0 || AI->isArrayAllocation()) in InlineCallIfPossible()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DStackProtector.cpp253 if (AI->isArrayAllocation()) { in RequiresStackProtector()
DSafeStack.cpp222 if (AI->isArrayAllocation()) { in getStaticAllocaAllocationSize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp557 if (!I.isArrayAllocation()) in visitAllocaInst()
835 assert(I.isArrayAllocation()); in visitAllocaInst()
DLint.cpp468 if (!AI->isArrayAllocation() && ATy->isSized()) in visitMemoryReference()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp176 if (AI->isArrayAllocation()) in isDereferenceableForAllocaSize()
187 if (!AI.isArrayAllocation()) { in simplifyAllocaArraySize()
358 if (AI.isArrayAllocation()) { in visitAllocaInst()
/external/llvm/lib/Transforms/IPO/
DInliner.cpp147 if (!ATy || AI->isArrayAllocation()) in InlineCallIfPossible()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp94 (AI->isArrayAllocation() || in set()
/external/llvm/lib/Transforms/Utils/
DEvaluator.cpp341 if (AI->isArrayAllocation()) { in EvaluateBlock()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DDeadStoreElimination.cpp277 return !AI->isArrayAllocation(); in isObjectPointerWithTrustworthySize()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp39 if (AI.isArrayAllocation()) { // Check C != 1 in visitAllocaInst()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp172 if (!AI.isArrayAllocation()) { in simplifyAllocaArraySize()
242 if (AI.isArrayAllocation()) { in visitAllocaInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DEvaluator.cpp441 if (AI->isArrayAllocation()) { in EvaluateBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp506 if (AI.isArrayAllocation()) { in getAllocaSizeInBytes()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp635 if (!I.isStaticAlloca() || I.isArrayAllocation()) in handleAlloca()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DValue.cpp640 if (!AI->isArrayAllocation()) { in getPointerDereferenceableBytes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DInliner.cpp183 if (!ATy || AI->isArrayAllocation()) in mergeInlinedArrayAllocas()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp699 if (!I.isStaticAlloca() || I.isArrayAllocation()) in handleAlloca()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DBasicAliasAnalysis.cpp110 if (!AI->isArrayAllocation()) in getObjectSize()

12