Home
last modified time | relevance | path

Searched refs:getMallocArraySize (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h99 Value *getMallocArraySize(CallInst *CI, const DataLayout &DL,
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h147 Value *getMallocArraySize(CallInst *CI, const DataLayout &DL,
/aosp_15_r20/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp293 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 DMemoryBuiltins.cpp399 Value *llvm::getMallocArraySize(CallInst *CI, const DataLayout &DL, in getMallocArraySize() function in llvm
/aosp_15_r20/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1451 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 DGlobalOpt.cpp1514 Value *NElems = getMallocArraySize(CI, DL, TLI, true); in tryToOptimizeStoreOfMallocToGlobal()
1570 PerformHeapAllocSRoA(GV, CI, getMallocArraySize(CI, DL, TLI, true), DL, in tryToOptimizeStoreOfMallocToGlobal()