Searched refs:OpcodeValues (Results 1 – 2 of 2) sorted by relevance
1436 InstructionOpcodeMatcher::OpcodeValues; member in llvm::gi::InstructionOpcodeMatcher1440 const auto VI = OpcodeValues.find(I); in getInstValue()1441 if (VI != OpcodeValues.end()) in getInstValue()1449 OpcodeValues.clear(); in initOpcodeValuesMap()1452 OpcodeValues[I] = Target.getInstrIntValue(I->TheDef); in initOpcodeValuesMap()1459 const auto VI = OpcodeValues.find(I); in getValue()1460 if (VI != OpcodeValues.end()) in getValue()
1398 static DenseMap<const CodeGenInstruction *, unsigned> OpcodeValues; variable1422 return Insts.size() == 1 && OpcodeValues.contains(Insts[0]); in hasValue()