Searched refs:hasOperandNamed (Results 1 – 9 of 9) 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/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenInstruction.cpp | 136 if (hasOperandNamed(Name, OpIdx)) return OpIdx; in getOperandNamed() 144 bool CGIOperandList::hasOperandNamed(StringRef Name, unsigned &OpIdx) const { in hasOperandNamed() function in CGIOperandList
|
D | CodeGenInstruction.h | 161 bool hasOperandNamed(StringRef Name, unsigned &OpIdx) const;
|
D | CodeEmitterGen.cpp | 108 if (CGI.Operands.hasOperandNamed(VarName, OpIdx)) { in AddCodeToMergeInOperand()
|
D | AsmMatcherEmitter.cpp | 1316 if (!Operands.hasOperandNamed(OperandName, Idx)) in BuildInstructionOperandReference()
|