Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/utils/TableGen/
H A DAsmWriterInst.cpp168 unsigned OpNo = CGI.Operands.getOperandNamed(VarName); in AsmWriterInst()
H A DCodeGenInstruction.cpp139 unsigned CGIOperandList::getOperandNamed(StringRef Name) const { in getOperandNamed() function in CGIOperandList
176 unsigned OpIdx = getOperandNamed(OpName); in ParseOperandName()
H A DCodeGenInstruction.h162 unsigned getOperandNamed(StringRef Name) const;
H A DFixedLenDecoderEmitter.cpp1902 unsigned i = CGI.Operands.getOperandNamed(TiedNames[Op.second]); in populateInstruction()
1905 i = CGI.Operands.getOperandNamed(Op.second); in populateInstruction()