Home
last modified time | relevance | path

Searched defs:AllocaInst (Results 1 – 23 of 23) sorted by relevance

/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DPromoteMemToReg.h20 class AllocaInst; variable
H A DLocal.h32 class AllocaInst; variable
H A DASanStackFrameLayout.h19 class AllocaInst; variable
H A DMemoryTaggingSupport.h28 class AllocaInst; global() variable
H A DCodeExtractor.h25 class AllocaInst; variable
H A DCloning.h34 class AllocaInst; variable
/llvm-project/llvm/include/llvm/Analysis/
H A DStackSafetyAnalysis.h22 class AllocaInst; variable
H A DStackLifetime.h23 class AllocaInst; variable
H A DMemoryBuiltins.h31 class AllocaInst; global() variable
H A DValueTracking.h33 class AllocaInst; global() variable
H A DTargetTransformInfo.h43 class AllocaInst; variable
/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DMemCpyOptimizer.h23 class AllocaInst; variable
/llvm-project/llvm/include/llvm/FuzzMutate/
H A DRandomIRBuilder.h21 class AllocaInst; variable
/llvm-project/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h25 class AllocaInst; variable
H A DFastISel.h34 class AllocaInst; variable
H A DMachineFrameInfo.h28 class AllocaInst; variable
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h44 class AllocaInst; variable
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h36 class AllocaInst; variable
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp464 insertBaseTaggedPointer(const Module & M,const MapVector<AllocaInst *,memtag::AllocaInfo> & AllocasToInstrument,const DominatorTree * DT) insertBaseTaggedPointer() argument
/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2871 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 DInstructions.cpp1206 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 DInstructionsTest.cpp1739 TEST(InstructionsTest,AllocaInst) TEST() argument
[all...]
/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp650 if (auto *AllocaInst = dyn_cast_if_present<llvm::AllocaInst>(Inst)) { raiseUserConstantDataAllocasToEntryBlock() local
[all...]