/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | PromoteMemToReg.h | 20 class AllocaInst; variable
|
H A D | Local.h | 32 class AllocaInst; variable
|
H A D | ASanStackFrameLayout.h | 19 class AllocaInst; variable
|
H A D | MemoryTaggingSupport.h | 28 class AllocaInst; global() variable
|
H A D | CodeExtractor.h | 25 class AllocaInst; variable
|
H A D | Cloning.h | 34 class AllocaInst; variable
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | StackSafetyAnalysis.h | 22 class AllocaInst; variable
|
H A D | StackLifetime.h | 23 class AllocaInst; variable
|
H A D | MemoryBuiltins.h | 31 class AllocaInst; global() variable
|
H A D | ValueTracking.h | 33 class AllocaInst; global() variable
|
H A D | TargetTransformInfo.h | 43 class AllocaInst; variable
|
/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | MemCpyOptimizer.h | 23 class AllocaInst; variable
|
/llvm-project/llvm/include/llvm/FuzzMutate/ |
H A D | RandomIRBuilder.h | 21 class AllocaInst; variable
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | WinEHFuncInfo.h | 25 class AllocaInst; variable
|
H A D | FastISel.h | 34 class AllocaInst; variable
|
H A D | MachineFrameInfo.h | 28 class AllocaInst; variable
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.h | 44 class AllocaInst; variable
|
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | IRTranslator.h | 36 class AllocaInst; variable
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64StackTagging.cpp | 464 insertBaseTaggedPointer(const Module & M,const MapVector<AllocaInst *,memtag::AllocaInfo> & AllocasToInstrument,const DominatorTree * DT) insertBaseTaggedPointer() argument
|
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 2871 salvageDebugInfoImpl(SmallDenseMap<Argument *,AllocaInst *,4> & ArgToAllocaMap,bool OptimizeFrame,bool UseEntryValue,Function * F,Value * Storage,DIExpression * Expr,bool SkipOutermostLoad) salvageDebugInfoImpl() argument 2951 salvageDebugInfo(SmallDenseMap<Argument *,AllocaInst *,4> & ArgToAllocaMap,DbgVariableIntrinsic & DVI,bool OptimizeFrame,bool UseEntryValue) salvageDebugInfo() argument 2993 salvageDebugInfo(SmallDenseMap<Argument *,AllocaInst *,4> & ArgToAllocaMap,DbgVariableRecord & DVR,bool OptimizeFrame,bool UseEntryValue) salvageDebugInfo() argument [all...] |
/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 1206 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, const Twine &Name, AllocaInst() function in AllocaInst 1210 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, AllocaInst() function in AllocaInst 1216 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, AllocaInst() function in AllocaInst [all...] |
/llvm-project/llvm/unittests/IR/ |
H A D | InstructionsTest.cpp | 1739 TEST(InstructionsTest,AllocaInst) TEST() argument [all...] |
/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 650 if (auto *AllocaInst = dyn_cast_if_present<llvm::AllocaInst>(Inst)) { raiseUserConstantDataAllocasToEntryBlock() local [all...] |