Home
last modified time | relevance | path

Searched refs:isStaticAlloca (Results 1 – 25 of 27) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrumentation.cpp47 if (AI->isStaticAlloca()) in PrepareToSplitEntryBlock()
DAddressSanitizer.cpp1023 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()
DHWAddressSanitizer.cpp1070 AI.isStaticAlloca() && in isInterestingAlloca()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCodeMetrics.cpp153 if (!AI->isStaticAlloca()) in analyzeBasicBlock()
DInlineCost.cpp732 if (I.isStaticAlloca()) { in visitAlloca()
739 if (I.isStaticAlloca()) in visitAlloca()
DBasicAliasAnalysis.cpp892 if (!AI->isStaticAlloca() && isIntrinsicCall(Call, Intrinsic::stackrestore)) in getModRefInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp232 cast<AllocaInst>(AfterAllocaInsPt)->isStaticAlloca()) in lowerIncomingArguments()
278 if (AI->isStaticAlloca()) in lowerAcrossUnwindEdges()
DSafeStack.cpp392 if (AI->isStaticAlloca()) { in findInsts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUInline.cpp140 if (!AI->isStaticAlloca() || !AIVisited.insert(AI).second) in getInlineThreshold()
DAMDGPUPromoteAlloca.cpp722 if (!I.isStaticAlloca() || I.isArrayAllocation()) in handleAlloca()
DAMDGPUTargetTransformInfo.cpp158 if (!Alloca || !Alloca->isStaticAlloca()) in getUnrollingPreferences()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSink.cpp146 if (AI->isStaticAlloca()) in SinkInstruction()
DTailRecursionElimination.cpp99 return !AI || AI->isStaticAlloca(); in canTRE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp526 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/
DFunctionLoweringInfo.cpp144 if (AI->isStaticAlloca() && in set()
DSelectionDAGBuilder.cpp5975 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/
DTargetTransformInfoImpl.h870 if (A->isStaticAlloca()) in getUserCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64StackTagging.cpp396 AI.getAllocatedType()->isSized() && AI.isStaticAlloca() && in isInterestingAlloca()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp1317 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/
DCoroFrame.cpp666 if (!AI->isStaticAlloca()) in insertSpills()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp2960 return !cast<AllocaInst>(I)->isStaticAlloca(); in canReplaceOperandWithVariable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp1270 bool AllocaInst::isStaticAlloca() const { in isStaticAlloca() function in AllocaInst
DVerifier.cpp4446 Assert(AI && AI->isStaticAlloca(), in visitIntrinsicCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FastISel.cpp3876 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/
DInstructions.h122 bool isStaticAlloca() const;

12