Searched refs:Width1 (Results 1 – 4 of 4) sorted by relevance
2954 LocationSize Width1 = LocationSize::precise(0), in shouldClusterMemOps() local2957 if (!getMemOperandWithOffsetWidth(FirstLdSt, Base1, Offset1, Width1, TRI) || in shouldClusterMemOps()2959 Width1 != Width2) in shouldClusterMemOps()2966 return Offset1 + (int64_t)Width1.getValue() == Offset2; in shouldClusterMemOps()
2374 unsigned Width1 = ElemTy1.getSizeInBits(); in typeExtendToWider() local2375 unsigned MaxWidth = std::max(Width0, Width1); in typeExtendToWider()
4735 unsigned Width1 = MRI.getType(Reg1).getSizeInBits(); in isSameBitWidth() local4737 return Width1 == Width2; in isSameBitWidth()
3844 LocationSize Width1 = MIb.memoperands().front()->getSize(); in checkInstOffsetsDoNotOverlap() local3845 return offsetsDoNotOverlap(Width0, Offset0, Width1, Offset1); in checkInstOffsetsDoNotOverlap()