//===--- HexagonIICScalar.td ----------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// // These itinerary class descriptions are based on the instruction timing // classes as per V62. Currently, they are just extracted from // HexagonScheduleV62.td but will soon be auto-generated by HexagonGen.py. class PseudoItin { list PseudoItin_list = [ InstrItinData], [1, 1, 1]>, InstrItinData, InstrStage<1, [SLOT2, SLOT3]>], [1, 1, 1]>, InstrItinData], [1, 1, 1]>, InstrItinData], [2]> ]; } class ScalarItin { list ScalarItin_list = [ InstrItinData], [3, 1], [Hex_FWD, Hex_FWD]>, InstrItinData], [1, 1, 1], [Hex_FWD, Hex_FWD, Hex_FWD]> ]; }