Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:MVT

171       N->getOperand(N->getNumOperands()-1).getValueType() == MVT::Glue) {
175 if (N->getValueType(N->getNumValues() - 1) == MVT::Glue) return false;
181 VTs.push_back(MVT::Glue);
191 assert((N->getValueType(N->getNumValues() - 1) == MVT::Glue &&
204 /// offsets are not far apart (target specific), it add MVT::Glue inputs and
210 if (Node->getOperand(NumOps-1).getValueType() == MVT::Other)
266 // Cluster loads by adding MVT::Glue outputs and inputs. This also
354 N->getOperand(N->getNumOperands()-1).getValueType() == MVT::Glue) {
364 while (N->getValueType(N->getNumValues()-1) == MVT::Glue) {
465 assert(OpVT != MVT::Glue && "Glued nodes should be in same sunit!");
466 bool isChain = OpVT == MVT::Other;