Lines Matching refs:getConstant
297 DAG.getConstant(0, dl, MVT::i16)); in LowerShifts()
300 DAG.getConstant(1, dl, MVT::i16)); in LowerShifts()
309 SDValue Zero = DAG.getConstant(0, dl, MVT::i16); in LowerShifts()
313 SDValue Zero = DAG.getConstant(0, dl, MVT::i16); in LowerShifts()
353 DAG.getConstant(VT.getSizeInBits() - 1, dl, AmtVT)); in LowerShifts()
360 DAG.getConstant(VT.getSizeInBits() - 1, dl, AmtVT)); in LowerShifts()
400 DAG.getNode(ISD::AND, dl, VT, Victim, DAG.getConstant(0xf0, dl, VT)); in LowerShifts()
407 DAG.getNode(ISD::AND, dl, VT, Victim, DAG.getConstant(0x0f, dl, VT)); in LowerShifts()
412 DAG.getConstant(7, dl, VT)); in LowerShifts()
417 DAG.getConstant(7, dl, VT)); in LowerShifts()
422 DAG.getConstant(6, dl, VT)); in LowerShifts()
427 DAG.getConstant(7, dl, VT)); in LowerShifts()
433 DAG.getNode(AVRISD::ROR, dl, VT, Victim, DAG.getConstant(1, dl, VT)); in LowerShifts()
439 DAG.getNode(AVRISD::ROL, dl, VT, Victim, DAG.getConstant(1, dl, VT)); in LowerShifts()
444 DAG.getNode(AVRISD::ROR, dl, VT, Victim, DAG.getConstant(1, dl, VT)); in LowerShifts()
449 DAG.getNode(AVRISD::ROL, dl, VT, Victim, DAG.getConstant(1, dl, VT)); in LowerShifts()
463 DAG.getConstant(15, dl, VT)); in LowerShifts()
468 DAG.getConstant(14, dl, VT)); in LowerShifts()
473 DAG.getConstant(7, dl, VT)); in LowerShifts()
483 DAG.getConstant(4, dl, VT)); in LowerShifts()
488 DAG.getConstant(4, dl, VT)); in LowerShifts()
498 DAG.getConstant(8, dl, VT)); in LowerShifts()
505 DAG.getConstant(8, dl, VT)); in LowerShifts()
512 DAG.getConstant(8, dl, VT)); in LowerShifts()
524 DAG.getConstant(12, dl, VT)); in LowerShifts()
531 DAG.getConstant(12, dl, VT)); in LowerShifts()
538 DAG.getConstant(8, dl, VT)); in LowerShifts()
731 AVRcc = DAG.getConstant(AVRCC::COND_PL, DL, MVT::i8); in getAVRCmp()
738 LHS = DAG.getConstant(0, DL, VT); in getAVRCmp()
745 RHS = DAG.getConstant(C->getSExtValue() + 1, DL, VT); in getAVRCmp()
764 LHS = DAG.getConstant(0, DL, VT); in getAVRCmp()
772 AVRcc = DAG.getConstant(AVRCC::COND_MI, DL, MVT::i8); in getAVRCmp()
789 RHS = DAG.getConstant(C->getSExtValue() + 1, DL, VT); in getAVRCmp()
878 AVRcc = DAG.getConstant(intCCToAVRCC(CC), DL, MVT::i8); in getAVRCmp()
925 SDValue TrueV = DAG.getConstant(1, DL, Op.getValueType()); in LowerSETCC()
926 SDValue FalseV = DAG.getConstant(0, DL, Op.getValueType()); in LowerSETCC()
1039 DAG.getConstant(-C->getAPIntValue(), DL, C->getValueType(0))); in ReplaceNodeResults()
1131 Offset = DAG.getConstant(RHSC, DL, MVT::i8); in getPreIndexedAddressParts()
1193 Offset = DAG.getConstant(RHSC, DL, MVT::i8); in getPostIndexedAddressParts()