Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp184 NewAI->setUsedWithInAlloca(Info.AI->isUsedWithInAlloca()); in alignAndPadAlloca()
H A DInlineFunction.cpp1506 return isa<Constant>(AI->getArraySize()) && !AI->isUsedWithInAlloca(); in allocaWouldBeStaticInEntry()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp424 !AI.isUsedWithInAlloca() && in isInterestingAlloca()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1404 !AI.isUsedWithInAlloca() && in isInterestingAlloca()
H A DAddressSanitizer.cpp1233 !AI.isUsedWithInAlloca() && in isInterestingAlloca()
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstructions.cpp1420 return Parent == &Parent->getParent()->front() && !isUsedWithInAlloca(); in isStaticAlloca()
4668 Result->setUsedWithInAlloca(isUsedWithInAlloca()); in cloneImpl()
H A DAsmWriter.cpp4244 if (AI->isUsedWithInAlloca()) in printInstruction()
H A DVerifier.cpp3227 Check(AI->isUsedWithInAlloca(), in visitCallBase()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp165 New->setUsedWithInAlloca(AI.isUsedWithInAlloca()); in PromoteCastOfAllocation()
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp2459 Bitfield::set<APV::UsedWithInAlloca>(Record, AI.isUsedWithInAlloca()); in writeInstruction()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstructions.h137 bool isUsedWithInAlloca() const { in isUsedWithInAlloca() function
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3096 Bitfield::set<APV::UsedWithInAlloca>(Record, AI.isUsedWithInAlloca()); in writeInstruction()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp4767 assert(AI->isUsedWithInAlloca() && !AI->isStaticAlloca()); in EmitCall()