Home
last modified time | relevance | path

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

/external/llvm/test/Transforms/AtomicExpand/X86/
Dexpand-atomic-non-integer.ll4 ; `llvm::convertAtomicStoreToIntegerType`. If X86 stops using this
/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp57 StoreInst *convertAtomicStoreToIntegerType(StoreInst *SI);
275 SI = convertAtomicStoreToIntegerType(SI); in runOnFunction()
439 StoreInst *AtomicExpand::convertAtomicStoreToIntegerType(StoreInst *SI) { in convertAtomicStoreToIntegerType() function in AtomicExpand