Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp1314 struct TransVariant { struct
1315 Record *VarOrSeqDef; // Variant or sequence.
1316 unsigned RWIdx; // Index of this variant or sequence's matched type.
1317 unsigned ProcIdx; // Processor model index or zero for any.
1318 unsigned TransVecIdx; // Index into PredTransitions::TransVec.
1320 TransVariant(Record *def, unsigned rwi, unsigned pi, unsigned ti): in TransVariant() argument