Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp110 unsigned getAtomicOpSize(LoadInst *LI) { in getAtomicOpSize() function
115 unsigned getAtomicOpSize(StoreInst *SI) { in getAtomicOpSize() function
120 unsigned getAtomicOpSize(AtomicRMWInst *RMWI) { in getAtomicOpSize() function
125 unsigned getAtomicOpSize(AtomicCmpXchgInst *CASI) { in getAtomicOpSize() function
168 unsigned Size = getAtomicOpSize(I); in atomicSizeSupported()
309 unsigned ValueSize = getAtomicOpSize(CASI); in runOnFunction()
531 unsigned ValueSize = getAtomicOpSize(AI); in tryExpandAtomicRMW()
547 unsigned ValueSize = getAtomicOpSize(AI); in tryExpandAtomicRMW()
1315 unsigned Size = getAtomicOpSize(I); in expandAtomicLoadToLibcall()
1329 unsigned Size = getAtomicOpSize(I); in expandAtomicStoreToLibcall()
[all …]