Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp112 } else if (CGI.Operands.hasOperandNamed(VarName, OpIdx)) { in addCodeToMergeInOperand()
332 if (!CGI.Operands.hasOperandNamed(RV.getName(), OpIdx)) in getInstructionCaseForEncoding()
H A DCodeGenInstruction.h187 bool hasOperandNamed(StringRef Name, unsigned &OpIdx) const;
H A DCodeGenInstruction.cpp203 if (hasOperandNamed(Name, OpIdx)) in getOperandNamed()
213 bool CGIOperandList::hasOperandNamed(StringRef Name, unsigned &OpIdx) const { in hasOperandNamed() function in CGIOperandList
H A DDecoderEmitter.cpp2049 if (!CGI.Operands.hasOperandNamed(Vals[i].getName(), OpIdx)) in populateInstruction()
2082 CGI.Operands.hasOperandNamed(Vals[i].getName(), OpIdx)) in populateInstruction()
H A DAsmMatcherEmitter.cpp1691 if (!Operands.hasOperandNamed(OperandName, Idx)) in buildInstructionOperandReference()