Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.cpp1387 InstructionOpcodeMatcher::OpcodeValues; member in llvm::gi::InstructionOpcodeMatcher
1391 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()
H A DGlobalISelMatchTable.h1348 static DenseMap<const CodeGenInstruction *, unsigned> OpcodeValues; variable
1373 return Insts.size() == 1 && OpcodeValues.count(Insts[0]); in hasValue()