Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Target/LLVMIR/
DModuleTranslation.h68 if (failed(translator.convertGlobals()))
119 LogicalResult convertGlobals();
/external/swiftshader/third_party/subzero/src/
DIceConverter.h70 void convertGlobals(llvm::Module *Mod);
DIceConverter.cpp846 convertGlobals(Mod); in convertToIce()
913 void Converter::convertGlobals(Module *Mod) { in convertGlobals() function in Ice::Converter
/external/llvm-project/mlir/lib/Target/LLVMIR/
DModuleTranslation.cpp775 LogicalResult ModuleTranslation::convertGlobals() { in convertGlobals() function in ModuleTranslation