Searched refs:OpcodeValues (Results 1 – 2 of 2) sorted by relevance
1387 InstructionOpcodeMatcher::OpcodeValues; member in llvm::gi::InstructionOpcodeMatcher1391 const auto VI = OpcodeValues.find(I); in getInstValue()1392 if (VI != OpcodeValues.end()) in getInstValue()1400 OpcodeValues.clear(); in initOpcodeValuesMap()1404 OpcodeValues[I] = OpcodeValue++; in initOpcodeValuesMap()1411 const auto VI = OpcodeValues.find(I); in getValue()1412 if (VI != OpcodeValues.end()) in getValue()
1348 static DenseMap<const CodeGenInstruction *, unsigned> OpcodeValues; variable1373 return Insts.size() == 1 && OpcodeValues.count(Insts[0]); in hasValue()