Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp1942 Value createAllocCall(Location loc, StringRef name, Type ptrType, in createAllocCall() function
2058 createAllocCall(loc, "malloc", elementPtrType, {sizeBytes}, in allocateBuffer()
2139 Value allocatedPtr = createAllocCall( in allocateBuffer()