Home
last modified time | relevance | path

Searched refs:BitmapByteAddr (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1257 auto *BitmapByteAddr = in lowerMCDCTestVectorBitmapUpdate() local
1271 auto *Bitmap = Builder.CreateLoad(Int8Ty, BitmapByteAddr, "mcdc.bits"); in lowerMCDCTestVectorBitmapUpdate()
1287 Builder.CreateAtomicRMW(AtomicRMWInst::Or, BitmapByteAddr, ShiftedVal, in lowerMCDCTestVectorBitmapUpdate()
1296 Builder.CreateStore(Result, BitmapByteAddr); in lowerMCDCTestVectorBitmapUpdate()