Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp1605 return AI->isArrayAllocation() || in isArray()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DReturnProtectorLowering.cpp208 if (AI->isArrayAllocation() || containsProtectableData(Ty)) { in determineReturnProtectorRegister()
H A DStackProtector.cpp314 if (AI->isArrayAllocation()) { in RequiresStackProtector()
H A DSafeStack.cpp209 if (AI->isArrayAllocation()) { in getStaticAllocaAllocationSize()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp181 if (AI->isArrayAllocation()) in isDereferenceableForAllocaSize()
193 if (!AI.isArrayAllocation()) { in simplifyAllocaArraySize()
458 if (AI.isArrayAllocation()) in visitAllocaInst()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp930 if (!I.isStaticAlloca() || I.isArrayAllocation()) in handleAlloca()
1161 if (!I.isStaticAlloca() || I.isArrayAllocation()) in handlePromoteAllocaToVector()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp754 if (!I.isArrayAllocation()) in visitAllocaInst()
1100 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.cpp1385 if (I.isArrayAllocation()) { in visitAlloca()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DInliner.cpp234 if (!ATy || AI->isArrayAllocation()) in mergeInlinedArrayAllocas()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DValue.cpp900 if (!AI->isArrayAllocation()) { in getPointerDereferenceableBytes()
H A DInstructions.cpp62 if (isArrayAllocation()) { in getAllocationSize()
1508 bool AllocaInst::isArrayAllocation() const { in isArrayAllocation() function in AllocaInst
H A DAsmWriter.cpp4361 if (!AI->getArraySize() || AI->isArrayAllocation() || in printInstruction()
H A DVerifier.cpp3991 Check(!AI.isArrayAllocation(), in visitAllocaInst()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp478 if (AI->isArrayAllocation()) { in addFieldForAlloca()
1830 if (Alloca->isArrayAllocation()) in insertSpills()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRInterpreter.cpp860 if (alloca_inst->isArrayAllocation()) { in Interpret()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp672 if (AI.isArrayAllocation()) { in getAllocaSizeInBytes()
H A DMemorySanitizer.cpp4339 if (I.isArrayAllocation()) in instrumentAlloca()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstructions.h92 bool isArrayAllocation() const;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSROA.cpp5001 if (AI.isArrayAllocation() || !AT->isSized() || isa<ScalableVectorType>(AT) || in runOnAlloca()