HomeSort by: relevance | last modified time | path
    Searched defs:InGlue (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 289 SDValue InGlue = SDValue(nullptr, 0);
290 if (AddGlue(Lead, InGlue, true, DAG))
291 InGlue = SDValue(Lead, Lead->getNumValues() - 1);
298 if (AddGlue(Load, InGlue, OutGlue, DAG)) {
300 InGlue = SDValue(Load, Load->getNumValues() - 1);
304 else if (!OutGlue && InGlue.getNode())
305 RemoveUnusedGlue(InGlue.getNode(), DAG);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRISelDAGToDAG.cpp 481 SDValue InGlue = SDValue(Mul, 0);
486 CurDAG->getCopyFromReg(InChain, DL, AVR::R0, Type, InGlue);
491 InGlue = CopyFromLo.getValue(2);
497 CurDAG->getCopyFromReg(InChain, DL, AVR::R1, Type, InGlue);
502 InGlue = CopyFromHi.getValue(2);
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEISelLowering.cpp 698 // glue operands which copy the outgoing args into registers. The InGlue is
701 SDValue InGlue;
704 RegsToPass[i].second, InGlue);
705 InGlue = Chain.getValue(1);
724 if (InGlue.getNode())
725 Ops.push_back(InGlue);
730 InGlue = Chain.getValue(1);
734 DAG.getIntPtrConstant(0, DL, true), InGlue, DL);
735 InGlue = Chain.getValue(1);
768 RV = DAG.getCopyFromReg(Chain, DL, Reg, RVLocs[i].getLocVT(), InGlue);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsISelLowering.cpp 581 SDValue InGlue = DivRem;
586 InGlue);
589 InGlue = CopyFromLo.getValue(2);
595 HI, Ty, InGlue);

Completed in 27 milliseconds