• Home
  • Raw
  • Download

Lines Matching refs:getSizeInBits

555                                                   (128 / InVT.getSizeInBits()));  in LowerLOAD()
561 if (InVT.getSizeInBits() == 128 && (alignment%16) == 0) in LowerLOAD()
660 if (alignment >= InVT.getSizeInBits()/8) { in LowerLOAD()
671 InVT, (128 / InVT.getSizeInBits())); in LowerLOAD()
762 (128 / StVT.getSizeInBits())); in LowerSTORE()
774 if (StVT.getSizeInBits() == 128 && (alignment%16) == 0) in LowerSTORE()
851 if (alignment >= StVT.getSizeInBits()/8) { in LowerSTORE()
910 DAG.getConstant( VT.getSizeInBits()/8, in LowerSTORE()
1130 unsigned ObjSize = ObjectVT.getSizeInBits()/8; in LowerFormalArguments()
1644 unsigned minSplatBits = EltVT.getSizeInBits(); in LowerBUILD_VECTOR()
1870 V2EltOffset = (SrcElt - V2EltIdx0) * (EltVT.getSizeInBits()/8); in LowerVECTOR_SHUFFLE()
1918 rotamt *= EltVT.getSizeInBits()/8; in LowerVECTOR_SHUFFLE()
1924 unsigned BytesPerElement = EltVT.getSizeInBits()/8; in LowerVECTOR_SHUFFLE()
2015 int elt_byte = EltNo * VT.getSizeInBits() / 8; in LowerEXTRACT_VECTOR_ELT()
2164 Offset = (CN->getSExtValue()) * eltVT.getSizeInBits()/8; in LowerINSERT_VECTOR_ELT()
2174 128/ VT.getVectorElementType().getSizeInBits()); in LowerINSERT_VECTOR_ELT()
2319 unsigned minSplatBits = VT.getVectorElementType().getSizeInBits(); in LowerByteImmed()
2348 VT, (128 / VT.getSizeInBits())); in LowerCTPOP()
2518 APInt ccResultOnes = APInt::getAllOnesValue(ccResultVT.getSizeInBits()); in LowerSETCC()
2538 APInt ccResultAllOnes = APInt::getAllOnesValue(ccResultVT.getSizeInBits()); in LowerSETCC()
2672 VT, (128 / VT.getSizeInBits())); in LowerTRUNCATE()
3201 return VT.getSizeInBits(); in ComputeNumSignBitsForTargetNode()