Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:getTargetConstant

748         return DAG.getTargetConstant(0, MVT::i32);  // 0,0,0,undef
751 return DAG.getTargetConstant(Val, MVT::i32); // 0,0,0,4 -> vspltisw(4)
755 return DAG.getTargetConstant(~0U, MVT::i32); // -1,-1,-1,undef
758 return DAG.getTargetConstant(Val, MVT::i32);
810 return DAG.getTargetConstant(MaskVal, MVT::i32);
896 Disp = DAG.getTargetConstant((int)imm & 0xFFFF, MVT::i32);
927 Disp = DAG.getTargetConstant((int)imm & 0xFFFF, MVT::i32);
938 Disp = DAG.getTargetConstant(Imm, CN->getValueType(0));
950 Disp = DAG.getTargetConstant((short)Addr, MVT::i32);
952 Base = DAG.getTargetConstant((Addr - (signed short)Addr) >> 16, MVT::i32);
959 Disp = DAG.getTargetConstant(0, getPointerTy());
1009 Disp = DAG.getTargetConstant(((int)imm & 0xFFFF) >> 2, MVT::i32);
1039 Disp = DAG.getTargetConstant(((int)imm & 0xFFFF) >> 2, MVT::i32);
1050 Disp = DAG.getTargetConstant((unsigned short)Imm >> 2, getPointerTy());
1062 Disp = DAG.getTargetConstant((short)Addr >> 2, MVT::i32);
1063 Base = DAG.getTargetConstant((Addr-(signed short)Addr) >> 16, MVT::i32);
1071 Disp = DAG.getTargetConstant(0, getPointerTy());
5663 Result = DAG.getTargetConstant(Value, Op.getValueType());
5668 Result = DAG.getTargetConstant(Value, Op.getValueType());
5672 Result = DAG.getTargetConstant(Value, Op.getValueType());
5676 Result = DAG.getTargetConstant(Value, Op.getValueType());
5680 Result = DAG.getTargetConstant(Value, Op.getValueType());
5684 Result = DAG.getTargetConstant(Value, Op.getValueType());
5688 Result = DAG.getTargetConstant(Value, Op.getValueType());