Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp161 if (AI->isArrayAllocation()) in isDereferenceableForAllocaSize()
173 if (!AI.isArrayAllocation()) { in simplifyAllocaArraySize()
365 if (AI.isArrayAllocation()) in visitAllocaInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackProtector.cpp304 if (AI->isArrayAllocation()) { in RequiresStackProtector()
H A DSafeStack.cpp226 if (AI->isArrayAllocation()) { in getStaticAllocaAllocationSize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp672 if (!I.isArrayAllocation()) in visitAllocaInst()
958 assert(I.isArrayAllocation()); in visitAllocaInst()
H A DLint.cpp446 if (!AI->isArrayAllocation() && ATy->isSized()) in visitMemoryReference()
H A DStackSafetyAnalysis.cpp157 if (AI.isArrayAllocation()) { in getStaticAllocaSizeRange()
H A DInlineCost.cpp1046 if (I.isArrayAllocation()) { in visitAlloca()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp849 if (!I.isStaticAlloca() || I.isArrayAllocation()) in handleAlloca()
1083 if (!I.isStaticAlloca() || I.isArrayAllocation()) in handlePromoteAllocaToVector()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp464 if (AI->isArrayAllocation()) { in EvaluateBlock()
H A DLocal.cpp1520 return AI->isArrayAllocation() || in isArray()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DInliner.cpp170 if (!ATy || AI->isArrayAllocation()) in mergeInlinedArrayAllocas()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp882 if (AI.isArrayAllocation()) { in getAllocaSizeInBytes()
1294 if (AI->isArrayAllocation()) { in sanitizeFunction()
H A DAddressSanitizer.cpp629 if (AI.isArrayAllocation()) { in getAllocaSizeInBytes()
H A DMemorySanitizer.cpp3882 if (I.isArrayAllocation()) in instrumentAlloca()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp500 Info.AI->isArrayAllocation() in alignAndPadAlloca()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DValue.cpp862 if (!AI->isArrayAllocation()) { in getPointerDereferenceableBytes()
H A DInstructions.cpp55 if (isArrayAllocation()) { in getAllocationSizeInBits()
1365 bool AllocaInst::isArrayAllocation() const { in isArrayAllocation() function in AllocaInst
H A DAsmWriter.cpp4276 if (!AI->getArraySize() || AI->isArrayAllocation() || in printInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp446 if (AI->isArrayAllocation()) { in addFieldForAlloca()
1700 if (Alloca->isArrayAllocation()) in insertSpills()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h95 bool isArrayAllocation() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4619 if (AI.isArrayAllocation() || !AT->isSized() || isa<ScalableVectorType>(AT) || in runOnAlloca()