Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeEmitterGen.cpp88 if (CGI.Operands.hasOperandNamed(VarName, OpIdx)) { in AddCodeToMergeInOperand()
194 if (!CGI.Operands.hasOperandNamed(Vals[i].getName(), OpIdx)) in getInstructionCase()
DCodeGenInstruction.h168 bool hasOperandNamed(StringRef Name, unsigned &OpIdx) const;
DCodeGenInstruction.cpp138 if (hasOperandNamed(Name, OpIdx)) return OpIdx; in getOperandNamed()
146 bool CGIOperandList::hasOperandNamed(StringRef Name, unsigned &OpIdx) const { in hasOperandNamed() function in CGIOperandList
DFixedLenDecoderEmitter.cpp1782 if (!CGI.Operands.hasOperandNamed(Vals[i].getName(), OpIdx)) in populateInstruction()
1813 if (CGI.Operands.hasOperandNamed(Vals[i].getName(), OpIdx)) in populateInstruction()
DAsmMatcherEmitter.cpp1544 if (!Operands.hasOperandNamed(OperandName, Idx)) in buildInstructionOperandReference()