Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp843 ComplexSubOperandsParentName[SymbolicName]; in defineComplexSubOperand()
854 ComplexSubOperandsParentName[SymbolicName] = std::move(ParentName); in defineComplexSubOperand()
H A DGlobalISelMatchTable.h539 StringMap<std::string> ComplexSubOperandsParentName; variable