Home
last modified time | relevance | path

Searched refs:OpcodeValues (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp1436 InstructionOpcodeMatcher::OpcodeValues; member in llvm::gi::InstructionOpcodeMatcher
1440 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()
H A DGlobalISelMatchTable.h1398 static DenseMap<const CodeGenInstruction *, unsigned> OpcodeValues; variable
1422 return Insts.size() == 1 && OpcodeValues.contains(Insts[0]); in hasValue()