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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterInst.cpp180 unsigned OpNo = CGI.Operands.getOperandNamed(VarName);
H A DCodeGenInstruction.h171 /// getOperandNamed - Return the index of the operand with the specified
174 unsigned getOperandNamed(StringRef Name) const;
H A DCodeGenInstruction.cpp153 /// getOperandNamed - Return the index of the operand with the specified
157 unsigned CGIOperandList::getOperandNamed(StringRef Name) const { function in class:CGIOperandList
199 unsigned OpIdx = getOperandNamed(OpName);
H A DFixedLenDecoderEmitter.cpp2021 CGI.Operands.getOperandNamed(TiedNames[std::string(Op.second)]);
2024 i = CGI.Operands.getOperandNamed(Op.second);

Completed in 71 milliseconds