HomeSort by relevance Sort by last modified time
    Searched refs:ResultOperands (Results 1 - 4 of 4) sorted by null

  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 828 for (auto &Operand : CGA->ResultOperands)
841 const CodeGenInstAlias::ResultOperand &RO = CGA->ResultOperands[i];
871 Record *R = CGA->ResultOperands[i].getRecord();
    [all...]
CodeGenInstruction.h 331 /// ResultOperands - The decoded operands for the result instruction.
332 std::vector<ResultOperand> ResultOperands;
AsmMatcherEmitter.cpp     [all...]
CodeGenInstruction.cpp 615 ResultOperands.push_back(ResOp);
627 ResultOperands.push_back(
647 ResultOperands.push_back(ResOp);

Completed in 63 milliseconds