Lines Matching refs:ValueSize
284 unsigned ValueSize = getAtomicOpSize(RMWI); in runOnFunction() local
286 if (ValueSize < MinCASSize && in runOnFunction()
539 unsigned ValueSize = getAtomicOpSize(AI); in tryExpandAtomicRMW() local
540 if (ValueSize < MinCASSize) { in tryExpandAtomicRMW()
555 unsigned ValueSize = getAtomicOpSize(AI); in tryExpandAtomicRMW() local
556 if (ValueSize < MinCASSize) { in tryExpandAtomicRMW()
642 unsigned ValueSize = DL.getTypeStoreSize(ValueType); in createMaskInstrs() local
645 PMV.WordType = MinWordSize > ValueSize ? Type::getIntNTy(Ctx, MinWordSize * 8) in createMaskInstrs()
652 assert(ValueSize < MinWordSize); in createMaskInstrs()
669 Builder.CreateXor(PtrLSB, MinWordSize - ValueSize), 3); in createMaskInstrs()
674 ConstantInt::get(PMV.WordType, (1 << (ValueSize * 8)) - 1), PMV.ShiftAmt, in createMaskInstrs()
1446 unsigned ValueSize = getAtomicOpSize(CI); in tryExpandAtomicCmpXchg() local
1452 if (ValueSize < MinCASSize) in tryExpandAtomicCmpXchg()