Searched defs:AllocTy (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemoryBuiltins.cpp | 106 AllocType AllocTy; member 180 getAllocationDataForFunction(const Function *Callee, AllocType AllocTy, in getAllocationDataForFunction() argument 222 getAllocationData(const Value *V, AllocType AllocTy, in getAllocationData() argument 232 getAllocationData(const Value *V, AllocType AllocTy, in getAllocationData() argument [all...] |
H A D | ScalarEvolution.cpp | 4408 getSizeOfExpr(Type * IntTy,Type * AllocTy) getSizeOfExpr() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | ScopedHashTable.h | 151 using AllocTy = detail::AllocatorHolder<AllocatorTy>; variable
|
H A D | StringMap.h | 113 using AllocTy = detail::AllocatorHolder<AllocatorTy>; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Allocator.h | 67 using AllocTy = detail::AllocatorHolder<AllocatorT>; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 301 CreateMalloc(Type * IntPtrTy,Type * AllocTy,Value * AllocSize,Value * ArraySize,ArrayRef<OperandBundleDef> OpB,Function * MallocF,const Twine & Name) CreateMalloc() argument 344 CreateMalloc(Type * IntPtrTy,Type * AllocTy,Value * AllocSize,Value * ArraySize,Function * MallocF,const Twine & Name) CreateMalloc() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 928 if (!AllocTy || !AllocTy->isSized()) in canReplaceGEPIdxWithZero() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | MemProfContextDisambiguation.cpp | 3526 AllocationType AllocTy = (AllocationType)AllocNode.Versions[J]; applyImport() local
|