Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp389 std::vector<int64_t> OperandCycleList = in FormItineraryOperandCycleString() local
393 NOperandCycles = OperandCycleList.size(); in FormItineraryOperandCycleString()
395 for (int OCycle : OperandCycleList) { in FormItineraryOperandCycleString()