Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1550 static DenseMap<const CodeGenInstruction *, unsigned> OpcodeValues; member in __anon7e76e5f80111::InstructionOpcodeMatcher
1554 OpcodeValues.clear(); in initOpcodeValuesMap()
1558 OpcodeValues[I] = OpcodeValue++; in initOpcodeValuesMap()
1573 const auto VI = OpcodeValues.find(I); in getValue()
1574 if (VI != OpcodeValues.end()) in getValue()
1579 bool hasValue() const override { return OpcodeValues.count(I); } in hasValue()
1621 InstructionOpcodeMatcher::OpcodeValues; member in __anon7e76e5f80111::InstructionOpcodeMatcher