Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1790 static DenseMap<const CodeGenInstruction *, unsigned> OpcodeValues; member in __anoncee47b830111::InstructionOpcodeMatcher
1794 const auto VI = OpcodeValues.find(I); in getInstValue()
1795 if (VI != OpcodeValues.end()) in getInstValue()
1803 OpcodeValues.clear(); in initOpcodeValuesMap()
1807 OpcodeValues[I] = OpcodeValue++; in initOpcodeValuesMap()
1828 return Insts.size() == 1 && OpcodeValues.count(Insts[0]); in hasValue()
1837 const auto VI = OpcodeValues.find(I); in getValue()
1838 if (VI != OpcodeValues.end()) in getValue()
1901 InstructionOpcodeMatcher::OpcodeValues; member in __anoncee47b830111::InstructionOpcodeMatcher