Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDynamicAllocator.h75 bool isArrayAllocation(const Expr *Source) const { in isArrayAllocation() function
H A DInterp.h2947 bool WasArrayAlloc = Allocator.isArrayAllocation(Source); in Free()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp218 Info.AI->isArrayAllocation() in alignAndPadAlloca()
H A DEvaluator.cpp364 if (AI->isArrayAllocation()) { in EvaluateBlock()
H A DLocal.cpp1880 return AI->isArrayAllocation() || in isArray()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp188 if (AI->isArrayAllocation()) in isDereferenceableForAllocaSize()
200 if (!AI.isArrayAllocation()) { in simplifyAllocaArraySize()
473 if (AI.isArrayAllocation()) in visitAllocaInst()
/freebsd/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/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp785 if (!I.isArrayAllocation()) in visitAllocaInst()
1142 assert(I.isArrayAllocation() || I.getAllocatedType()->isScalableTy()); in visitAllocaInst()
H A DLint.cpp439 if (!AI->isArrayAllocation() && ATy->isSized()) in visitMemoryReference()
H A DStackSafetyAnalysis.cpp165 if (AI.isArrayAllocation()) { in getStaticAllocaSizeRange()
H A DInlineCost.cpp1469 if (I.isArrayAllocation()) { in visitAlloca()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp909 if (!AI->isArrayAllocation()) { in getPointerDereferenceableBytes()
H A DInstructions.cpp64 if (isArrayAllocation()) { in getAllocationSize()
1227 bool AllocaInst::isArrayAllocation() const { in isArrayAllocation() function in AllocaInst
H A DAsmWriter.cpp4545 if (!AI->getArraySize() || AI->isArrayAllocation() || in printInstruction()
H A DVerifier.cpp4294 Check(!AI.isArrayAllocation(), in visitAllocaInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp621 if (AI->isArrayAllocation()) { in addFieldForAlloca()
2034 if (Alloca->isArrayAllocation()) in insertSpills()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp325 if (!AI->isStaticAlloca() || AI->isArrayAllocation()) in run()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp890 if (alloca_inst->isArrayAllocation()) { in Interpret()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp1323 if (I.isArrayAllocation()) { in visitAllocaInst()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h89 bool isArrayAllocation() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp5447 if (AI.isArrayAllocation() || !AT->isSized() || Size.isScalable() || in runOnAlloca()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4665 if (I.isArrayAllocation()) in instrumentAlloca()