/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | Instrumentation.cpp | 47 if (AI->isStaticAlloca()) in PrepareToSplitEntryBlock()
|
D | AddressSanitizer.cpp | 1023 if (AI.isStaticAlloca()) { in visitAllocaInst() 1035 if (!AI.isStaticAlloca()) in visitAllocaInst() 1073 if (AI->isStaticAlloca()) in visitIntrinsicInst() 1330 ((!AI.isStaticAlloca()) || getAllocaSizeInBytes(AI) > 0) && in isInterestingAlloca() 2605 assert(AI && AI->isStaticAlloca() && in markEscapedLocalAllocas() 2942 assert(Alloca->isStaticAlloca()); in createAllocaForLayout() 2969 assert(!APC.AI->isStaticAlloca()); in processDynamicAllocas() 3041 assert(APC.AI->isStaticAlloca()); in processStaticAllocas()
|
D | HWAddressSanitizer.cpp | 1070 AI.isStaticAlloca() && in isInterestingAlloca()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | CodeMetrics.cpp | 153 if (!AI->isStaticAlloca()) in analyzeBasicBlock()
|
D | InlineCost.cpp | 732 if (I.isStaticAlloca()) { in visitAlloca() 739 if (I.isStaticAlloca()) in visitAlloca()
|
D | BasicAliasAnalysis.cpp | 892 if (!AI->isStaticAlloca() && isIntrinsicCall(Call, Intrinsic::stackrestore)) in getModRefInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SjLjEHPrepare.cpp | 232 cast<AllocaInst>(AfterAllocaInsPt)->isStaticAlloca()) in lowerIncomingArguments() 278 if (AI->isStaticAlloca()) in lowerAcrossUnwindEdges()
|
D | SafeStack.cpp | 392 if (AI->isStaticAlloca()) { in findInsts()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInline.cpp | 140 if (!AI->isStaticAlloca() || !AIVisited.insert(AI).second) in getInlineThreshold()
|
D | AMDGPUPromoteAlloca.cpp | 722 if (!I.isStaticAlloca() || I.isArrayAllocation()) in handleAlloca()
|
D | AMDGPUTargetTransformInfo.cpp | 158 if (!Alloca || !Alloca->isStaticAlloca()) in getUnrollingPreferences()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | Sink.cpp | 146 if (AI->isStaticAlloca()) in SinkInstruction()
|
D | TailRecursionElimination.cpp | 99 return !AI || AI->isStaticAlloca(); in canTRE()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 526 if (!isAddressTaken && AI->isStaticAlloca()) in isSafeAndProfitableToSinkLoad() 537 if (AI->isStaticAlloca() && GEP->hasAllConstantIndices()) in isSafeAndProfitableToSinkLoad()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FunctionLoweringInfo.cpp | 144 if (AI->isStaticAlloca() && in set()
|
D | SelectionDAGBuilder.cpp | 5975 if (AI->isStaticAlloca()) { in visitIntrinsicCall() 9489 if (!AI || !AI->isStaticAlloca() || !FuncInfo->StaticAllocaMap.count(AI)) in findArgumentCopyElisionCandidates()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 870 if (A->isStaticAlloca()) in getUserCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64StackTagging.cpp | 396 AI.getAllocatedType()->isSized() && AI.isStaticAlloca() && in isInterestingAlloca()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 1317 if (!AI->isStaticAlloca()) in translateKnownIntrinsic() 1338 if (AI && AI->isStaticAlloca()) { in translateKnownIntrinsic() 1808 if (AI.isStaticAlloca()) { in translateAlloca()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroFrame.cpp | 666 if (!AI->isStaticAlloca()) in insertSpills()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 2960 return !cast<AllocaInst>(I)->isStaticAlloca(); in canReplaceOperandWithVariable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instructions.cpp | 1270 bool AllocaInst::isStaticAlloca() const { in isStaticAlloca() function in AllocaInst
|
D | Verifier.cpp | 4446 Assert(AI && AI->isStaticAlloca(), in visitIntrinsicCall()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 3876 assert(C->isStaticAlloca() && "dynamic alloca in the static alloca map?"); in fastMaterializeAlloca()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instructions.h | 122 bool isStaticAlloca() const;
|