Home
last modified time | relevance | path

Searched refs:isUsedWithInAlloca (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64StackTagging.cpp401 !AI.isUsedWithInAlloca() && in isInterestingAlloca()
486 NewAI->setUsedWithInAlloca(Info.AI->isUsedWithInAlloca()); in alignAndPadAlloca()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp1078 !AI.isUsedWithInAlloca() && in isInterestingAlloca()
1182 NewAI->setUsedWithInAlloca(AI->isUsedWithInAlloca()); in sanitizeFunction()
DAddressSanitizer.cpp1336 !AI.isUsedWithInAlloca() && in isInterestingAlloca()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1346 return isa<Constant>(AI->getArraySize()) && !AI->isUsedWithInAlloca(); in allocaWouldBeStaticInEntry()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp1276 return Parent == &Parent->getParent()->front() && !isUsedWithInAlloca(); in isStaticAlloca()
4141 Result->setUsedWithInAlloca(isUsedWithInAlloca()); in cloneImpl()
DAsmWriter.cpp3983 if (AI->isUsedWithInAlloca()) in printInstruction()
DVerifier.cpp2902 Assert(AI->isUsedWithInAlloca(), in visitCallBase()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp146 New->setUsedWithInAlloca(AI.isUsedWithInAlloca()); in PromoteCastOfAllocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstructions.h126 bool isUsedWithInAlloca() const { in isUsedWithInAlloca() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2922 AlignRecord |= AI.isUsedWithInAlloca() << 5; in writeInstruction()