Searched refs:hasOperandNamed (Results 1 – 5 of 5) sorted by relevance
108 if (CGI.Operands.hasOperandNamed(VarName, OpIdx)) { in AddCodeToMergeInOperand()304 if (!CGI.Operands.hasOperandNamed(RV.getName(), OpIdx)) in getInstructionCaseForEncoding()
180 bool hasOperandNamed(StringRef Name, unsigned &OpIdx) const;
158 if (hasOperandNamed(Name, OpIdx)) in getOperandNamed()168 bool CGIOperandList::hasOperandNamed(StringRef Name, unsigned &OpIdx) const { in hasOperandNamed() function in CGIOperandList
1997 if (!CGI.Operands.hasOperandNamed(Vals[i].getName(), OpIdx)) in populateInstruction()2028 if (CGI.Operands.hasOperandNamed(Vals[i].getName(), OpIdx)) in populateInstruction()
1684 if (!Operands.hasOperandNamed(OperandName, Idx)) in buildInstructionOperandReference()