Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64StackTagging.cpp401 !AI.isUsedWithInAlloca() && in isInterestingAlloca()
486 NewAI->setUsedWithInAlloca(Info.AI->isUsedWithInAlloca()); in alignAndPadAlloca()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64StackTagging.cpp422 !AI.isUsedWithInAlloca() && in isInterestingAlloca()
510 NewAI->setUsedWithInAlloca(Info.AI->isUsedWithInAlloca()); in alignAndPadAlloca()
/external/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()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp1185 !AI.isUsedWithInAlloca() && in isInterestingAlloca()
1287 NewAI->setUsedWithInAlloca(AI->isUsedWithInAlloca()); in sanitizeFunction()
DAddressSanitizer.cpp1338 !AI.isUsedWithInAlloca() && in isInterestingAlloca()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp143 New->setUsedWithInAlloca(AI.isUsedWithInAlloca()); in PromoteCastOfAllocation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1346 return isa<Constant>(AI->getArraySize()) && !AI->isUsedWithInAlloca(); in allocaWouldBeStaticInEntry()
/external/llvm-project/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1437 return isa<Constant>(AI->getArraySize()) && !AI->isUsedWithInAlloca(); in allocaWouldBeStaticInEntry()
/external/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()
/external/llvm/lib/IR/
DInstructions.cpp1312 return Parent == &Parent->getParent()->front() && !isUsedWithInAlloca(); in isStaticAlloca()
3917 Result->setUsedWithInAlloca(isUsedWithInAlloca()); in cloneImpl()
DAsmWriter.cpp3089 if (AI->isUsedWithInAlloca()) in printInstruction()
DVerifier.cpp2539 Assert(AI->isUsedWithInAlloca(), in verifyCallSite()
/external/llvm-project/llvm/lib/IR/
DInstructions.cpp1360 return Parent == &Parent->getParent()->front() && !isUsedWithInAlloca(); in isStaticAlloca()
4339 Result->setUsedWithInAlloca(isUsedWithInAlloca()); in cloneImpl()
DAsmWriter.cpp4216 if (AI->isUsedWithInAlloca()) in printInstruction()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp929 !AI.isUsedWithInAlloca()); in isInterestingAlloca()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp163 New->setUsedWithInAlloca(AI.isUsedWithInAlloca()); in PromoteCastOfAllocation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp146 New->setUsedWithInAlloca(AI.isUsedWithInAlloca()); in PromoteCastOfAllocation()
/external/llvm/include/llvm/IR/
DInstructions.h118 bool isUsedWithInAlloca() const { in isUsedWithInAlloca() function
/external/llvm-project/llvm/include/llvm/IR/
DInstructions.h137 bool isUsedWithInAlloca() const { in isUsedWithInAlloca() function
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2557 AlignRecord |= AI.isUsedWithInAlloca() << 5; in writeInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstructions.h126 bool isUsedWithInAlloca() const { in isUsedWithInAlloca() function
/external/clang/lib/CodeGen/
DCGCall.cpp3541 assert(AI->isUsedWithInAlloca() && !AI->isStaticAlloca()); in EmitCall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2922 AlignRecord |= AI.isUsedWithInAlloca() << 5; in writeInstruction()

12