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

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp1507 SmallVector<SDValue, 6> RetOps; local
1508 RetOps.push_back(Chain); // Operand #0 = Chain (updated below)
1510 RetOps.push_back(DAG.getTargetConstant(FuncInfo->getBytesToPopOnReturn(),
1552 RetOps.push_back(ValToCopy);
1597 RetOps[0] = Chain; // Update chain.
1601 RetOps.push_back(Flag);
1604 MVT::Other, &RetOps[0], RetOps.size());

Completed in 81 milliseconds