Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp286 DenseMap<const Record *, unsigned> Opcode2Index; in processSTIPredicate() local
306 if (Opcode2Index.find(Opcode) == Opcode2Index.end()) { in processSTIPredicate()
307 Opcode2Index[Opcode] = OpcodeMappings.size(); in processSTIPredicate()
347 unsigned OpcodeIdx = Opcode2Index[Opcode]; in processSTIPredicate()
367 unsigned LhsIdx = Opcode2Index[Lhs.first]; in processSTIPredicate()
368 unsigned RhsIdx = Opcode2Index[Rhs.first]; in processSTIPredicate()