| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | Instrumentation.cpp | 47 if (AI->isStaticAlloca()) in PrepareToSplitEntryBlock()
|
| H A D | AddressSanitizer.cpp | 1025 if (AI.isStaticAlloca()) { in visitAllocaInst() 1036 if (!AI.isStaticAlloca()) in visitAllocaInst() 1075 if (AI->isStaticAlloca()) in visitIntrinsicInst() 1227 ((!AI.isStaticAlloca()) || getAllocaSizeInBytes(AI) > 0) && in isInterestingAlloca() 2606 assert(AI && AI->isStaticAlloca() && in markEscapedLocalAllocas() 2967 assert(Alloca->isStaticAlloca()); in createAllocaForLayout() 2994 assert(!APC.AI->isStaticAlloca()); in processDynamicAllocas() 3129 assert(APC.AI->isStaticAlloca()); in processStaticAllocas()
|
| H A D | HWAddressSanitizer.cpp | 1396 AI.isStaticAlloca() && in isInterestingAlloca()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | CodeMetrics.cpp | 159 if (!AI->isStaticAlloca()) in analyzeBasicBlock()
|
| H A D | InlineCost.cpp | 1374 if (I.isStaticAlloca()) { in visitAlloca() 1384 if (!I.isStaticAlloca()) in visitAlloca()
|
| H A D | BasicAliasAnalysis.cpp | 903 if (!AI->isStaticAlloca() && isIntrinsicCall(Call, Intrinsic::stackrestore)) in getModRefInfo()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | SjLjEHPrepare.cpp | 241 cast<AllocaInst>(AfterAllocaInsPt)->isStaticAlloca()) in lowerIncomingArguments() 287 if (AI->isStaticAlloca()) in lowerAcrossUnwindEdges()
|
| H A D | SafeStack.cpp | 391 if (AI->isStaticAlloca()) { in findInsts()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPromoteKernelArguments.cpp | 146 if (!AI || !AI->isStaticAlloca()) in getInsertPt()
|
| H A D | AMDGPULowerKernelArguments.cpp | 51 if (!AI || !AI->isStaticAlloca()) in getInsertPt()
|
| H A D | AMDGPUPromoteAlloca.cpp | 839 if (!I.isStaticAlloca() || I.isArrayAllocation()) in handleAlloca() 1073 if (!I.isStaticAlloca() || I.isArrayAllocation()) in handlePromoteAllocaToVector()
|
| H A D | AMDGPUTargetTransformInfo.cpp | 196 if (!Alloca || !Alloca->isStaticAlloca()) in getUnrollingPreferences() 1118 if (!AI->isStaticAlloca() || !AIVisited.insert(AI).second) in adjustInliningThreshold()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | Sink.cpp | 109 if (AI->isStaticAlloca()) in SinkInstruction()
|
| H A D | TailRecursionElimination.cpp | 99 return !AI || AI->isStaticAlloca(); in canTRE()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FunctionLoweringInfo.cpp | 153 if (AI->isStaticAlloca() && in set()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombinePHI.cpp | 641 if (!IsAddressTaken && AI->isStaticAlloca()) in isSafeAndProfitableToSinkLoad() 652 if (AI->isStaticAlloca() && GEP->hasAllConstantIndices()) in isSafeAndProfitableToSinkLoad()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64StackTagging.cpp | 419 AI.getAllocatedType()->isSized() && AI.isStaticAlloca() && in isInterestingAlloca()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 1022 if (cast<AllocaInst>(U)->isStaticAlloca()) in getUserCost()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | CloneFunction.cpp | 65 if (!AI->isStaticAlloca()) { in CloneBasicBlock()
|
| H A D | Local.cpp | 3329 return !cast<AllocaInst>(I)->isStaticAlloca(); in canReplaceOperandWithVariable()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGCleanup.cpp | 467 if (AI && AI->isStaticAlloca()) in PopCleanupBlocks()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 1923 if (!AI->isStaticAlloca()) in translateKnownIntrinsic() 1944 if (AI && AI->isStaticAlloca()) { in translateKnownIntrinsic() 2700 if (AI.isStaticAlloca()) { in translateAlloca()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 3878 assert(C->isStaticAlloca() && "dynamic alloca in the static alloca map?"); in fastMaterializeAlloca()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Instructions.h | 133 bool isStaticAlloca() const;
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Instructions.cpp | 1414 bool AllocaInst::isStaticAlloca() const { in isStaticAlloca() function in AllocaInst
|