HomeSort by: relevance | last modified time | path
    Searched refs:getOperandNamed (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
AsmWriterInst.cpp 175 unsigned OpNo = CGI.Operands.getOperandNamed(VarName);
CodeGenInstruction.h 171 /// getOperandNamed - Return the index of the operand with the specified
174 unsigned getOperandNamed(StringRef Name) const;
CodeGenInstruction.cpp 153 /// getOperandNamed - Return the index of the operand with the specified
157 unsigned CGIOperandList::getOperandNamed(StringRef Name) const {
199 unsigned OpIdx = getOperandNamed(OpName);
FixedLenDecoderEmitter.cpp 2026 CGI.Operands.getOperandNamed(TiedNames[std::string(Op.second)]);
2029 i = CGI.Operands.getOperandNamed(Op.second);

Completed in 82 milliseconds