Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp108 if (CGI.Operands.hasOperandNamed(VarName, OpIdx)) { in AddCodeToMergeInOperand()
304 if (!CGI.Operands.hasOperandNamed(RV.getName(), OpIdx)) in getInstructionCaseForEncoding()
H A DCodeGenInstruction.h180 bool hasOperandNamed(StringRef Name, unsigned &OpIdx) const;
H A DCodeGenInstruction.cpp158 if (hasOperandNamed(Name, OpIdx)) in getOperandNamed()
168 bool CGIOperandList::hasOperandNamed(StringRef Name, unsigned &OpIdx) const { in hasOperandNamed() function in CGIOperandList
H A DDecoderEmitter.cpp1997 if (!CGI.Operands.hasOperandNamed(Vals[i].getName(), OpIdx)) in populateInstruction()
2028 if (CGI.Operands.hasOperandNamed(Vals[i].getName(), OpIdx)) in populateInstruction()
H A DAsmMatcherEmitter.cpp1684 if (!Operands.hasOperandNamed(OperandName, Idx)) in buildInstructionOperandReference()