Searched refs:getSupportedInstructions (Results 1 – 2 of 2) sorted by relevance
83 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()
73 ArrayRef<unsigned> getSupportedInstructions() const override { in getSupportedInstructions() function in __anon613554380111::TestDialectLLVMImportDialectInterface