Lines Matching defs:SDNode
1338 DAG, [&](SDNode *) { NodeInserted = true; });
1591 SmallVector<SDNode *> Dependencies;
1653 // need to let them dangle until they get an SDNode.
1659 // The value is not used in this block yet (or it would have an SDNode).
1834 SDNode *Val = getValue(U).getNode();
1850 SDNode *Val = getValue(CDS->getElementAsConstant(i)).getNode();
2317 // Create SDNode for the swifterror virtual register.
3014 // The SDNode we just created, which holds the value being switched on minus
8188 // The intrinsic's index type is i64, but the SDNode requires an index type
8204 // The intrinsic's index type is i64, but the SDNode requires an index type
8412 "Inconsistency: no SDNode available for this VPIntrinsic!");
9293 /// See if we can lower a unary floating-point operation into an SDNode with
9313 /// See if we can lower a binary floating-point operation into an SDNode with
10759 SDNode *CallEnd = Result.second.getNode();
10769 SDNode *Call = CallEnd->getOperand(0).getNode();
10814 SDNode::op_iterator e = HasGlue ? Call->op_end()-2 : Call->op_end()-1;
11347 void TargetLowering::LowerOperationWrapper(SDNode *N,