Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp162 std::string SubOpName; in ParseOperandName() local
167 SubOpName = OpName.substr(DotIdx+1); in ParseOperandName()
168 if (SubOpName.empty()) in ParseOperandName()
175 if (SubOpName.empty()) { // If no suboperand name was specified: in ParseOperandName()
178 SubOpName.empty()) in ParseOperandName()
193 if (MIOpInfo->getArgName(i) == SubOpName) in ParseOperandName()