Searched defs:AllocTy (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | MemoryBuiltins.cpp | 65 AllocType AllocTy; member 141 getAllocationDataForFunction(const Function *Callee, AllocType AllocTy, in getAllocationDataForFunction() 178 static Optional<AllocFnsTy> getAllocationData(const Value *V, AllocType AllocTy, in getAllocationData() 190 getAllocationData(const Value *V, AllocType AllocTy, in getAllocationData()
|
H A D | ScalarEvolution.cpp | 349 Type *AllocTy; in print() local 3701 const SCEV *ScalarEvolution::getSizeOfExpr(Type *IntTy, Type *AllocTy) { in getSizeOfExpr()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Instructions.cpp | 626 Type *AllocTy, Value *AllocSize, in createMalloc() 713 Type *IntPtrTy, Type *AllocTy, in CreateMalloc() 721 Type *IntPtrTy, Type *AllocTy, in CreateMalloc() 739 Type *IntPtrTy, Type *AllocTy, in CreateMalloc() 746 Type *IntPtrTy, Type *AllocTy, in CreateMalloc()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 887 OptimizeGlobalAddressOfMalloc(GlobalVariable *GV, CallInst *CI, Type *AllocTy, in OptimizeGlobalAddressOfMalloc() 1045 Type *AllocTy, in tryToOptimizeStoreOfMallocToGlobal()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 856 Type *AllocTy = GetElementPtrInst::getIndexedType(SourceElementType, Ops); in canReplaceGEPIdxWithZero() local
|