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

/freebsd-10-stable/contrib/llvm/utils/TableGen/
H A DAsmWriterInst.cpp202 unsigned OpNo = CGI.Operands.getOperandNamed(VarName);
H A DCodeGenInstruction.h153 /// getOperandNamed - Return the index of the operand with the specified
156 unsigned getOperandNamed(StringRef Name) const;
H A DCodeGenInstruction.cpp129 /// getOperandNamed - Return the index of the operand with the specified
133 unsigned CGIOperandList::getOperandNamed(StringRef Name) const { function in class:CGIOperandList
170 unsigned OpIdx = getOperandNamed(OpName);

Completed in 111 milliseconds