Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDDynamicAllocator.h75 bool isArrayAllocation(const Expr *Source) const { in isArrayAllocation() function
HDInterp.h2947 bool WasArrayAlloc = Allocator.isArrayAllocation(Source); in Free()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDMemoryTaggingSupport.cpp218 Info.AI->isArrayAllocation() in alignAndPadAlloca()
HDEvaluator.cpp364 if (AI->isArrayAllocation()) { in EvaluateBlock()
HDLocal.cpp1880 return AI->isArrayAllocation() || in isArray()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineLoadStoreAlloca.cpp188 if (AI->isArrayAllocation()) in isDereferenceableForAllocaSize()
200 if (!AI.isArrayAllocation()) { in simplifyAllocaArraySize()
473 if (AI.isArrayAllocation()) in visitAllocaInst()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDStackProtector.cpp412 if (AI->isArrayAllocation()) { in requiresStackProtector()
HDSafeStack.cpp208 if (AI->isArrayAllocation()) { in getStaticAllocaAllocationSize()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDMemoryBuiltins.cpp785 if (!I.isArrayAllocation()) in visitAllocaInst()
1142 assert(I.isArrayAllocation() || I.getAllocatedType()->isScalableTy()); in visitAllocaInst()
HDLint.cpp439 if (!AI->isArrayAllocation() && ATy->isSized()) in visitMemoryReference()
HDStackSafetyAnalysis.cpp165 if (AI.isArrayAllocation()) { in getStaticAllocaSizeRange()
HDInlineCost.cpp1469 if (I.isArrayAllocation()) { in visitAlloca()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDValue.cpp909 if (!AI->isArrayAllocation()) { in getPointerDereferenceableBytes()
HDInstructions.cpp64 if (isArrayAllocation()) { in getAllocationSize()
1227 bool AllocaInst::isArrayAllocation() const { in isArrayAllocation() function in AllocaInst
HDAsmWriter.cpp4545 if (!AI->getArraySize() || AI->isArrayAllocation() || in printInstruction()
HDVerifier.cpp4294 Check(!AI.isArrayAllocation(), in visitAllocaInst()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
HDCoroFrame.cpp621 if (AI->isArrayAllocation()) { in addFieldForAlloca()
2034 if (Alloca->isArrayAllocation()) in insertSpills()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Expression/
HDIRInterpreter.cpp890 if (alloca_inst->isArrayAllocation()) { in Interpret()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUPromoteAlloca.cpp325 if (!AI->isStaticAlloca() || AI->isArrayAllocation()) in run()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SPIRV/
HDSPIRVEmitIntrinsics.cpp1323 if (I.isArrayAllocation()) { in visitAllocaInst()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDInstructions.h89 bool isArrayAllocation() const;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDSROA.cpp5447 if (AI.isArrayAllocation() || !AT->isSized() || Size.isScalable() || in runOnAlloca()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDMemorySanitizer.cpp4665 if (I.isArrayAllocation()) in instrumentAlloca()