Searched refs:OpcodeValues (Results 1 – 1 of 1) sorted by relevance
1786 static DenseMap<const CodeGenInstruction *, unsigned> OpcodeValues; member in __anona2f7906b0111::InstructionOpcodeMatcher1790 const auto VI = OpcodeValues.find(I); in getInstValue()1791 if (VI != OpcodeValues.end()) in getInstValue()1799 OpcodeValues.clear(); in initOpcodeValuesMap()1803 OpcodeValues[I] = OpcodeValue++; in initOpcodeValuesMap()1824 return Insts.size() == 1 && OpcodeValues.count(Insts[0]); in hasValue()1833 const auto VI = OpcodeValues.find(I); in getValue()1834 if (VI != OpcodeValues.end()) in getValue()1897 InstructionOpcodeMatcher::OpcodeValues; member in __anona2f7906b0111::InstructionOpcodeMatcher