Searched refs:OpcodeValues (Results 1 – 1 of 1) sorted by relevance
1550 static DenseMap<const CodeGenInstruction *, unsigned> OpcodeValues; member in __anon7e76e5f80111::InstructionOpcodeMatcher1554 OpcodeValues.clear(); in initOpcodeValuesMap()1558 OpcodeValues[I] = OpcodeValue++; in initOpcodeValuesMap()1573 const auto VI = OpcodeValues.find(I); in getValue()1574 if (VI != OpcodeValues.end()) in getValue()1579 bool hasValue() const override { return OpcodeValues.count(I); } in hasValue()1621 InstructionOpcodeMatcher::OpcodeValues; member in __anon7e76e5f80111::InstructionOpcodeMatcher