Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h235 AtomicExpansionKind shouldCastAtomicLoadInIR(LoadInst *LI) const override { in shouldCastAtomicLoadInIR() function
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h591 AtomicExpansionKind shouldCastAtomicLoadInIR(LoadInst *LI) const override { shouldCastAtomicLoadInIR() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2288 virtual AtomicExpansionKind shouldCastAtomicLoadInIR(LoadInst *LI) const { shouldCastAtomicLoadInIR() function
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp940 SystemZTargetLowering::shouldCastAtomicLoadInIR(LoadInst *LI) const { shouldCastAtomicLoadInIR() function in SystemZTargetLowering