Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenInstruction.h88 std::vector<std::string> SubOpNames; member
127 : Rec(R), Name(N), SubOpNames(MINO), PrinterMethodName(PMN), in OperandInfo()
H A DCodeGenInstruction.cpp178 OpInfo.SubOpNames[j] = SubArgName; in CGIOperandList()
H A DDecoderEmitter.cpp2015 std::string TiedName = CGI.Operands[SO.first].SubOpNames[SO.second]; in populateInstruction()
2018 std::string MyName = Op.SubOpNames[j]; in populateInstruction()