Searched refs:hasOperandNamed (Results 1 – 5 of 5) sorted by relevance
88 if (CGI.Operands.hasOperandNamed(VarName, OpIdx)) { in AddCodeToMergeInOperand()194 if (!CGI.Operands.hasOperandNamed(Vals[i].getName(), OpIdx)) in getInstructionCase()
168 bool hasOperandNamed(StringRef Name, unsigned &OpIdx) const;
138 if (hasOperandNamed(Name, OpIdx)) return OpIdx; in getOperandNamed()146 bool CGIOperandList::hasOperandNamed(StringRef Name, unsigned &OpIdx) const { in hasOperandNamed() function in CGIOperandList
1782 if (!CGI.Operands.hasOperandNamed(Vals[i].getName(), OpIdx)) in populateInstruction()1813 if (CGI.Operands.hasOperandNamed(Vals[i].getName(), OpIdx)) in populateInstruction()
1544 if (!Operands.hasOperandNamed(OperandName, Idx)) in buildInstructionOperandReference()