| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | MemoryTaggingSupport.cpp | 192 Info.AI->isArrayAllocation() in alignAndPadAlloca()
|
| H A D | Evaluator.cpp | 364 if (AI->isArrayAllocation()) { in EvaluateBlock()
|
| H A D | Local.cpp | 1605 return AI->isArrayAllocation() || in isArray()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | ReturnProtectorLowering.cpp | 208 if (AI->isArrayAllocation() || containsProtectableData(Ty)) { in determineReturnProtectorRegister()
|
| H A D | StackProtector.cpp | 314 if (AI->isArrayAllocation()) { in RequiresStackProtector()
|
| H A D | SafeStack.cpp | 209 if (AI->isArrayAllocation()) { in getStaticAllocaAllocationSize()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 181 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 D | AMDGPUPromoteAlloca.cpp | 930 if (!I.isStaticAlloca() || I.isArrayAllocation()) in handleAlloca() 1161 if (!I.isStaticAlloca() || I.isArrayAllocation()) in handlePromoteAllocaToVector()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | MemoryBuiltins.cpp | 754 if (!I.isArrayAllocation()) in visitAllocaInst() 1100 assert(I.isArrayAllocation()); in visitAllocaInst()
|
| H A D | Lint.cpp | 451 if (!AI->isArrayAllocation() && ATy->isSized()) in visitMemoryReference()
|
| H A D | StackSafetyAnalysis.cpp | 165 if (AI.isArrayAllocation()) { in getStaticAllocaSizeRange()
|
| H A D | InlineCost.cpp | 1385 if (I.isArrayAllocation()) { in visitAlloca()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | Inliner.cpp | 234 if (!ATy || AI->isArrayAllocation()) in mergeInlinedArrayAllocas()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Value.cpp | 900 if (!AI->isArrayAllocation()) { in getPointerDereferenceableBytes()
|
| H A D | Instructions.cpp | 62 if (isArrayAllocation()) { in getAllocationSize() 1508 bool AllocaInst::isArrayAllocation() const { in isArrayAllocation() function in AllocaInst
|
| H A D | AsmWriter.cpp | 4361 if (!AI->getArraySize() || AI->isArrayAllocation() || in printInstruction()
|
| H A D | Verifier.cpp | 3991 Check(!AI.isArrayAllocation(), in visitAllocaInst()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 478 if (AI->isArrayAllocation()) { in addFieldForAlloca() 1830 if (Alloca->isArrayAllocation()) in insertSpills()
|
| /openbsd-src/gnu/llvm/lldb/source/Expression/ |
| H A D | IRInterpreter.cpp | 860 if (alloca_inst->isArrayAllocation()) { in Interpret()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 672 if (AI.isArrayAllocation()) { in getAllocaSizeInBytes()
|
| H A D | MemorySanitizer.cpp | 4339 if (I.isArrayAllocation()) in instrumentAlloca()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Instructions.h | 92 bool isArrayAllocation() const;
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 5001 if (AI.isArrayAllocation() || !AT->isSized() || isa<ScalableVectorType>(AT) || in runOnAlloca()
|