Searched refs:hasOperandNamed (Results 1 – 5 of 5) sorted by relevance
112 } else if (CGI.Operands.hasOperandNamed(VarName, OpIdx)) { in addCodeToMergeInOperand()332 if (!CGI.Operands.hasOperandNamed(RV.getName(), OpIdx)) in getInstructionCaseForEncoding()
187 bool hasOperandNamed(StringRef Name, unsigned &OpIdx) const;
203 if (hasOperandNamed(Name, OpIdx)) in getOperandNamed()213 bool CGIOperandList::hasOperandNamed(StringRef Name, unsigned &OpIdx) const { in hasOperandNamed() function in CGIOperandList
2049 if (!CGI.Operands.hasOperandNamed(Vals[i].getName(), OpIdx)) in populateInstruction()2082 CGI.Operands.hasOperandNamed(Vals[i].getName(), OpIdx)) in populateInstruction()
1691 if (!Operands.hasOperandNamed(OperandName, Idx)) in buildInstructionOperandReference()