Searched defs:getSupportedInstructions (Results 1 – 2 of 2) sorted by relevance
/llvm-project/mlir/test/lib/Dialect/Test/ | ||
H A D | TestFromLLVMIRTranslation.cpp | 73 ArrayRef<unsigned> getSupportedInstructions() const override { in getSupportedInstructions() function in __anon613554380111::TestDialectLLVMImportDialectInterface |
/llvm-project/mlir/include/mlir/Target/LLVMIR/ | ||
H A D | LLVMImportInterface.h | 83 virtual ArrayRef<unsigned> getSupportedInstructions() const { return {}; } in getSupportedInstructions() function |