Home
last modified time | relevance | path

Searched refs:getOperandNamed (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/utils/TableGen/
DAsmWriterInst.cpp180 unsigned OpNo = CGI.Operands.getOperandNamed(VarName); in AsmWriterInst()
DCodeGenInstruction.h174 unsigned getOperandNamed(StringRef Name) const;
DCodeGenInstruction.cpp157 unsigned CGIOperandList::getOperandNamed(StringRef Name) const { in getOperandNamed() function in CGIOperandList
199 unsigned OpIdx = getOperandNamed(OpName); in ParseOperandName()
DFixedLenDecoderEmitter.cpp2021 CGI.Operands.getOperandNamed(TiedNames[std::string(Op.second)]); in populateInstruction()
2024 i = CGI.Operands.getOperandNamed(Op.second); in populateInstruction()
/external/llvm/utils/TableGen/
DAsmWriterInst.cpp168 unsigned OpNo = CGI.Operands.getOperandNamed(VarName); in AsmWriterInst()
DCodeGenInstruction.h162 unsigned getOperandNamed(StringRef Name) const;
DCodeGenInstruction.cpp139 unsigned CGIOperandList::getOperandNamed(StringRef Name) const { in getOperandNamed() function in CGIOperandList
176 unsigned OpIdx = getOperandNamed(OpName); in ParseOperandName()
DFixedLenDecoderEmitter.cpp1902 unsigned i = CGI.Operands.getOperandNamed(TiedNames[Op.second]); in populateInstruction()
1905 i = CGI.Operands.getOperandNamed(Op.second); in populateInstruction()