Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DAtomicExpandPass.cpp151 static unsigned getAtomicOpSize(LoadInst *LI) { in getAtomicOpSize() function
156 static unsigned getAtomicOpSize(StoreInst *SI) { in getAtomicOpSize() function
161 static unsigned getAtomicOpSize(AtomicRMWInst *RMWI) { in getAtomicOpSize() function
166 static unsigned getAtomicOpSize(AtomicCmpXchgInst *CASI) { in getAtomicOpSize() function
176 unsigned Size = getAtomicOpSize(I); in atomicSizeSupported()
327 unsigned ValueSize = getAtomicOpSize(RMWI); in runOnFunction()
580 unsigned ValueSize = getAtomicOpSize(AI); in tryExpandAtomicRMW()
596 unsigned ValueSize = getAtomicOpSize(AI); in tryExpandAtomicRMW()
1555 unsigned ValueSize = getAtomicOpSize(CI); in tryExpandAtomicCmpXchg()
1617 unsigned Size = getAtomicOpSize(I); in expandAtomicLoadToLibcall()
[all …]