Searched defs:shouldCastAtomicStoreInIR (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | AMDGPUISelLowering.h | 239 AtomicExpansionKind shouldCastAtomicStoreInIR(StoreInst *SI) const override { in shouldCastAtomicStoreInIR() function |
/llvm-project/llvm/lib/Target/NVPTX/ | ||
H A D | NVPTXISelLowering.h | 595 AtomicExpansionKind shouldCastAtomicStoreInIR(StoreInst *SI) const override { shouldCastAtomicStoreInIR() function |
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | TargetLowering.h | 2304 virtual AtomicExpansionKind shouldCastAtomicStoreInIR(StoreInst *SI) const { shouldCastAtomicStoreInIR() function |
/llvm-project/llvm/lib/Target/SystemZ/ | ||
H A D | SystemZISelLowering.cpp | 945 SystemZTargetLowering::shouldCastAtomicStoreInIR(StoreInst *SI) const { shouldCastAtomicStoreInIR() function in SystemZTargetLowering |