Home
last modified time | relevance | path

Searched refs:isArrayAllocation (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp173 if (AI->isArrayAllocation()) in isDereferenceableForAllocaSize()
184 if (!AI.isArrayAllocation()) { in simplifyAllocaArraySize()
358 if (AI.isArrayAllocation()) { in visitAllocaInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackProtector.cpp283 if (AI->isArrayAllocation()) { in RequiresStackProtector()
DSafeStack.cpp222 if (AI->isArrayAllocation()) { in getStaticAllocaAllocationSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp637 if (!I.isArrayAllocation()) in visitAllocaInst()
922 assert(I.isArrayAllocation()); in visitAllocaInst()
DStackSafetyAnalysis.cpp135 if (AI->isArrayAllocation()) { in getStaticAllocaAllocationSize()
DLint.cpp472 if (!AI->isArrayAllocation() && ATy->isSized()) in visitMemoryReference()
DInlineCost.cpp720 if (I.isArrayAllocation()) { in visitAlloca()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DEvaluator.cpp467 if (AI->isArrayAllocation()) { in EvaluateBlock()
DLocal.cpp1380 return AI->isArrayAllocation() || in isArray()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp761 if (AI.isArrayAllocation()) { in getAllocaSizeInBytes()
1171 if (AI->isArrayAllocation()) { in sanitizeFunction()
DAddressSanitizer.cpp602 if (AI.isArrayAllocation()) { in getAllocaSizeInBytes()
DMemorySanitizer.cpp3536 if (I.isArrayAllocation()) in instrumentAlloca()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64StackTagging.cpp474 Info.AI->isArrayAllocation() in alignAndPadAlloca()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DValue.cpp660 if (!AI->isArrayAllocation()) { in getPointerDereferenceableBytes()
DInstructions.cpp56 if (isArrayAllocation()) { in getAllocationSizeInBits()
1261 bool AllocaInst::isArrayAllocation() const { in isArrayAllocation() function in AllocaInst
DAsmWriter.cpp3993 if (!AI->getArraySize() || AI->isArrayAllocation() || in printInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp722 if (!I.isStaticAlloca() || I.isArrayAllocation()) in handleAlloca()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DInliner.cpp191 if (!ATy || AI->isArrayAllocation()) in mergeInlinedArrayAllocas()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp782 if (A->isArrayAllocation()) in insertSpills()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstructions.h88 bool isArrayAllocation() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp4449 if (AI.isArrayAllocation() || !AI.getAllocatedType()->isSized() || in runOnAlloca()