Lines Matching refs:ValueSize
327 unsigned ValueSize = getAtomicOpSize(RMWI); in runOnFunction() local
328 if (ValueSize < MinCASSize && in runOnFunction()
572 unsigned ValueSize = getAtomicOpSize(AI); in tryExpandAtomicRMW() local
573 if (ValueSize < MinCASSize) { in tryExpandAtomicRMW()
588 unsigned ValueSize = getAtomicOpSize(AI); in tryExpandAtomicRMW() local
589 if (ValueSize < MinCASSize) { in tryExpandAtomicRMW()
700 unsigned ValueSize = DL.getTypeStoreSize(ValueType); in createMaskInstrs() local
707 PMV.WordType = MinWordSize > ValueSize ? Type::getIntNTy(Ctx, MinWordSize * 8) in createMaskInstrs()
719 assert(ValueSize < MinWordSize); in createMaskInstrs()
745 Builder.CreateXor(PtrLSB, MinWordSize - ValueSize), 3); in createMaskInstrs()
750 ConstantInt::get(PMV.WordType, (1 << (ValueSize * 8)) - 1), PMV.ShiftAmt, in createMaskInstrs()
1541 unsigned ValueSize = getAtomicOpSize(CI); in tryExpandAtomicCmpXchg() local
1547 if (ValueSize < MinCASSize) in tryExpandAtomicCmpXchg()