Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp304 DenseMap<const Record *, unsigned> Opcode2Index; in processSTIPredicate() local
324 if (!Opcode2Index.contains(Opcode)) { in processSTIPredicate()
325 Opcode2Index[Opcode] = OpcodeMappings.size(); in processSTIPredicate()
365 unsigned OpcodeIdx = Opcode2Index[Opcode]; in processSTIPredicate()
385 unsigned LhsIdx = Opcode2Index[Lhs.first]; in processSTIPredicate()
386 unsigned RhsIdx = Opcode2Index[Rhs.first]; in processSTIPredicate()