Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp161 if (AI->isArrayAllocation()) in isDereferenceableForAllocaSize()
173 if (!AI.isArrayAllocation()) { in simplifyAllocaArraySize()
377 if (AI.isArrayAllocation()) in visitAllocaInst()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp304 if (AI->isArrayAllocation()) { in RequiresStackProtector()
H A DSafeStack.cpp226 if (AI->isArrayAllocation()) { in getStaticAllocaAllocationSize()
/freebsd-13.1/contrib/llvm-project/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.cpp1264 if (I.isArrayAllocation()) { in visitAlloca()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp849 if (!I.isStaticAlloca() || I.isArrayAllocation()) in handleAlloca()
1083 if (!I.isStaticAlloca() || I.isArrayAllocation()) in handlePromoteAllocaToVector()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp474 if (AI->isArrayAllocation()) { in EvaluateBlock()
H A DLocal.cpp1529 return AI->isArrayAllocation() || in isArray()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp502 Info.AI->isArrayAllocation() in alignAndPadAlloca()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp961 if (AI.isArrayAllocation()) { in getAllocaSizeInBytes()
1393 if (AI->isArrayAllocation()) { in sanitizeFunction()
H A DAddressSanitizer.cpp635 if (AI.isArrayAllocation()) { in getAllocaSizeInBytes()
H A DMemorySanitizer.cpp3904 if (I.isArrayAllocation()) in instrumentAlloca()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInliner.cpp174 if (!ATy || AI->isArrayAllocation()) in mergeInlinedArrayAllocas()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp888 if (!AI->isArrayAllocation()) { in getPointerDereferenceableBytes()
H A DInstructions.cpp59 if (isArrayAllocation()) { in getAllocationSizeInBits()
1378 bool AllocaInst::isArrayAllocation() const { in isArrayAllocation() function in AllocaInst
H A DAsmWriter.cpp4263 if (!AI->getArraySize() || AI->isArrayAllocation() || in printInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp449 if (AI->isArrayAllocation()) { in addFieldForAlloca()
1738 if (Alloca->isArrayAllocation()) in insertSpills()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp804 if (alloca_inst->isArrayAllocation()) { in Interpret()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h96 bool isArrayAllocation() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4640 if (AI.isArrayAllocation() || !AT->isSized() || isa<ScalableVectorType>(AT) || in runOnAlloca()