Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h568 AtomicExpansionKind shouldCastAtomicStoreInIR(StoreInst *SI) const override { in shouldCastAtomicStoreInIR() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp268 if (TLI->shouldCastAtomicStoreInIR(SI) == in runOnFunction()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2073 virtual AtomicExpansionKind shouldCastAtomicStoreInIR(StoreInst *SI) const { in shouldCastAtomicStoreInIR() function