Searched defs:AllocTy (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemoryBuiltins.cpp | 106 AllocType AllocTy; member 180 getAllocationDataForFunction(const Function *Callee, AllocType AllocTy, in getAllocationDataForFunction() 222 getAllocationData(const Value *V, AllocType AllocTy, in getAllocationData() 232 getAllocationData(const Value *V, AllocType AllocTy, in getAllocationData()
|
H A D | ScalarEvolution.cpp | 4413 const SCEV *ScalarEvolution::getSizeOfExpr(Type *IntTy, Type *AllocTy) { in getSizeOfExpr()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | ScopedHashTable.h | 151 using AllocTy = detail::AllocatorHolder<AllocatorTy>; variable
|
H A D | StringMap.h | 129 using AllocTy = detail::AllocatorHolder<AllocatorTy>; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Allocator.h | 67 using AllocTy = detail::AllocatorHolder<AllocatorT>; variable
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 302 CallInst *IRBuilderBase::CreateMalloc(Type *IntPtrTy, Type *AllocTy, in CreateMalloc() 345 CallInst *IRBuilderBase::CreateMalloc(Type *IntPtrTy, Type *AllocTy, in CreateMalloc()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 927 Type *AllocTy = GetElementPtrInst::getIndexedType(SourceElementType, Ops); in canReplaceGEPIdxWithZero() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | MemProfContextDisambiguation.cpp | 3755 AllocationType AllocTy = (AllocationType)AllocNode.Versions[J]; in applyImport() local
|