Searched refs:hasOperandNamed (Results 1 – 10 of 10) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeEmitterGen.cpp | 87 if (CGI.Operands.hasOperandNamed(VarName, OpIdx)) { in AddCodeToMergeInOperand() 193 if (!CGI.Operands.hasOperandNamed(Vals[i].getName(), OpIdx)) in getInstructionCase()
|
D | CodeGenInstruction.h | 167 bool hasOperandNamed(StringRef Name, unsigned &OpIdx) const;
|
D | CodeGenInstruction.cpp | 141 if (hasOperandNamed(Name, OpIdx)) return OpIdx; in getOperandNamed() 149 bool CGIOperandList::hasOperandNamed(StringRef Name, unsigned &OpIdx) const { in hasOperandNamed() function in CGIOperandList
|
D | FixedLenDecoderEmitter.cpp | 1760 if (!CGI.Operands.hasOperandNamed(Vals[i].getName(), OpIdx)) in populateInstruction() 1791 if (CGI.Operands.hasOperandNamed(Vals[i].getName(), OpIdx)) in populateInstruction()
|
D | AsmMatcherEmitter.cpp | 1639 if (!Operands.hasOperandNamed(OperandName, Idx)) in buildInstructionOperandReference()
|
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeEmitterGen.cpp | 106 if (CGI.Operands.hasOperandNamed(VarName, OpIdx)) { in AddCodeToMergeInOperand() 302 if (!CGI.Operands.hasOperandNamed(RV.getName(), OpIdx)) in getInstructionCaseForEncoding()
|
D | CodeGenInstruction.h | 179 bool hasOperandNamed(StringRef Name, unsigned &OpIdx) const;
|
D | CodeGenInstruction.cpp | 159 if (hasOperandNamed(Name, OpIdx)) in getOperandNamed() 169 bool CGIOperandList::hasOperandNamed(StringRef Name, unsigned &OpIdx) const { in hasOperandNamed() function in CGIOperandList
|
D | FixedLenDecoderEmitter.cpp | 1880 if (!CGI.Operands.hasOperandNamed(Vals[i].getName(), OpIdx)) in populateInstruction() 1911 if (CGI.Operands.hasOperandNamed(Vals[i].getName(), OpIdx)) in populateInstruction()
|
D | AsmMatcherEmitter.cpp | 1679 if (!Operands.hasOperandNamed(OperandName, Idx)) in buildInstructionOperandReference()
|