Searched refs:OpcodeValues (Results 1 – 1 of 1) sorted by relevance
1739 static DenseMap<const CodeGenInstruction *, unsigned> OpcodeValues; member in __anon0a286f430111::InstructionOpcodeMatcher1743 const auto VI = OpcodeValues.find(I); in getInstValue()1744 if (VI != OpcodeValues.end()) in getInstValue()1752 OpcodeValues.clear(); in initOpcodeValuesMap()1756 OpcodeValues[I] = OpcodeValue++; in initOpcodeValuesMap()1777 return Insts.size() == 1 && OpcodeValues.count(Insts[0]); in hasValue()1786 const auto VI = OpcodeValues.find(I); in getValue()1787 if (VI != OpcodeValues.end()) in getValue()1850 InstructionOpcodeMatcher::OpcodeValues; member in __anon0a286f430111::InstructionOpcodeMatcher