Searched refs:ScalarSize (Results 1 – 5 of 5) sorted by relevance
441 const Index ScalarSize = sizeof(Scalar); in first_aligned() local442 const Index AlignmentSize = Alignment / ScalarSize; in first_aligned()451 else if( (UIntPtr(array) & (sizeof(Scalar)-1)) || (Alignment%ScalarSize)!=0) in first_aligned()
643 unsigned ScalarSize = MemSclVT.getSizeInBits(); in ExpandStore() local646 if (!isPowerOf2_32(ScalarSize)) { in ExpandStore()659 MemSclVT.getIntegerVT(Ctx, NextPowerOf2(ScalarSize)), in ExpandStore()
1651 unsigned ScalarSize = MemSclVT.getSizeInBits(); in LegalizeOp() local1652 EVT EltVT = EVT::getIntegerVT(*DAG.getContext(), ScalarSize); in LegalizeOp()1655 if (!isPowerOf2_32(ScalarSize)) in LegalizeOp()1656 ScalarSize = NextPowerOf2(ScalarSize); in LegalizeOp()1659 unsigned Stride = ScalarSize/8; in LegalizeOp()
1440 unsigned ScalarSize = Mgs->getValue().getValueType().getScalarSizeInBits(); in selectVectorAddr() local1441 Scale = getI8Imm(ScalarSize/8, DL); in selectVectorAddr()
6470 unsigned ScalarSize = V.getOperand(0).getValueType().getSizeInBits(); in isVectorBroadcast() local6471 if (ScalarSize != 32 && ScalarSize != 64) in isVectorBroadcast()6473 if (!Is256 && ScalarSize == 64) in isVectorBroadcast()