Searched defs:AllocTy (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 64 AllocType AllocTy; member 135 getAllocationDataForFunction(const Function *Callee, AllocType AllocTy, in getAllocationDataForFunction() 172 static Optional<AllocFnsTy> getAllocationData(const Value *V, AllocType AllocTy, in getAllocationData() 184 getAllocationData(const Value *V, AllocType AllocTy, in getAllocationData()
|
D | ScalarEvolution.cpp | 333 Type *AllocTy; in print() local 3726 const SCEV *ScalarEvolution::getSizeOfExpr(Type *IntTy, Type *AllocTy) { in getSizeOfExpr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instructions.cpp | 524 Type *AllocTy, Value *AllocSize, in createMalloc() 611 Type *IntPtrTy, Type *AllocTy, in CreateMalloc() 619 Type *IntPtrTy, Type *AllocTy, in CreateMalloc() 637 Type *IntPtrTy, Type *AllocTy, in CreateMalloc() 644 Type *IntPtrTy, Type *AllocTy, in CreateMalloc()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 877 Type *AllocTy = in canReplaceGEPIdxWithZero() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 850 OptimizeGlobalAddressOfMalloc(GlobalVariable *GV, CallInst *CI, Type *AllocTy, in OptimizeGlobalAddressOfMalloc() 1483 Type *AllocTy, in tryToOptimizeStoreOfMallocToGlobal()
|