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 283 SDValue Glue =
284 SDValue(CurDAG->getMachineNode(XCore::SETSR_branch_u6, dl, MVT::Glue,
286 Glue =
287 SDValue(CurDAG->getMachineNode(XCore::CLRSR_branch_u6, dl, MVT::Glue,
288 constOne, Glue), 0);
292 nextAddr->getOperand(0), Glue);
294 return CurDAG->SelectNodeTo(N, XCore::BAU_1r, MVT::Other, nextAddr, Glue);
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 82 Glue = 34, // This glues nodes together during pre-RA sched
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]

Completed in 23 milliseconds