• Home
  • Raw
  • Download

Lines Matching refs:getSizeInBits

399     EVT intVT = EVT::getIntegerVT(*DAG.getContext(), VT.getSizeInBits());  in ExpandUnalignedStore()
414 StoredVT.getSizeInBits())); in ExpandUnalignedStore()
415 unsigned StoredBytes = StoredVT.getSizeInBits() / 8; in ExpandUnalignedStore()
416 unsigned RegBytes = RegVT.getSizeInBits() / 8; in ExpandUnalignedStore()
474 int NumBits = NewStoredVT.getSizeInBits(); in ExpandUnalignedStore()
509 EVT intVT = EVT::getIntegerVT(*DAG.getContext(), LoadedVT.getSizeInBits()); in ExpandUnalignedLoad()
527 unsigned LoadedBytes = LoadedVT.getSizeInBits() / 8; in ExpandUnalignedLoad()
528 unsigned RegBytes = RegVT.getSizeInBits() / 8; in ExpandUnalignedLoad()
588 unsigned NumBits = LoadedVT.getSizeInBits(); in ExpandUnalignedLoad()
672 unsigned EltSize = EltVT.getSizeInBits()/8; in PerformInsertVectorEltInMemory()
1168 unsigned SrcWidth = SrcVT.getSizeInBits(); in LegalizeOp()
1358 unsigned Stride = SrcVT.getScalarType().getSizeInBits()/8; in LegalizeOp()
1389 (MemElemTy.getSizeInBits() / SrcSclrTy.getSizeInBits()); in LegalizeOp()
1394 unsigned Stride = SrcVT.getScalarType().getSizeInBits()/8; in LegalizeOp()
1520 unsigned StWidth = StVT.getSizeInBits(); in LegalizeOp()
1620 unsigned ScalarSize = StVT.getScalarType().getSizeInBits(); in LegalizeOp()
1655 unsigned Stride = NarrowScalarVT.getSizeInBits()/8; in LegalizeOp()
1658 (WideScalarVT.getSizeInBits() / NarrowScalarVT.getSizeInBits()); in LegalizeOp()
1728 Vec.getValueType().getVectorElementType().getSizeInBits()/8; in ExpandExtractFromVectorThroughStack()
1770 Vec.getValueType().getVectorElementType().getSizeInBits()/8; in ExpandInsertToVectorThroughStack()
1806 unsigned TypeByteSize = EltVT.getSizeInBits() / 8; in ExpandVectorBuildThroughStack()
1851 EVT IVT = EVT::getIntegerVT(*DAG.getContext(), FloatVT.getSizeInBits()); in ExpandFCOPYSIGN()
1873 unsigned Strides = (FloatVT.getSizeInBits()-1)/LoadTy.getSizeInBits(); in ExpandFCOPYSIGN()
1874 unsigned ByteOffset = (Strides * LoadTy.getSizeInBits()) / 8; in ExpandFCOPYSIGN()
1881 unsigned BitShift = LoadTy.getSizeInBits() - in ExpandFCOPYSIGN()
1882 (FloatVT.getSizeInBits() - 8 * ByteOffset); in ExpandFCOPYSIGN()
1883 assert(BitShift < LoadTy.getSizeInBits() && "Pointer advanced wrong?"); in ExpandFCOPYSIGN()
1999 unsigned SrcSize = SrcOp.getValueType().getSizeInBits(); in EmitStackConvert()
2000 unsigned SlotSize = SlotVT.getSizeInBits(); in EmitStackConvert()
2001 unsigned DestSize = DestVT.getSizeInBits(); in EmitStackConvert()
2753 unsigned Len = VT.getSizeInBits(); in ExpandBitCount()
2804 unsigned len = VT.getSizeInBits(); in ExpandBitCount()
2827 DAG.getConstant(VT.getSizeInBits(), VT), in ExpandBitCount()
3042 unsigned BitsDiff = VT.getScalarType().getSizeInBits() - in ExpandNode()
3043 ExtraVT.getScalarType().getSizeInBits(); in ExpandNode()
3074 APFloat apf(APInt::getNullValue(VT.getSizeInBits())); in ExpandNode()
3075 APInt x = APInt::getSignBit(NVT.getSizeInBits()); in ExpandNode()
3202 DAG.getConstant(OpTy.getSizeInBits()/2, in ExpandNode()
3369 DAG.getConstant(APInt::getAllOnesValue(VT.getSizeInBits()), VT)); in ExpandNode()
3531 EVT WideVT = EVT::getIntegerVT(*DAG.getContext(), VT.getSizeInBits() * 2); in ExpandNode()
3548 VT.getSizeInBits() * 2))) { in ExpandNode()
3574 unsigned LoSize = VT.getSizeInBits(); in ExpandNode()
3593 Tmp1 = DAG.getConstant(VT.getSizeInBits() - 1, in ExpandNode()
3611 DAG.getConstant(PairTy.getSizeInBits()/2, in ExpandNode()
3778 Tmp1, DAG.getConstant(NVT.getSizeInBits(), NVT), in PromoteNode()
3781 DAG.getConstant(OVT.getSizeInBits(), NVT), Tmp1); in PromoteNode()
3785 DAG.getConstant(NVT.getSizeInBits() - in PromoteNode()
3786 OVT.getSizeInBits(), NVT)); in PromoteNode()
3791 unsigned DiffBits = NVT.getSizeInBits() - OVT.getSizeInBits(); in PromoteNode()