Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp172 Info.AI->isArrayAllocation() in alignAndPadAlloca()
H A DEvaluator.cpp364 if (AI->isArrayAllocation()) { in EvaluateBlock()
H A DLocal.cpp1541 return AI->isArrayAllocation() || in isArray()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp158 if (AI->isArrayAllocation()) in isDereferenceableForAllocaSize()
170 if (!AI.isArrayAllocation()) { in simplifyAllocaArraySize()
366 if (AI.isArrayAllocation()) in visitAllocaInst()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp839 if (!I.isStaticAlloca() || I.isArrayAllocation()) in handleAlloca()
1073 if (!I.isStaticAlloca() || I.isArrayAllocation()) in handlePromoteAllocaToVector()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DStackProtector.cpp307 if (AI->isArrayAllocation()) { in RequiresStackProtector()
H A DSafeStack.cpp208 if (AI->isArrayAllocation()) { in getStaticAllocaAllocationSize()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp787 if (!I.isArrayAllocation()) in visitAllocaInst()
1131 assert(I.isArrayAllocation()); in visitAllocaInst()
H A DLint.cpp451 if (!AI->isArrayAllocation() && ATy->isSized()) in visitMemoryReference()
H A DStackSafetyAnalysis.cpp165 if (AI.isArrayAllocation()) { in getStaticAllocaSizeRange()
H A DInlineCost.cpp1352 if (I.isArrayAllocation()) { in visitAlloca()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DInliner.cpp234 if (!ATy || AI->isArrayAllocation()) in mergeInlinedArrayAllocas()
/llvm-project-15.0.7/llvm/lib/IR/
H A DValue.cpp897 if (!AI->isArrayAllocation()) { in getPointerDereferenceableBytes()
H A DInstructions.cpp59 if (isArrayAllocation()) { in getAllocationSizeInBits()
1405 bool AllocaInst::isArrayAllocation() const { in isArrayAllocation() function in AllocaInst
H A DAsmWriter.cpp4254 if (!AI->getArraySize() || AI->isArrayAllocation() || in printInstruction()
H A DVerifier.cpp3926 Check(!AI.isArrayAllocation(), in visitAllocaInst()
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp457 if (AI->isArrayAllocation()) { in addFieldForAlloca()
1788 if (Alloca->isArrayAllocation()) in insertSpills()
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRInterpreter.cpp812 if (alloca_inst->isArrayAllocation()) { in Interpret()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp660 if (AI.isArrayAllocation()) { in getAllocaSizeInBytes()
H A DMemorySanitizer.cpp3924 if (I.isArrayAllocation()) in instrumentAlloca()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstructions.h93 bool isArrayAllocation() const;
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4603 if (AI.isArrayAllocation() || !AT->isSized() || isa<ScalableVectorType>(AT) || in runOnAlloca()