Searched refs:hasOperandNamed (Results 1 – 4 of 4) sorted by relevance
161 bool hasOperandNamed(StringRef Name, unsigned &OpIdx) const;
136 if (hasOperandNamed(Name, OpIdx)) return OpIdx; in getOperandNamed()144 bool CGIOperandList::hasOperandNamed(StringRef Name, unsigned &OpIdx) const { in hasOperandNamed() function in CGIOperandList
104 if (CGI.Operands.hasOperandNamed(VarName, OpIdx)) { in AddCodeToMergeInOperand()
1311 if (!Operands.hasOperandNamed(OperandName, Idx)) in BuildInstructionOperandReference()