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

/freebsd-10.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp274 SDValue InGlue = SDValue(0, 0); local
275 if (AddGlue(Lead, InGlue, true, DAG))
276 InGlue = SDValue(Lead, Lead->getNumValues() - 1);
283 if (AddGlue(Load, InGlue, OutGlue, DAG)) {
285 InGlue = SDValue(Load, Load->getNumValues() - 1);
289 else if (!OutGlue && InGlue.getNode())
290 RemoveUnusedGlue(InGlue.getNode(), DAG);
/freebsd-10.3-release/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1199 // glue operands which copy the outgoing args into registers. The InGlue is
1202 SDValue InGlue;
1205 RegsToPass[i].first, RegsToPass[i].second, InGlue);
1206 InGlue = Chain.getValue(1);
1241 if (InGlue.getNode())
1242 Ops.push_back(InGlue);
1247 InGlue = Chain.getValue(1);
1251 DAG.getIntPtrConstant(0, true), InGlue, DL);
1252 InGlue = Chain.getValue(1);
1284 RV = DAG.getCopyFromReg(Chain, DL, Reg, RVLocs[i].getLocVT(), InGlue);
[all...]
/freebsd-10.3-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h577 SDValue InGlue, SDLoc DL) {
583 Ops.push_back(InGlue);
585 (unsigned)Ops.size() - (InGlue.getNode() == 0 ? 1 : 0));
576 getCALLSEQ_END(SDValue Chain, SDValue Op1, SDValue Op2, SDValue InGlue, SDLoc DL) argument
/freebsd-10.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp426 SDValue InGlue = DivRem; local
431 InGlue);
434 InGlue = CopyFromLo.getValue(2);
440 HI, Ty, InGlue);

Completed in 75 milliseconds