| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | MemoryTaggingSupport.cpp | 236 Info.AI->isArrayAllocation() in alignAndPadAlloca()
|
| H A D | Evaluator.cpp | 342 if (AI->isArrayAllocation()) { in EvaluateBlock()
|
| H A D | Local.cpp | 1923 return AI->isArrayAllocation() || in isArray()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 176 if (AI->isArrayAllocation()) in isDereferenceableForAllocaSize() 188 if (!AI.isArrayAllocation()) { in simplifyAllocaArraySize() 488 if (AI.isArrayAllocation()) in visitAllocaInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | StackProtector.cpp | 435 if (AI->isArrayAllocation()) { in requiresStackProtector()
|
| H A D | SafeStack.cpp | 207 if (AI->isArrayAllocation()) { in getStaticAllocaAllocationSize()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemoryBuiltins.cpp | 902 if (!I.isArrayAllocation()) in visitAllocaInst() 1284 assert(I.isArrayAllocation() || I.getAllocatedType()->isScalableTy()); in visitAllocaInst()
|
| H A D | Lint.cpp | 462 if (!AI->isArrayAllocation() && ATy->isSized() && !ATy->isScalableTy()) in visitMemoryReference()
|
| H A D | StackSafetyAnalysis.cpp | 165 if (AI.isArrayAllocation()) { in getStaticAllocaSizeRange()
|
| H A D | InlineCost.cpp | 1580 if (I.isArrayAllocation()) { in visitAlloca()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 198 if (AI->isArrayAllocation()) { in addFieldForAlloca() 1234 if (Alloca->isArrayAllocation()) in insertSpills()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Value.cpp | 940 if (!AI->isArrayAllocation()) { in getPointerDereferenceableBytes()
|
| H A D | Instructions.cpp | 67 if (isArrayAllocation()) { in getAllocationSize() 1290 bool AllocaInst::isArrayAllocation() const { in isArrayAllocation() function in AllocaInst
|
| H A D | AsmWriter.cpp | 4738 if (!AI->getArraySize() || AI->isArrayAllocation() || in printInstruction()
|
| H A D | Verifier.cpp | 4457 Check(!AI.isArrayAllocation(), in visitAllocaInst()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Instruction.h | 2213 bool isArrayAllocation() const { in isArrayAllocation() function 2214 return cast<llvm::AllocaInst>(Val)->isArrayAllocation(); in isArrayAllocation()
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRInterpreter.cpp | 885 if (alloca_inst->isArrayAllocation()) { in Interpret()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.cpp | 1117 if (AI->isArrayAllocation()) { in InjectCoverageAtBlock()
|
| H A D | MemorySanitizer.cpp | 6149 if (I.isArrayAllocation()) in instrumentAlloca()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPromoteAlloca.cpp | 323 if (!AI->isStaticAlloca() || AI->isArrayAllocation()) in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVEmitIntrinsics.cpp | 1780 if (I.isArrayAllocation()) { in visitAllocaInst()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instructions.h | 93 LLVM_ABI bool isArrayAllocation() const;
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 5686 if (AI.isArrayAllocation() || !AT->isSized() || Size.isScalable() || in runOnAlloca()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 21469 {"_ZNK4llvm10AllocaInst17isArrayAllocationEv", "llvm::AllocaInst::isArrayAllocation() const"},
|