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

  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 483 /// ResOperands - This is the operand list that should be built for the result
485 SmallVector<ResOperand, 8> ResOperands;
530 TheDef(RHS.TheDef), DefRec(RHS.DefRec), ResOperands(RHS.ResOperands),
837 for (ResOperand &Op : ResOperands) {
848 for (ResOperand &Op : ResOperands) {
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
AsmMatcherEmitter.cpp 382 /// ResOperands - This is the operand list that should be built for the result
384 std::vector<ResOperand> ResOperands;
    [all...]

Completed in 249 milliseconds