Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp287 DenseMap<const Record *, unsigned> Opcode2Index; in processSTIPredicate() local
307 if (Opcode2Index.find(Opcode) == Opcode2Index.end()) { in processSTIPredicate()
308 Opcode2Index[Opcode] = OpcodeMappings.size(); in processSTIPredicate()
348 unsigned OpcodeIdx = Opcode2Index[Opcode]; in processSTIPredicate()
368 unsigned LhsIdx = Opcode2Index[Lhs.first]; in processSTIPredicate()
369 unsigned RhsIdx = Opcode2Index[Rhs.first]; in processSTIPredicate()