Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp65 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 DScalarEvolution.cpp349 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 DInstructions.cpp626 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 DGlobalOpt.cpp887 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 DInstCombineLoadStoreAlloca.cpp856 Type *AllocTy = GetElementPtrInst::getIndexedType(SourceElementType, Ops); in canReplaceGEPIdxWithZero() local