Searched refs:MallocType (Results 1 - 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DMemoryBuiltins.cpp139 PointerType *MallocType = NULL; local
146 MallocType = cast<PointerType>(BCI->getDestTy());
152 return MallocType;
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp301 Type* MallocType = getMallocAllocatedType(MI); local
302 if (MallocType && MallocType->isSized())
305 Size = NElements->getZExtValue() * TD->getTypeAllocSize(MallocType);
/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp254 PointerType *MallocType = nullptr; local
261 MallocType = cast<PointerType>(BCI->getDestTy());
267 return MallocType;
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1538 Type *MallocType = getMallocAllocatedType(CI, TLI); local
1539 if (MallocType && tryToOptimizeStoreOfMallocToGlobal(GV, CI, MallocType,
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DGlobalOpt.cpp1595 Type* MallocType = getMallocAllocatedType(CI); local
1596 if (MallocType && TryToOptimizeStoreOfMallocToGlobal(GV, CI, MallocType,

Completed in 483 milliseconds