Searched refs:TiedCount (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DRISCVCompressInstEmitter.cpp193 // TiedCount keeps track of the number of operands skipped in Inst
198 unsigned TiedCount = 0; local
205 TiedCount++;
208 if (DefInit *DI = dyn_cast<DefInit>(Dag->getArg(i - TiedCount))) {
228 Dag->getArgNameStr(i - TiedCount) + "' has type '" +
235 } else if (IntInit *II = dyn_cast<IntInit>(Dag->getArg(i - TiedCount))) {
351 // TiedCount keeps track of the number of operands skipped in Inst
353 unsigned TiedCount = 0; local
358 ++TiedCount;
375 unsigned DagArgIdx = i - TiedCount;
[all...]

Completed in 105 milliseconds