Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DAsmWriterInst.cpp175 unsigned OpNo = CGI.Operands.getOperandNamed(VarName); in AsmWriterInst()
H A DCodeGenInstruction.h174 unsigned getOperandNamed(StringRef Name) const;
H A DCodeGenInstruction.cpp157 unsigned CGIOperandList::getOperandNamed(StringRef Name) const { in getOperandNamed() function in CGIOperandList
199 unsigned OpIdx = getOperandNamed(OpName); in ParseOperandName()
H A DFixedLenDecoderEmitter.cpp2026 CGI.Operands.getOperandNamed(TiedNames[std::string(Op.second)]); in populateInstruction()
2029 i = CGI.Operands.getOperandNamed(Op.second); in populateInstruction()