Searched refs:hasOperandNamed (Results 1 – 14 of 14) 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-7.0/llvm/utils/TableGen/ |
D | CodeEmitterGen.cpp | 98 if (CGI.Operands.hasOperandNamed(VarName, OpIdx)) { in AddCodeToMergeInOperand() 201 if (!CGI.Operands.hasOperandNamed(RV.getName(), OpIdx)) in getInstructionCase()
|
D | CodeGenInstruction.h | 167 bool hasOperandNamed(StringRef Name, unsigned &OpIdx) const;
|
D | CodeGenInstruction.cpp | 142 if (hasOperandNamed(Name, OpIdx)) return OpIdx; in getOperandNamed() 150 bool CGIOperandList::hasOperandNamed(StringRef Name, unsigned &OpIdx) const { in hasOperandNamed() function in CGIOperandList
|
D | FixedLenDecoderEmitter.cpp | 1813 if (!CGI.Operands.hasOperandNamed(Vals[i].getName(), OpIdx)) in populateInstruction() 1844 if (CGI.Operands.hasOperandNamed(Vals[i].getName(), OpIdx)) in populateInstruction()
|
D | AsmMatcherEmitter.cpp | 1677 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()
|