Home
last modified time | relevance | path

Searched refs:getMallocAllocatedType (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DMemoryBuiltins.cpp97 Type *T = getMallocAllocatedType(CI); in computeArraySize()
167 Type *llvm::getMallocAllocatedType(const CallInst *CI) { in getMallocAllocatedType() function in llvm
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DMemoryBuiltins.h61 Type *getMallocAllocatedType(const CallInst *CI);
/external/llvm/include/llvm/Analysis/
DMemoryBuiltins.h92 Type *getMallocAllocatedType(const CallInst *CI, const TargetLibraryInfo *TLI);
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp227 Type *T = getMallocAllocatedType(CI, TLI); in computeArraySize()
282 Type *llvm::getMallocAllocatedType(const CallInst *CI, in getMallocAllocatedType() function in llvm
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1233 Type *MAT = getMallocAllocatedType(CI, TLI); in PerformHeapAllocSRoA()
1488 if (ArrayType *AT = dyn_cast<ArrayType>(getMallocAllocatedType(CI, TLI))) { in tryToOptimizeStoreOfMallocToGlobal()
1538 Type *MallocType = getMallocAllocatedType(CI, TLI); in optimizeOnceStoredGlobal()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalOpt.cpp1298 Type* MAT = getMallocAllocatedType(CI); in PerformHeapAllocSRoA()
1551 if (ArrayType *AT = dyn_cast<ArrayType>(getMallocAllocatedType(CI))) { in TryToOptimizeStoreOfMallocToGlobal()
1595 Type* MallocType = getMallocAllocatedType(CI); in OptimizeOnceStoredGlobal()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCalls.cpp301 Type* MallocType = getMallocAllocatedType(MI); in visitCallInst()