Searched refs:mlirBlockGetArgument (Results 1 – 4 of 4) sorted by relevance
40 MlirValue iv = mlirBlockGetArgument(loopBody, 0); in populateLoopBody()41 MlirValue funcArg0 = mlirBlockGetArgument(funcBody, 0); in populateLoopBody()42 MlirValue funcArg1 = mlirBlockGetArgument(funcBody, 1); in populateLoopBody()132 MlirValue funcArg0 = mlirBlockGetArgument(funcBody, 0); in makeAndDumpAdd()247 MlirValue arg = mlirBlockGetArgument(block, j); in collectStatsSingle()
668 MLIR_CAPI_EXPORTED MlirValue mlirBlockGetArgument(MlirBlock block,
656 MlirValue mlirBlockGetArgument(MlirBlock block, intptr_t pos) { in mlirBlockGetArgument() function
2013 MlirValue argument = mlirBlockGetArgument(block, pos); in getRawElement()