Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DPromoteMemToReg.h20 class AllocaInst; variable
H A DLocal.h39 class AllocaInst; variable
H A DASanStackFrameLayout.h19 class AllocaInst; variable
H A DCodeExtractor.h25 class AllocaInst; variable
H A DCloning.h33 class AllocaInst; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DStackSafetyAnalysis.h22 class AllocaInst; variable
H A DMemorySSA.h112 class AllocaInst; variable
H A DStackLifetime.h25 class AllocaInst; variable
H A DValueTracking.h31 class AllocaInst; variable
H A DMemoryBuiltins.h30 class AllocaInst; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DSROA.h26 class AllocaInst; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h25 class AllocaInst; variable
H A DFastISel.h35 class AllocaInst; variable
H A DMachineFrameInfo.h28 class AllocaInst; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h41 class AllocaInst; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h36 class AllocaInst; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp1323 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, const Twine &Name, in AllocaInst() function in AllocaInst
1327 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, const Twine &Name, in AllocaInst() function in AllocaInst
1331 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst() function in AllocaInst
1337 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst() function in AllocaInst
1343 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst() function in AllocaInst
1354 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst() function in AllocaInst
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCleanup.h26 class AllocaInst; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp462 const MapVector<AllocaInst *, AllocaInfo> &Allocas, in insertBaseTaggedPointer()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1143 DenseMap<AllocaInst *, std::vector<DbgVariableIntrinsic *>> &AllocaDbgMap, in instrumentStack()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2441 SmallDenseMap<llvm::Value *, llvm::AllocaInst *, 4> &DbgPtrAllocaCache, in salvageDebugInfo()