Home
last modified time | relevance | path

Searched defs:AllocTy (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/include/llvm/ADT/
H A DScopedHashTable.h151 using AllocTy = detail::AllocatorHolder<AllocatorTy>; variable
H A DStringMap.h129 using AllocTy = detail::AllocatorHolder<AllocatorTy>; variable
/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp222 return getAllocationDataForFunction(Callee, AllocTy, TLI); in getAllocationData() argument
106 AllocType AllocTy; global() member
180 getAllocationDataForFunction(const Function * Callee,AllocType AllocTy,const TargetLibraryInfo * TLI) getAllocationDataForFunction() argument
232 getAllocationData(const Value * V,AllocType AllocTy,function_ref<const TargetLibraryInfo & (Function &)> GetTLI) getAllocationData() argument
[all...]
H A DScalarEvolution.cpp4413 getSizeOfExpr(Type * IntTy,Type * AllocTy) getSizeOfExpr() argument
/llvm-project/llvm/include/llvm/Support/
H A DAllocator.h67 using AllocTy = detail::AllocatorHolder<AllocatorT>; variable
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp922 Type *AllocTy = GetElementPtrInst::getIndexedType(SourceElementType, Ops); canReplaceGEPIdxWithZero() local
/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp302 CreateMalloc(Type * IntPtrTy,Type * AllocTy,Value * AllocSize,Value * ArraySize,ArrayRef<OperandBundleDef> OpB,Function * MallocF,const Twine & Name) CreateMalloc() argument
345 CreateMalloc(Type * IntPtrTy,Type * AllocTy,Value * AllocSize,Value * ArraySize,Function * MallocF,const Twine & Name) CreateMalloc() argument
/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp3704 AllocationType AllocTy = (AllocationType)AllocNode.Versions[J]; applyImport() local