Searched refs:OpcodeValues (Results 1 – 2 of 2) sorted by relevance
1428 InstructionOpcodeMatcher::OpcodeValues; member in llvm::gi::InstructionOpcodeMatcher1432 const auto VI = OpcodeValues.find(I); in getInstValue()1433 if (VI != OpcodeValues.end()) in getInstValue()1441 OpcodeValues.clear(); in initOpcodeValuesMap()1444 OpcodeValues[I] = Target.getInstrIntValue(I->TheDef); in initOpcodeValuesMap()1451 const auto VI = OpcodeValues.find(I); in getValue()1452 if (VI != OpcodeValues.end()) in getValue()
1357 static DenseMap<const CodeGenInstruction *, unsigned> OpcodeValues; variable1382 return Insts.size() == 1 && OpcodeValues.count(Insts[0]); in hasValue()