Home
last modified time | relevance | path

Searched defs:getAtomicOpSize (Results 1 – 3 of 3) 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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAtomicExpandPass.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
/external/swiftshader/third_party/llvm-16.0/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