Lines Matching defs:InGlue
970 static SDValue LowerCallResult(SDValue Chain, SDValue InGlue,
979 InGlue).getValue(1);
980 InGlue = Chain.getValue(2);
1091 // The InGlue in necessary since all emitted instructions must be
1093 SDValue InGlue;
1096 RegsToPass[i].second, InGlue);
1097 InGlue = Chain.getValue(1);
1123 if (InGlue.getNode())
1124 Ops.push_back(InGlue);
1127 InGlue = Chain.getValue(1);
1130 Chain = DAG.getCALLSEQ_END(Chain, NumBytes, 0, InGlue, dl);
1131 InGlue = Chain.getValue(1);
1135 return LowerCallResult(Chain, InGlue, RVLocs, dl, DAG, InVals);