Lines Matching refs:ValueSize
300 unsigned ValueSize = getAtomicOpSize(RMWI); in runOnFunction() local
301 if (ValueSize < MinCASSize && in runOnFunction()
567 unsigned ValueSize = getAtomicOpSize(AI); in tryExpandAtomicRMW() local
568 if (ValueSize < MinCASSize) { in tryExpandAtomicRMW()
583 unsigned ValueSize = getAtomicOpSize(AI); in tryExpandAtomicRMW() local
584 if (ValueSize < MinCASSize) { in tryExpandAtomicRMW()
691 unsigned ValueSize = DL.getTypeStoreSize(ValueType); in createMaskInstrs() local
694 PMV.WordType = MinWordSize > ValueSize ? Type::getIntNTy(Ctx, MinWordSize * 8) in createMaskInstrs()
704 assert(ValueSize < MinWordSize); in createMaskInstrs()
723 Builder.CreateXor(PtrLSB, MinWordSize - ValueSize), 3); in createMaskInstrs()
728 ConstantInt::get(PMV.WordType, (1 << (ValueSize * 8)) - 1), PMV.ShiftAmt, in createMaskInstrs()
1504 unsigned ValueSize = getAtomicOpSize(CI); in tryExpandAtomicCmpXchg() local
1510 if (ValueSize < MinCASSize) in tryExpandAtomicCmpXchg()