Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1773 static DenseMap<const CodeGenInstruction *, unsigned> OpcodeValues; member in __anon1998b5b40111::InstructionOpcodeMatcher
1777 const auto VI = OpcodeValues.find(I); in getInstValue()
1778 if (VI != OpcodeValues.end()) in getInstValue()
1786 OpcodeValues.clear(); in initOpcodeValuesMap()
1790 OpcodeValues[I] = OpcodeValue++; in initOpcodeValuesMap()
1811 return Insts.size() == 1 && OpcodeValues.count(Insts[0]); in hasValue()
1820 const auto VI = OpcodeValues.find(I); in getValue()
1821 if (VI != OpcodeValues.end()) in getValue()
1884 InstructionOpcodeMatcher::OpcodeValues; member in __anon1998b5b40111::InstructionOpcodeMatcher