HomeSort by relevance Sort by last modified time
    Searched defs:Glue (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 289 SDValue Glue =
290 SDValue(CurDAG->getMachineNode(XCore::SETSR_branch_u6, dl, MVT::Glue,
292 Glue =
293 SDValue(CurDAG->getMachineNode(XCore::CLRSR_branch_u6, dl, MVT::Glue,
294 constOne, Glue), 0);
298 nextAddr->getOperand(0), Glue);
300 return CurDAG->SelectNodeTo(N, XCore::BAU_1r, MVT::Other, nextAddr, Glue);
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 94 Glue = 38, // This glues nodes together during pre-RA sched
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]

Completed in 483 milliseconds