Lines Matching refs:BitSize
203 const unsigned BitSize = ByteSize * 8; in initializeCallbacks() local
205 std::string BitSizeStr = utostr(BitSize); in initializeCallbacks()
224 Type *Ty = Type::getIntNTy(M.getContext(), BitSize); in initializeCallbacks()
254 SmallString<32> RMWName("__tsan_atomic" + itostr(BitSize) + NamePart); in initializeCallbacks()
634 const unsigned BitSize = ByteSize * 8; in instrumentAtomic() local
635 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic()
649 const unsigned BitSize = ByteSize * 8; in instrumentAtomic() local
650 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic()
666 const unsigned BitSize = ByteSize * 8; in instrumentAtomic() local
667 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic()
680 const unsigned BitSize = ByteSize * 8; in instrumentAtomic() local
681 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); in instrumentAtomic()