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.cpp1428 InstructionOpcodeMatcher::OpcodeValues; member in llvm::gi::InstructionOpcodeMatcher
1432 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()
H A DGlobalISelMatchTable.h1357 static DenseMap<const CodeGenInstruction *, unsigned> OpcodeValues; variable
1382 return Insts.size() == 1 && OpcodeValues.count(Insts[0]); in hasValue()