Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Target/LLVMIR/
H A DLLVMImportInterface.h83 virtual ArrayRef<unsigned> getSupportedInstructions() const { return {}; } in getSupportedInstructions() function
125 llvm::find_if(iface.getSupportedInstructions(), [&](unsigned id) { in initializeImport()
128 if (instructionIt != iface.getSupportedInstructions().end()) { in initializeImport()
143 for (unsigned id : iface.getSupportedInstructions()) in initializeImport()
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestFromLLVMIRTranslation.cpp73 ArrayRef<unsigned> getSupportedInstructions() const override { in getSupportedInstructions() function in __anon613554380111::TestDialectLLVMImportDialectInterface