Lines Matching refs:getConstant
281 DAG.getConstant(0, dl, MVT::i16)); in LowerShifts()
284 DAG.getConstant(1, dl, MVT::i16)); in LowerShifts()
293 SDValue Zero = DAG.getConstant(0, dl, MVT::i16); in LowerShifts()
297 SDValue Zero = DAG.getConstant(0, dl, MVT::i16); in LowerShifts()
337 DAG.getConstant(VT.getSizeInBits() - 1, dl, AmtVT)); in LowerShifts()
344 DAG.getConstant(VT.getSizeInBits() - 1, dl, AmtVT)); in LowerShifts()
384 DAG.getNode(ISD::AND, dl, VT, Victim, DAG.getConstant(0xf0, dl, VT)); in LowerShifts()
391 DAG.getNode(ISD::AND, dl, VT, Victim, DAG.getConstant(0x0f, dl, VT)); in LowerShifts()
396 DAG.getConstant(7, dl, VT)); in LowerShifts()
401 DAG.getConstant(7, dl, VT)); in LowerShifts()
406 DAG.getConstant(6, dl, VT)); in LowerShifts()
411 DAG.getConstant(7, dl, VT)); in LowerShifts()
417 DAG.getNode(AVRISD::ROR, dl, VT, Victim, DAG.getConstant(1, dl, VT)); in LowerShifts()
423 DAG.getNode(AVRISD::ROL, dl, VT, Victim, DAG.getConstant(1, dl, VT)); in LowerShifts()
428 DAG.getNode(AVRISD::ROR, dl, VT, Victim, DAG.getConstant(1, dl, VT)); in LowerShifts()
433 DAG.getNode(AVRISD::ROL, dl, VT, Victim, DAG.getConstant(1, dl, VT)); in LowerShifts()
447 DAG.getConstant(15, dl, VT)); in LowerShifts()
452 DAG.getConstant(14, dl, VT)); in LowerShifts()
457 DAG.getConstant(7, dl, VT)); in LowerShifts()
467 DAG.getConstant(4, dl, VT)); in LowerShifts()
472 DAG.getConstant(4, dl, VT)); in LowerShifts()
482 DAG.getConstant(8, dl, VT)); in LowerShifts()
489 DAG.getConstant(8, dl, VT)); in LowerShifts()
496 DAG.getConstant(8, dl, VT)); in LowerShifts()
508 DAG.getConstant(12, dl, VT)); in LowerShifts()
515 DAG.getConstant(12, dl, VT)); in LowerShifts()
522 DAG.getConstant(8, dl, VT)); in LowerShifts()
715 AVRcc = DAG.getConstant(AVRCC::COND_PL, DL, MVT::i8); in getAVRCmp()
722 LHS = DAG.getConstant(0, DL, VT); in getAVRCmp()
729 RHS = DAG.getConstant(C->getSExtValue() + 1, DL, VT); in getAVRCmp()
748 LHS = DAG.getConstant(0, DL, VT); in getAVRCmp()
756 AVRcc = DAG.getConstant(AVRCC::COND_MI, DL, MVT::i8); in getAVRCmp()
773 RHS = DAG.getConstant(C->getSExtValue() + 1, DL, VT); in getAVRCmp()
862 AVRcc = DAG.getConstant(intCCToAVRCC(CC), DL, MVT::i8); in getAVRCmp()
909 SDValue TrueV = DAG.getConstant(1, DL, Op.getValueType()); in LowerSETCC()
910 SDValue FalseV = DAG.getConstant(0, DL, Op.getValueType()); in LowerSETCC()
1023 DAG.getConstant(-C->getAPIntValue(), DL, C->getValueType(0))); in ReplaceNodeResults()
1115 Offset = DAG.getConstant(RHSC, DL, MVT::i8); in getPreIndexedAddressParts()
1177 Offset = DAG.getConstant(RHSC, DL, MVT::i8); in getPostIndexedAddressParts()