Home
last modified time | relevance | path

Searched defs:shouldCastAtomicStoreInIR (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h239 AtomicExpansionKind shouldCastAtomicStoreInIR(StoreInst *SI) const override { in shouldCastAtomicStoreInIR() function
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h595 AtomicExpansionKind shouldCastAtomicStoreInIR(StoreInst *SI) const override { shouldCastAtomicStoreInIR() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2304 virtual AtomicExpansionKind shouldCastAtomicStoreInIR(StoreInst *SI) const { shouldCastAtomicStoreInIR() function
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp945 SystemZTargetLowering::shouldCastAtomicStoreInIR(StoreInst *SI) const { shouldCastAtomicStoreInIR() function in SystemZTargetLowering