Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Target/LLVMIR/
DModuleTranslation.h70 if (failed(translator.convertFunctions()))
118 LogicalResult convertFunctions();
/external/swiftshader/third_party/subzero/src/
DIceConverter.h67 void convertFunctions();
DIceConverter.cpp847 convertFunctions(); in convertToIce()
919 void Converter::convertFunctions() { in convertFunctions() function in Ice::Converter
/external/llvm-project/mlir/lib/Target/LLVMIR/
DModuleTranslation.cpp998 LogicalResult ModuleTranslation::convertFunctions() { in convertFunctions() function in ModuleTranslation