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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1647 static DenseMap<const CodeGenInstruction *, unsigned> OpcodeValues; member in class:InstructionOpcodeMatcher
1651 OpcodeValues.clear();
1655 OpcodeValues[I] = OpcodeValue++;
1670 const auto VI = OpcodeValues.find(I);
1671 if (VI != OpcodeValues.end())
1676 bool hasValue() const override { return OpcodeValues.count(I); }
1718 InstructionOpcodeMatcher::OpcodeValues; member in class:InstructionOpcodeMatcher

Completed in 113 milliseconds