/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | DynamicAllocator.h | 75 bool isArrayAllocation(const Expr *Source) const { in isArrayAllocation() function
|
H A D | Interp.h | 2947 bool WasArrayAlloc = Allocator.isArrayAllocation(Source); in Free()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | MemoryTaggingSupport.cpp | 218 Info.AI->isArrayAllocation() in alignAndPadAlloca()
|
H A D | Evaluator.cpp | 364 if (AI->isArrayAllocation()) { in EvaluateBlock()
|
H A D | Local.cpp | 1880 return AI->isArrayAllocation() || in isArray()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 188 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 D | StackProtector.cpp | 412 if (AI->isArrayAllocation()) { in requiresStackProtector()
|
H A D | SafeStack.cpp | 208 if (AI->isArrayAllocation()) { in getStaticAllocaAllocationSize()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemoryBuiltins.cpp | 785 if (!I.isArrayAllocation()) in visitAllocaInst() 1142 assert(I.isArrayAllocation() || I.getAllocatedType()->isScalableTy()); in visitAllocaInst()
|
H A D | Lint.cpp | 439 if (!AI->isArrayAllocation() && ATy->isSized()) in visitMemoryReference()
|
H A D | StackSafetyAnalysis.cpp | 165 if (AI.isArrayAllocation()) { in getStaticAllocaSizeRange()
|
H A D | InlineCost.cpp | 1469 if (I.isArrayAllocation()) { in visitAlloca()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Value.cpp | 909 if (!AI->isArrayAllocation()) { in getPointerDereferenceableBytes()
|
H A D | Instructions.cpp | 64 if (isArrayAllocation()) { in getAllocationSize() 1227 bool AllocaInst::isArrayAllocation() const { in isArrayAllocation() function in AllocaInst
|
H A D | AsmWriter.cpp | 4545 if (!AI->getArraySize() || AI->isArrayAllocation() || in printInstruction()
|
H A D | Verifier.cpp | 4294 Check(!AI.isArrayAllocation(), in visitAllocaInst()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 621 if (AI->isArrayAllocation()) { in addFieldForAlloca() 2034 if (Alloca->isArrayAllocation()) in insertSpills()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPromoteAlloca.cpp | 325 if (!AI->isStaticAlloca() || AI->isArrayAllocation()) in run()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | IRInterpreter.cpp | 890 if (alloca_inst->isArrayAllocation()) { in Interpret()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVEmitIntrinsics.cpp | 1323 if (I.isArrayAllocation()) { in visitAllocaInst()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Instructions.h | 89 bool isArrayAllocation() const;
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 5447 if (AI.isArrayAllocation() || !AT->isSized() || Size.isScalable() || in runOnAlloca()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 4665 if (I.isArrayAllocation()) in instrumentAlloca()
|