Home
last modified time | relevance | path

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

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