Lines Matching refs:ValueSize
607 unsigned ValueSize = getAtomicOpSize(AI); in tryExpandAtomicRMW() local
608 if (ValueSize < MinCASSize) { in tryExpandAtomicRMW()
623 unsigned ValueSize = getAtomicOpSize(AI); in tryExpandAtomicRMW() local
624 if (ValueSize < MinCASSize) { in tryExpandAtomicRMW()
646 unsigned ValueSize = getAtomicOpSize(AI); in tryExpandAtomicRMW() local
647 if (ValueSize < MinCASSize) { in tryExpandAtomicRMW()
746 unsigned ValueSize = DL.getTypeStoreSize(ValueType); in createMaskInstrs() local
753 PMV.WordType = MinWordSize > ValueSize ? Type::getIntNTy(Ctx, MinWordSize * 8) in createMaskInstrs()
765 assert(ValueSize < MinWordSize); in createMaskInstrs()
791 Builder.CreateXor(PtrLSB, MinWordSize - ValueSize), 3); in createMaskInstrs()
796 ConstantInt::get(PMV.WordType, (1 << (ValueSize * 8)) - 1), PMV.ShiftAmt, in createMaskInstrs()
1625 unsigned ValueSize = getAtomicOpSize(CI); in tryExpandAtomicCmpXchg() local
1631 if (ValueSize < MinCASSize) in tryExpandAtomicCmpXchg()