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.cpp297 DenseMap<const Record *, unsigned> Opcode2Index; in processSTIPredicate() local
317 if (Opcode2Index.try_emplace(Opcode, OpcodeMappings.size()).second) in processSTIPredicate()
356 unsigned OpcodeIdx = Opcode2Index[Opcode]; in processSTIPredicate()
376 unsigned LhsIdx = Opcode2Index[Lhs.first]; in processSTIPredicate()
377 unsigned RhsIdx = Opcode2Index[Rhs.first]; in processSTIPredicate()