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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp269 SDValue InGlue = SDValue(nullptr, 0); local
270 if (AddGlue(Lead, InGlue, true, DAG))
271 InGlue = SDValue(Lead, Lead->getNumValues() - 1);
278 if (AddGlue(Load, InGlue, OutGlue, DAG)) {
280 InGlue = SDValue(Load, Load->getNumValues() - 1);
284 else if (!OutGlue && InGlue.getNode())
285 RemoveUnusedGlue(InGlue.getNode(), DAG);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp235 SDValue InGlue = SDValue(Lead, Lead->getNumValues() - 1); local
240 AddGlue(Load, InGlue, OutGlue, DAG);
243 InGlue = SDValue(Load, Load->getNumValues() - 1);
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DSelectionDAG.h485 SDValue InGlue) {
491 Ops.push_back(InGlue);
493 (unsigned)Ops.size() - (InGlue.getNode() == 0 ? 1 : 0));
484 getCALLSEQ_END(SDValue Chain, SDValue Op1, SDValue Op2, SDValue InGlue) argument
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1293 // glue operands which copy the outgoing args into registers. The InGlue is
1296 SDValue InGlue;
1299 RegsToPass[i].first, RegsToPass[i].second, InGlue);
1300 InGlue = Chain.getValue(1);
1333 if (InGlue.getNode())
1334 Ops.push_back(InGlue);
1339 InGlue = Chain.getValue(1);
1343 DAG.getIntPtrConstant(0, DL, true), InGlue, DL);
1344 InGlue = Chain.getValue(1);
1376 RV = DAG.getCopyFromReg(Chain, DL, Reg, RVLocs[i].getLocVT(), InGlue);
[all...]
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h734 SDValue InGlue, const SDLoc &DL) {
740 if (InGlue.getNode())
741 Ops.push_back(InGlue);
733 getCALLSEQ_END(SDValue Chain, SDValue Op1, SDValue Op2, SDValue InGlue, const SDLoc &DL) argument
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsISelLowering.cpp431 SDValue InGlue = DivRem; local
436 InGlue);
439 InGlue = CopyFromLo.getValue(2);
445 HI, Ty, InGlue);
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp482 SDValue InGlue = DivRem; local
487 InGlue);
490 InGlue = CopyFromLo.getValue(2);
496 HI, Ty, InGlue);

Completed in 538 milliseconds