Home
last modified time | relevance | path

Searched refs:shouldCastAtomicLoadInIR (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h591 AtomicExpansionKind shouldCastAtomicLoadInIR(LoadInst *LI) const override { in shouldCastAtomicLoadInIR() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h235 AtomicExpansionKind shouldCastAtomicLoadInIR(LoadInst *LI) const override { in shouldCastAtomicLoadInIR() function
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h480 AtomicExpansionKind shouldCastAtomicLoadInIR(LoadInst *LI) const override;
H A DSystemZISelLowering.cpp937 SystemZTargetLowering::shouldCastAtomicLoadInIR(LoadInst *LI) const { in shouldCastAtomicLoadInIR() function in SystemZTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp256 if (LI && TLI->shouldCastAtomicLoadInIR(LI) == in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2289 virtual AtomicExpansionKind shouldCastAtomicLoadInIR(LoadInst *LI) const { in shouldCastAtomicLoadInIR() function