Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:Glued

1148   // Build a sequence of copy-to-reg nodes, chained and glued together.
1183 // Mark the end of the call, which is glued to the call itself.
1457 // Emit an intrinsic with chain with a glued value instead of its CC result.
1477 // Emit an intrinsic with a glued value instead of its CC result.
3431 SDValue Glued = emitIntrinsicWithChainAndGlue(DAG, Op, Opcode);
3432 SDValue CC = getCCResult(DAG, Glued.getNode());
3445 SDValue Glued = emitIntrinsicWithGlue(DAG, Op, Opcode);
3446 SDValue CC = getCCResult(DAG, Glued.getNode());
3450 return DAG.getNode(ISD::MERGE_VALUES, SDLoc(Op), Op->getVTList(), Glued,