Searched refs:getAtomicOpSize (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp135 static unsigned getAtomicOpSize(LoadInst *LI) { function
140 static unsigned getAtomicOpSize(StoreInst *SI) { function
145 static unsigned getAtomicOpSize(AtomicRMWInst *RMWI) { function
150 static unsigned getAtomicOpSize(AtomicCmpXchgInst *CASI) { function
160 unsigned Size = getAtomicOpSize(I);
284 unsigned ValueSize = getAtomicOpSize(RMWI);
539 unsigned ValueSize = getAtomicOpSize(AI);
555 unsigned ValueSize = getAtomicOpSize(AI);
1446 unsigned ValueSize = getAtomicOpSize(CI);
1505 unsigned Size = getAtomicOpSize(
[all...]

Completed in 103 milliseconds