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

  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 813 for (auto &Operand : CGA.ResultOperands)
826 const CodeGenInstAlias::ResultOperand &RO = CGA.ResultOperands[i];
856 Record *R = CGA.ResultOperands[i].getRecord();
    [all...]
CodeGenInstruction.h 336 /// ResultOperands - The decoded operands for the result instruction.
337 std::vector<ResultOperand> ResultOperands;
AsmMatcherEmitter.cpp     [all...]
CodeGenInstruction.cpp 637 ResultOperands.push_back(ResOp);
649 ResultOperands.emplace_back(Result->getArgName(AliasOpNo) + "." +
669 ResultOperands.push_back(ResOp);
  /external/swiftshader/third_party/LLVM/utils/TableGen/
AsmWriterEmitter.cpp 858 const CodeGenInstAlias::ResultOperand &RO = CGA->ResultOperands[i];
876 CGA->ResultOperands[i].getRecord()->getName() +
899 llvm::utostr(CGA->ResultOperands[i].getImm());
905 "::" + CGA->ResultOperands[i].getRegister()->getName();
    [all...]
CodeGenInstruction.h 308 /// ResultOperands - The decoded operands for the result instruction.
309 std::vector<ResultOperand> ResultOperands;
CodeGenInstruction.cpp 526 ResultOperands.push_back(ResOp);
542 ResultOperands.push_back(ResOp);
AsmMatcherEmitter.cpp     [all...]

Completed in 119 milliseconds