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

  /external/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.cpp 155 SDVTList VTs = DAG.getVTList(MVT::Other, MVT::Glue);
177 static SDValue addIPMSequence(SDLoc DL, SDValue Glue, SelectionDAG &DAG) {
178 SDValue IPM = DAG.getNode(SystemZISD::IPM, DL, MVT::i32, Glue);
195 SDValue Glue = Chain.getValue(1);
196 return std::make_pair(addIPMSequence(DL, Glue, DAG), Chain);
207 SDVTList VTs = DAG.getVTList(PtrVT, MVT::Other, MVT::Glue);
216 SDValue Glue = End.getValue(2);
223 Glue};
224 VTs = DAG.getVTList(PtrVT, MVT::Glue);
245 SDVTList VTs = DAG.getVTList(Src1.getValueType(), MVT::Other, MVT::Glue);
    [all...]
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 261 SDValue Glue =
262 SDValue(CurDAG->getMachineNode(XCore::SETSR_branch_u6, dl, MVT::Glue,
264 Glue =
265 SDValue(CurDAG->getMachineNode(XCore::CLRSR_branch_u6, dl, MVT::Glue,
266 constOne, Glue), 0);
270 nextAddr->getOperand(0), Glue);
272 return CurDAG->SelectNodeTo(N, XCore::BAU_1r, MVT::Other, nextAddr, Glue);
  /external/llvm/lib/Target/Sparc/
SparcISelDAGToDAG.cpp 173 SDValue Glue = N->getGluedNode() ? N->getOperand(NumOps-1)
177 // Glue node will be appended late.
253 // Update the original glue user.
288 Glue = Chain.getValue(1);
310 if (Glue.getNode())
311 AsmNodeOperands.push_back(Glue);
316 CurDAG->getVTList(MVT::Other, MVT::Glue), AsmNodeOperands);
  /external/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 331 // ch, glue = callseq_start ch
332 // ch, glue = X86::Call ch, glue
333 // ch, glue = callseq_end ch, glue
334 // get_return_value ch, glue
682 // Call Node: Chain, Target, {Args}, RegMask, [Glue]
685 SDValue Glue;
688 // Glue is always last operand
689 Glue = CallNode->getOperand(CallNode->getNumOperands() - 1)
    [all...]
ScheduleDAGFast.cpp 225 if (VT == MVT::Glue)
232 if (VT == MVT::Glue)
437 // CopyFromReg has: "chain, Val, glue" so operand 1 gives the type.
494 if (Node->getOperand(NumOps-1).getValueType() == MVT::Glue)
495 --NumOps; // Ignore the glue operand.
662 DenseMap<SDNode*, SDNode*> GluedMap; // Cache glue to its user
688 if (NumLeft == NumOps && Op.getValueType() == MVT::Glue) {
689 // Schedule glue operand right above N.
691 assert(OpN->getNodeId() != 0 && "Glue operand not ready?");
698 // Glue operand is already scheduled
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineValueType.h 128 Glue = 65, // This glues nodes together during pre-RA sched
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp 278 SDValue Glue = M0.getValue(1);
284 Ops.push_back(Glue);
728 SDVTList VTList = CurDAG->getVTList(MVT::i32, MVT::Glue);
    [all...]
SIISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 483 SDValue DivRem = DAG.getNode(Opc, DL, MVT::Glue,
565 return DAG.getNode(MipsISD::FPCmp, DL, MVT::Glue, LHS, RHS,
681 SDValue FCC = N->getOperand(1), Glue = N->getOperand(3);
683 ValueIfFalse, FCC, ValueIfTrue, Glue);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 289 milliseconds