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

/freebsd-13-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-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp401 // glue operands which copy the outgoing args into registers. The InGlue is
404 SDValue InGlue; local
407 RegsToPass[i].second, InGlue);
408 InGlue = Chain.getValue(1);
427 if (InGlue.getNode())
428 Ops.push_back(InGlue);
433 InGlue = Chain.getValue(1);
437 DAG.getIntPtrConstant(0, DL, true), InGlue, DL);
438 InGlue = Chain.getValue(1);
470 RV = DAG.getCopyFromReg(Chain, DL, Reg, RVLocs[i].getLocVT(), InGlue);
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp290 SDValue InGlue = SDValue(nullptr, 0); local
291 if (AddGlue(Lead, InGlue, true, DAG))
292 InGlue = SDValue(Lead, Lead->getNumValues() - 1);
299 if (AddGlue(Load, InGlue, OutGlue, DAG)) {
301 InGlue = SDValue(Load, Load->getNumValues() - 1);
305 else if (!OutGlue && InGlue.getNode())
306 RemoveUnusedGlue(InGlue.getNode(), DAG);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1230 // glue operands which copy the outgoing args into registers. The InGlue is
1233 SDValue InGlue;
1236 RegsToPass[i].first, RegsToPass[i].second, InGlue);
1237 InGlue = Chain.getValue(1);
1270 if (InGlue.getNode())
1271 Ops.push_back(InGlue);
1276 InGlue = Chain.getValue(1);
1280 DAG.getIntPtrConstant(0, DL, true), InGlue, DL);
1281 InGlue = Chain.getValue(1);
1313 RV = DAG.getCopyFromReg(Chain, DL, Reg, RVLocs[i].getLocVT(), InGlue);
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h911 SDValue InGlue, const SDLoc &DL) {
917 if (InGlue.getNode())
918 Ops.push_back(InGlue);
910 getCALLSEQ_END(SDValue Chain, SDValue Op1, SDValue Op2, SDValue InGlue, const SDLoc &DL) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp583 SDValue InGlue = DivRem; local
588 InGlue);
591 InGlue = CopyFromLo.getValue(2);
597 HI, Ty, InGlue);

Completed in 168 milliseconds