Lines Matching refs:getConstant

295                         DAG.getConstant(VT.getSizeInBits() - 1, dl, AmtVT));  in LowerShifts()
302 DAG.getConstant(VT.getSizeInBits() - 1, dl, AmtVT)); in LowerShifts()
342 DAG.getNode(ISD::AND, dl, VT, Victim, DAG.getConstant(0xf0, dl, VT)); in LowerShifts()
349 DAG.getNode(ISD::AND, dl, VT, Victim, DAG.getConstant(0x0f, dl, VT)); in LowerShifts()
354 DAG.getConstant(7, dl, VT)); in LowerShifts()
359 DAG.getConstant(7, dl, VT)); in LowerShifts()
364 DAG.getConstant(6, dl, VT)); in LowerShifts()
369 DAG.getConstant(7, dl, VT)); in LowerShifts()
378 DAG.getConstant(15, dl, VT)); in LowerShifts()
383 DAG.getConstant(14, dl, VT)); in LowerShifts()
388 DAG.getConstant(7, dl, VT)); in LowerShifts()
398 DAG.getConstant(4, dl, VT)); in LowerShifts()
403 DAG.getConstant(4, dl, VT)); in LowerShifts()
413 DAG.getConstant(8, dl, VT)); in LowerShifts()
420 DAG.getConstant(8, dl, VT)); in LowerShifts()
427 DAG.getConstant(8, dl, VT)); in LowerShifts()
439 DAG.getConstant(12, dl, VT)); in LowerShifts()
446 DAG.getConstant(12, dl, VT)); in LowerShifts()
453 DAG.getConstant(8, dl, VT)); in LowerShifts()
622 AVRcc = DAG.getConstant(AVRCC::COND_PL, DL, MVT::i8); in getAVRCmp()
629 LHS = DAG.getConstant(0, DL, VT); in getAVRCmp()
636 RHS = DAG.getConstant(C->getSExtValue() + 1, DL, VT); in getAVRCmp()
655 LHS = DAG.getConstant(0, DL, VT); in getAVRCmp()
663 AVRcc = DAG.getConstant(AVRCC::COND_MI, DL, MVT::i8); in getAVRCmp()
680 RHS = DAG.getConstant(C->getSExtValue() + 1, DL, VT); in getAVRCmp()
769 AVRcc = DAG.getConstant(intCCToAVRCC(CC), DL, MVT::i8); in getAVRCmp()
816 SDValue TrueV = DAG.getConstant(1, DL, Op.getValueType()); in LowerSETCC()
817 SDValue FalseV = DAG.getConstant(0, DL, Op.getValueType()); in LowerSETCC()
882 DAG.getConstant(-C->getAPIntValue(), DL, C->getValueType(0))); in ReplaceNodeResults()
974 Offset = DAG.getConstant(RHSC, DL, MVT::i8); in getPreIndexedAddressParts()
1024 Offset = DAG.getConstant(RHSC, DL, MVT::i8); in getPostIndexedAddressParts()