Home | History | Annotate | Download | only in CellSPU

Lines Matching refs:getTargetConstant

168       return CurDAG->getTargetConstant(Imm, MVT::i32);
173 return CurDAG->getTargetConstant(Imm, SPUtli.getPointerTy());
319 SDValue Zero = CurDAG->getTargetConstant(0, OffsVT);
325 Base = CurDAG->getTargetConstant( val , MVT::i32);
412 Base = CurDAG->getTargetConstant(0, PtrTy);
423 Base = CurDAG->getTargetConstant(0, PtrTy);
438 Base = CurDAG->getTargetConstant(offset, PtrTy);
443 Base = CurDAG->getTargetConstant(offset, PtrTy);
459 Base = CurDAG->getTargetConstant(offset, PtrTy);
464 Base = CurDAG->getTargetConstant(offset, PtrTy);
477 Base = CurDAG->getTargetConstant(0, PtrTy);
495 Base = CurDAG->getTargetConstant(offset, PtrTy);
501 Base = CurDAG->getTargetConstant(0, N.getValueType());
505 Base = CurDAG->getTargetConstant(0, N.getValueType());
522 Offs = CurDAG->getTargetConstant(0, Offs.getValueType());
536 Base = CurDAG->getTargetConstant(0, Index.getValueType());
578 return CurDAG->getTargetConstant(SPU::R8CRegClass.getID(), MVT::i32);
580 return CurDAG->getTargetConstant(SPU::R16CRegClass.getID(), MVT::i32);
582 return CurDAG->getTargetConstant(SPU::R32CRegClass.getID(), MVT::i32);
584 return CurDAG->getTargetConstant(SPU::R32FPRegClass.getID(), MVT::i32);
586 return CurDAG->getTargetConstant(SPU::R64CRegClass.getID(), MVT::i32);
588 return CurDAG->getTargetConstant(SPU::GPRCRegClass.getID(), MVT::i32);
595 return CurDAG->getTargetConstant(SPU::VECREGRegClass.getID(), MVT::i32);
620 SDValue Imm0 = CurDAG->getTargetConstant(0, N->getValueType(0));
762 SDValue shift = CurDAG->getTargetConstant(shift_amt, MVT::i32);
865 Op1 = CurDAG->getTargetConstant(CN->getSExtValue(), VT);
915 SelMaskVal = CurDAG->getTargetConstant(0xff00ULL, MVT::i16);
918 CurDAG->getTargetConstant(0, OpVT));
932 CurDAG->getTargetConstant(bytes, ShiftAmtVT));
939 CurDAG->getTargetConstant(bits, ShiftAmtVT));
945 CurDAG->getTargetConstant(3, ShiftAmtVT));
949 CurDAG->getTargetConstant(7, ShiftAmtVT));
991 CurDAG->getTargetConstant(bytes, ShiftAmtVT));
998 CurDAG->getTargetConstant(bits, ShiftAmtVT));
1004 CurDAG->getTargetConstant(3, ShiftAmtVT));
1008 CurDAG->getTargetConstant(7, ShiftAmtVT));
1013 CurDAG->getTargetConstant(0, ShiftAmtVT));
1017 CurDAG->getTargetConstant(0, ShiftAmtVT));
1052 SDValue SignRotAmt = CurDAG->getTargetConstant(31, ShiftAmtVT);
1064 CurDAG->getTargetConstant(0xff00ULL, MVT::i16));
1082 CurDAG->getTargetConstant(bytes, ShiftAmtVT));
1090 CurDAG->getTargetConstant(bits, ShiftAmtVT));
1095 ShiftAmt, CurDAG->getTargetConstant(0, ShiftAmtVT));