Home
last modified time | relevance | path

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

/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestFromLLVMIRTranslation.cpp73 ArrayRef<unsigned> getSupportedInstructions() const override { in getSupportedInstructions() function in __anon613554380111::TestDialectLLVMImportDialectInterface
/llvm-project/mlir/include/mlir/Target/LLVMIR/
H A DLLVMImportInterface.h83 virtual ArrayRef<unsigned> getSupportedInstructions() const { return {}; } in getSupportedInstructions() function