Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDAtomicExpandPass.cpp135 static unsigned getAtomicOpSize(LoadInst *LI) { in getAtomicOpSize() function
140 static unsigned getAtomicOpSize(StoreInst *SI) { in getAtomicOpSize() function
145 static unsigned getAtomicOpSize(AtomicRMWInst *RMWI) { in getAtomicOpSize() function
150 static unsigned getAtomicOpSize(AtomicCmpXchgInst *CASI) { in getAtomicOpSize() function
193 unsigned Size = getAtomicOpSize(I); in atomicSizeSupported()
316 unsigned ValueSize = getAtomicOpSize(RMWI); in runOnFunction()
571 unsigned ValueSize = getAtomicOpSize(AI); in tryExpandAtomicRMW()
587 unsigned ValueSize = getAtomicOpSize(AI); in tryExpandAtomicRMW()
1410 unsigned ValueSize = getAtomicOpSize(CI); in tryExpandAtomicCmpXchg()
1471 unsigned Size = getAtomicOpSize(I); in expandAtomicLoadToLibcall()
[all …]