Searched refs:OpcodeValues (Results 1 – 1 of 1) sorted by relevance
1790 static DenseMap<const CodeGenInstruction *, unsigned> OpcodeValues; member in __anoncee47b830111::InstructionOpcodeMatcher1794 const auto VI = OpcodeValues.find(I); in getInstValue()1795 if (VI != OpcodeValues.end()) in getInstValue()1803 OpcodeValues.clear(); in initOpcodeValuesMap()1807 OpcodeValues[I] = OpcodeValue++; in initOpcodeValuesMap()1828 return Insts.size() == 1 && OpcodeValues.count(Insts[0]); in hasValue()1837 const auto VI = OpcodeValues.find(I); in getValue()1838 if (VI != OpcodeValues.end()) in getValue()1901 InstructionOpcodeMatcher::OpcodeValues; member in __anoncee47b830111::InstructionOpcodeMatcher