Lines Matching refs:getConstant
296 DAG.getConstant(VT.getSizeInBits() - 1, dl, AmtVT)); in LowerShifts()
303 DAG.getConstant(VT.getSizeInBits() - 1, dl, AmtVT)); in LowerShifts()
343 DAG.getNode(ISD::AND, dl, VT, Victim, DAG.getConstant(0xf0, dl, VT)); in LowerShifts()
350 DAG.getNode(ISD::AND, dl, VT, Victim, DAG.getConstant(0x0f, dl, VT)); in LowerShifts()
355 DAG.getConstant(7, dl, VT)); in LowerShifts()
360 DAG.getConstant(7, dl, VT)); in LowerShifts()
365 DAG.getConstant(7, dl, VT)); in LowerShifts()
373 DAG.getConstant(4, dl, VT)); in LowerShifts()
378 DAG.getConstant(4, dl, VT)); in LowerShifts()
388 DAG.getConstant(8, dl, VT)); in LowerShifts()
393 DAG.getConstant(8, dl, VT)); in LowerShifts()
398 DAG.getConstant(8, dl, VT)); in LowerShifts()
408 DAG.getConstant(12, dl, VT)); in LowerShifts()
413 DAG.getConstant(12, dl, VT)); in LowerShifts()
579 AVRcc = DAG.getConstant(AVRCC::COND_PL, DL, MVT::i8); in getAVRCmp()
586 LHS = DAG.getConstant(0, DL, VT); in getAVRCmp()
593 RHS = DAG.getConstant(C->getSExtValue() + 1, DL, VT); in getAVRCmp()
612 LHS = DAG.getConstant(0, DL, VT); in getAVRCmp()
620 AVRcc = DAG.getConstant(AVRCC::COND_MI, DL, MVT::i8); in getAVRCmp()
637 RHS = DAG.getConstant(C->getSExtValue() + 1, DL, VT); in getAVRCmp()
726 AVRcc = DAG.getConstant(intCCToAVRCC(CC), DL, MVT::i8); in getAVRCmp()
773 SDValue TrueV = DAG.getConstant(1, DL, Op.getValueType()); in LowerSETCC()
774 SDValue FalseV = DAG.getConstant(0, DL, Op.getValueType()); in LowerSETCC()
839 DAG.getConstant(-C->getAPIntValue(), DL, C->getValueType(0))); in ReplaceNodeResults()
929 Offset = DAG.getConstant(RHSC, DL, MVT::i8); in getPreIndexedAddressParts()
979 Offset = DAG.getConstant(RHSC, DL, MVT::i8); in getPostIndexedAddressParts()