/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64StackTagging.cpp | 401 !AI.isUsedWithInAlloca() && in isInterestingAlloca() 486 NewAI->setUsedWithInAlloca(Info.AI->isUsedWithInAlloca()); in alignAndPadAlloca()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64StackTagging.cpp | 422 !AI.isUsedWithInAlloca() && in isInterestingAlloca() 510 NewAI->setUsedWithInAlloca(Info.AI->isUsedWithInAlloca()); in alignAndPadAlloca()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | HWAddressSanitizer.cpp | 1078 !AI.isUsedWithInAlloca() && in isInterestingAlloca() 1182 NewAI->setUsedWithInAlloca(AI->isUsedWithInAlloca()); in sanitizeFunction()
|
D | AddressSanitizer.cpp | 1336 !AI.isUsedWithInAlloca() && in isInterestingAlloca()
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | HWAddressSanitizer.cpp | 1185 !AI.isUsedWithInAlloca() && in isInterestingAlloca() 1287 NewAI->setUsedWithInAlloca(AI->isUsedWithInAlloca()); in sanitizeFunction()
|
D | AddressSanitizer.cpp | 1338 !AI.isUsedWithInAlloca() && in isInterestingAlloca()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 143 New->setUsedWithInAlloca(AI.isUsedWithInAlloca()); in PromoteCastOfAllocation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1346 return isa<Constant>(AI->getArraySize()) && !AI->isUsedWithInAlloca(); in allocaWouldBeStaticInEntry()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1437 return isa<Constant>(AI->getArraySize()) && !AI->isUsedWithInAlloca(); in allocaWouldBeStaticInEntry()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instructions.cpp | 1276 return Parent == &Parent->getParent()->front() && !isUsedWithInAlloca(); in isStaticAlloca() 4141 Result->setUsedWithInAlloca(isUsedWithInAlloca()); in cloneImpl()
|
D | AsmWriter.cpp | 3983 if (AI->isUsedWithInAlloca()) in printInstruction()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 1312 return Parent == &Parent->getParent()->front() && !isUsedWithInAlloca(); in isStaticAlloca() 3917 Result->setUsedWithInAlloca(isUsedWithInAlloca()); in cloneImpl()
|
D | AsmWriter.cpp | 3089 if (AI->isUsedWithInAlloca()) in printInstruction()
|
D | Verifier.cpp | 2539 Assert(AI->isUsedWithInAlloca(), in verifyCallSite()
|
/external/llvm-project/llvm/lib/IR/ |
D | Instructions.cpp | 1360 return Parent == &Parent->getParent()->front() && !isUsedWithInAlloca(); in isStaticAlloca() 4339 Result->setUsedWithInAlloca(isUsedWithInAlloca()); in cloneImpl()
|
D | AsmWriter.cpp | 4216 if (AI->isUsedWithInAlloca()) in printInstruction()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 929 !AI.isUsedWithInAlloca()); in isInterestingAlloca()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 163 New->setUsedWithInAlloca(AI.isUsedWithInAlloca()); in PromoteCastOfAllocation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 146 New->setUsedWithInAlloca(AI.isUsedWithInAlloca()); in PromoteCastOfAllocation()
|
/external/llvm/include/llvm/IR/ |
D | Instructions.h | 118 bool isUsedWithInAlloca() const { in isUsedWithInAlloca() function
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Instructions.h | 137 bool isUsedWithInAlloca() const { in isUsedWithInAlloca() function
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2557 AlignRecord |= AI.isUsedWithInAlloca() << 5; in writeInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instructions.h | 126 bool isUsedWithInAlloca() const { in isUsedWithInAlloca() function
|
/external/clang/lib/CodeGen/ |
D | CGCall.cpp | 3541 assert(AI->isUsedWithInAlloca() && !AI->isStaticAlloca()); in EmitCall()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2922 AlignRecord |= AI.isUsedWithInAlloca() << 5; in writeInstruction()
|