Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:glue

42 /// operands first, then an optional chain, and optional glue operands (which do
46 while (N && Node->getValueType(N - 1) == MVT::Glue)
54 /// followed by an optional chain operand, then an optional glue operand.
59 /// the chain and glue. These operands may be implicit on the machine instr.
63 while (N && Node->getOperand(N - 1).getValueType() == MVT::Glue)
128 if (VT == MVT::Other || VT == MVT::Glue)
318 Op.getValueType() != MVT::Glue &&
319 "Chain and glue operands should occur at end of operand list!");
433 Op.getValueType() != MVT::Glue &&
434 "Chain and glue operands should occur at end of operand list!");
843 // Scan the glue chain for any used physregs.
844 if (Node->getValueType(Node->getNumValues()-1) == MVT::Glue) {
850 // Skip CopyToReg nodes that are internal to the glue chain.
934 if (Node->getOperand(NumOps-1).getValueType() == MVT::Glue)
935 --NumOps; // Ignore the glue operand.