Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeEmitterGen.cpp87 if (CGI.Operands.hasOperandNamed(VarName, OpIdx)) { in AddCodeToMergeInOperand()
193 if (!CGI.Operands.hasOperandNamed(Vals[i].getName(), OpIdx)) in getInstructionCase()
DCodeGenInstruction.h167 bool hasOperandNamed(StringRef Name, unsigned &OpIdx) const;
DCodeGenInstruction.cpp141 if (hasOperandNamed(Name, OpIdx)) return OpIdx; in getOperandNamed()
149 bool CGIOperandList::hasOperandNamed(StringRef Name, unsigned &OpIdx) const { in hasOperandNamed() function in CGIOperandList
DFixedLenDecoderEmitter.cpp1760 if (!CGI.Operands.hasOperandNamed(Vals[i].getName(), OpIdx)) in populateInstruction()
1791 if (CGI.Operands.hasOperandNamed(Vals[i].getName(), OpIdx)) in populateInstruction()
DAsmMatcherEmitter.cpp1639 if (!Operands.hasOperandNamed(OperandName, Idx)) in buildInstructionOperandReference()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenInstruction.cpp136 if (hasOperandNamed(Name, OpIdx)) return OpIdx; in getOperandNamed()
144 bool CGIOperandList::hasOperandNamed(StringRef Name, unsigned &OpIdx) const { in hasOperandNamed() function in CGIOperandList
DCodeGenInstruction.h161 bool hasOperandNamed(StringRef Name, unsigned &OpIdx) const;
DCodeEmitterGen.cpp108 if (CGI.Operands.hasOperandNamed(VarName, OpIdx)) { in AddCodeToMergeInOperand()
DAsmMatcherEmitter.cpp1316 if (!Operands.hasOperandNamed(OperandName, Idx)) in BuildInstructionOperandReference()