Searched refs:OpcodeValues (Results 1 – 1 of 1) sorted by relevance
1791 static DenseMap<const CodeGenInstruction *, unsigned> OpcodeValues; member in __anon8aabd5ea0111::InstructionOpcodeMatcher1795 const auto VI = OpcodeValues.find(I); in getInstValue()1796 if (VI != OpcodeValues.end()) in getInstValue()1804 OpcodeValues.clear(); in initOpcodeValuesMap()1808 OpcodeValues[I] = OpcodeValue++; in initOpcodeValuesMap()1829 return Insts.size() == 1 && OpcodeValues.count(Insts[0]); in hasValue()1838 const auto VI = OpcodeValues.find(I); in getValue()1839 if (VI != OpcodeValues.end()) in getValue()1902 InstructionOpcodeMatcher::OpcodeValues; member in __anon8aabd5ea0111::InstructionOpcodeMatcher