Searched defs:shouldCastAtomicLoadInIR (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | AMDGPUISelLowering.h | 235 AtomicExpansionKind shouldCastAtomicLoadInIR(LoadInst *LI) const override { in shouldCastAtomicLoadInIR() function |
/llvm-project/llvm/lib/Target/NVPTX/ | ||
H A D | NVPTXISelLowering.h | 591 AtomicExpansionKind shouldCastAtomicLoadInIR(LoadInst *LI) const override { shouldCastAtomicLoadInIR() function |
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | TargetLowering.h | 2288 virtual AtomicExpansionKind shouldCastAtomicLoadInIR(LoadInst *LI) const { shouldCastAtomicLoadInIR() function |
/llvm-project/llvm/lib/Target/SystemZ/ | ||
H A D | SystemZISelLowering.cpp | 940 SystemZTargetLowering::shouldCastAtomicLoadInIR(LoadInst *LI) const { shouldCastAtomicLoadInIR() function in SystemZTargetLowering |