Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp1293 struct TransVariant { struct
1294 Record *VarOrSeqDef; // Variant or sequence.
1295 unsigned RWIdx; // Index of this variant or sequence's matched type.
1296 unsigned ProcIdx; // Processor model index or zero for any.
1297 unsigned TransVecIdx; // Index into PredTransitions::TransVec.
1299 TransVariant(Record *def, unsigned rwi, unsigned pi, unsigned ti) in TransVariant() function