Home
last modified time | relevance | path

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

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