Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp160 std::string SubOpName; in ParseOperandName() local
165 SubOpName = OpName.substr(DotIdx+1); in ParseOperandName()
166 if (SubOpName.empty()) in ParseOperandName()
173 if (SubOpName.empty()) { // If no suboperand name was specified: in ParseOperandName()
176 SubOpName.empty()) in ParseOperandName()
191 if (MIOpInfo->getArgName(i) == SubOpName) in ParseOperandName()