Searched refs:getMallocArraySize (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/llvm/include/llvm/Analysis/ |
H A D | MemoryBuiltins.h | 99 Value *getMallocArraySize(CallInst *CI, const DataLayout &DL,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | MemoryBuiltins.h | 147 Value *getMallocArraySize(CallInst *CI, const DataLayout &DL,
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | MemoryBuiltins.cpp | 293 Value *llvm::getMallocArraySize(CallInst *CI, const DataLayout &DL, in getMallocArraySize() function in llvm
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | MemoryBuiltins.cpp | 399 Value *llvm::getMallocArraySize(CallInst *CI, const DataLayout &DL, in getMallocArraySize() function in llvm
|
/aosp_15_r20/external/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 1451 Value *NElems = getMallocArraySize(CI, DL, TLI, true); in tryToOptimizeStoreOfMallocToGlobal() 1507 PerformHeapAllocSRoA(GV, CI, getMallocArraySize(CI, DL, TLI, true), DL, in tryToOptimizeStoreOfMallocToGlobal()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 1514 Value *NElems = getMallocArraySize(CI, DL, TLI, true); in tryToOptimizeStoreOfMallocToGlobal() 1570 PerformHeapAllocSRoA(GV, CI, getMallocArraySize(CI, DL, TLI, true), DL, in tryToOptimizeStoreOfMallocToGlobal()
|