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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp275 SDValue InGlue = SDValue(nullptr, 0); local
276 if (AddGlue(Lead, InGlue, true, DAG))
277 InGlue = SDValue(Lead, Lead->getNumValues() - 1);
284 if (AddGlue(Load, InGlue, OutGlue, DAG)) {
286 InGlue = SDValue(Load, Load->getNumValues() - 1);
290 else if (!OutGlue && InGlue.getNode())
291 RemoveUnusedGlue(InGlue.getNode(), DAG);
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1198 // glue operands which copy the outgoing args into registers. The InGlue is
1201 SDValue InGlue;
1204 RegsToPass[i].first, RegsToPass[i].second, InGlue);
1205 InGlue = Chain.getValue(1);
1240 if (InGlue.getNode())
1241 Ops.push_back(InGlue);
1246 InGlue = Chain.getValue(1);
1250 DAG.getIntPtrConstant(0, true), InGlue, DL);
1251 InGlue = Chain.getValue(1);
1283 RV = DAG.getCopyFromReg(Chain, DL, Reg, RVLocs[i].getLocVT(), InGlue);
[all...]
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h607 SDValue InGlue, SDLoc DL) {
613 if (InGlue.getNode())
614 Ops.push_back(InGlue);
606 getCALLSEQ_END(SDValue Chain, SDValue Op1, SDValue Op2, SDValue InGlue, SDLoc DL) argument
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp444 SDValue InGlue = DivRem; local
449 InGlue);
452 InGlue = CopyFromLo.getValue(2);
458 HI, Ty, InGlue);

Completed in 671 milliseconds