HomeSort by relevance Sort by last modified time
    Searched refs:InGlue (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 269 SDValue InGlue = SDValue(nullptr, 0);
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);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 628 SDValue InGlue, SDLoc DL) {
634 if (InGlue.getNode())
635 Ops.push_back(InGlue);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 467 SDValue InGlue = DivRem;
472 InGlue);
475 InGlue = CopyFromLo.getValue(2);
481 HI, Ty, InGlue);
    [all...]

Completed in 326 milliseconds