Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenInstruction.h86 std::vector<std::string> SubOpNames; member
125 : Rec(R), Name(N), SubOpNames(MINO), PrinterMethodName(PMN), in OperandInfo()
H A DCodeGenInstruction.cpp177 OpInfo.SubOpNames[j] = SubArgName; in CGIOperandList()
H A DDecoderEmitter.cpp2017 std::string TiedName = CGI.Operands[SO.first].SubOpNames[SO.second]; in populateInstruction()
2020 std::string MyName = Op.SubOpNames[j]; in populateInstruction()