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

  /external/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.cpp 160 SDVTList VTs = DAG.getVTList(MVT::Other, MVT::Glue);
182 static SDValue addIPMSequence(SDLoc DL, SDValue Glue, SelectionDAG &DAG) {
183 SDValue IPM = DAG.getNode(SystemZISD::IPM, DL, MVT::i32, Glue);
200 SDValue Glue = Chain.getValue(1);
201 return std::make_pair(addIPMSequence(DL, Glue, DAG), Chain);
212 SDVTList VTs = DAG.getVTList(PtrVT, MVT::Other, MVT::Glue);
221 SDValue Glue = End.getValue(2);
230 Ops.push_back(Glue);
231 VTs = DAG.getVTList(PtrVT, MVT::Glue);
252 SDVTList VTs = DAG.getVTList(Src1.getValueType(), MVT::Other, MVT::Glue);
    [all...]
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 262 SDValue Glue =
263 SDValue(CurDAG->getMachineNode(XCore::SETSR_branch_u6, dl, MVT::Glue,
265 Glue =
266 SDValue(CurDAG->getMachineNode(XCore::CLRSR_branch_u6, dl, MVT::Glue,
267 constOne, Glue), 0);
271 nextAddr->getOperand(0), Glue);
273 return CurDAG->SelectNodeTo(N, XCore::BAU_1r, MVT::Other, nextAddr, Glue);
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 225 if (VT == MVT::Glue)
233 if (VT == MVT::Glue)
489 if (Node->getOperand(NumOps-1).getValueType() == MVT::Glue)
490 --NumOps; // Ignore the glue operand.
657 DenseMap<SDNode*, SDNode*> GluedMap; // Cache glue to its user
683 if (NumLeft == NumOps && Op.getValueType() == MVT::Glue) {
684 // Schedule glue operand right above N.
686 assert(OpN->getNodeId() != 0 && "Glue operand not ready?");
693 // Glue operand is already scheduled.
710 /// findGluedUser - Find the representative use of a glue value by walkin
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineValueType.h 113 Glue = 55, // This glues nodes together during pre-RA sched
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 808 milliseconds