Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenInstruction.h161 bool hasOperandNamed(StringRef Name, unsigned &OpIdx) const;
DCodeGenInstruction.cpp136 if (hasOperandNamed(Name, OpIdx)) return OpIdx; in getOperandNamed()
144 bool CGIOperandList::hasOperandNamed(StringRef Name, unsigned &OpIdx) const { in hasOperandNamed() function in CGIOperandList
DCodeEmitterGen.cpp104 if (CGI.Operands.hasOperandNamed(VarName, OpIdx)) { in AddCodeToMergeInOperand()
DAsmMatcherEmitter.cpp1311 if (!Operands.hasOperandNamed(OperandName, Idx)) in BuildInstructionOperandReference()