Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp192 Info.AI->isArrayAllocation() in alignAndPadAlloca()
H A DEvaluator.cpp364 if (AI->isArrayAllocation()) { in EvaluateBlock()
H A DLocal.cpp1864 return AI->isArrayAllocation() || in isArray()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp188 if (AI->isArrayAllocation()) in isDereferenceableForAllocaSize()
200 if (!AI.isArrayAllocation()) { in simplifyAllocaArraySize()
474 if (AI.isArrayAllocation()) in visitAllocaInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp412 if (AI->isArrayAllocation()) { in requiresStackProtector()
H A DSafeStack.cpp208 if (AI->isArrayAllocation()) { in getStaticAllocaAllocationSize()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp785 if (!I.isArrayAllocation()) in visitAllocaInst()
1142 assert(I.isArrayAllocation()); in visitAllocaInst()
H A DLint.cpp453 if (!AI->isArrayAllocation() && ATy->isSized()) in visitMemoryReference()
H A DStackSafetyAnalysis.cpp165 if (AI.isArrayAllocation()) { in getStaticAllocaSizeRange()
H A DInlineCost.cpp1459 if (I.isArrayAllocation()) { in visitAlloca()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp908 if (!AI->isArrayAllocation()) { in getPointerDereferenceableBytes()
H A DInstructions.cpp62 if (isArrayAllocation()) { in getAllocationSize()
1359 bool AllocaInst::isArrayAllocation() const { in isArrayAllocation() function in AllocaInst
H A DAsmWriter.cpp4452 if (!AI->getArraySize() || AI->isArrayAllocation() || in printInstruction()
H A DVerifier.cpp4160 Check(!AI.isArrayAllocation(), in visitAllocaInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp618 if (AI->isArrayAllocation()) { in addFieldForAlloca()
2004 if (Alloca->isArrayAllocation()) in insertSpills()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp245 if (!AI->isStaticAlloca() || AI->isArrayAllocation()) in run()
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp890 if (alloca_inst->isArrayAllocation()) { in Interpret()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h92 bool isArrayAllocation() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp5185 if (AI.isArrayAllocation() || !AT->isSized() || Size.isScalable() || in runOnAlloca()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4411 if (I.isArrayAllocation()) in instrumentAlloca()