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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp484 SDValue InGlue = SDValue(Mul, 0); local
489 CurDAG->getCopyFromReg(InChain, DL, AVR::R0, Type, InGlue);
494 InGlue = CopyFromLo.getValue(2);
500 CurDAG->getCopyFromReg(InChain, DL, AVR::R1, Type, InGlue);
505 InGlue = CopyFromHi.getValue(2);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp286 SDValue InGlue = SDValue(nullptr, 0); local
287 if (AddGlue(Lead, InGlue, true, DAG))
288 InGlue = SDValue(Lead, Lead->getNumValues() - 1);
295 if (AddGlue(Load, InGlue, OutGlue, DAG)) {
297 InGlue = SDValue(Load, Load->getNumValues() - 1);
301 else if (!OutGlue && InGlue.getNode())
302 RemoveUnusedGlue(InGlue.getNode(), DAG);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1232 // glue operands which copy the outgoing args into registers. The InGlue is
1235 SDValue InGlue;
1238 RegsToPass[i].first, RegsToPass[i].second, InGlue);
1239 InGlue = Chain.getValue(1);
1272 if (InGlue.getNode())
1273 Ops.push_back(InGlue);
1278 InGlue = Chain.getValue(1);
1282 DAG.getIntPtrConstant(0, DL, true), InGlue, DL);
1283 InGlue = Chain.getValue(1);
1315 RV = DAG.getCopyFromReg(Chain, DL, Reg, RVLocs[i].getLocVT(), InGlue);
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h896 SDValue InGlue, const SDLoc &DL) {
902 if (InGlue.getNode())
903 Ops.push_back(InGlue);
895 getCALLSEQ_END(SDValue Chain, SDValue Op1, SDValue Op2, SDValue InGlue, const SDLoc &DL) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp582 SDValue InGlue = DivRem; local
587 InGlue);
590 InGlue = CopyFromLo.getValue(2);
596 HI, Ty, InGlue);

Completed in 77 milliseconds