Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
HDNVPTXISelLowering.h591 AtomicExpansionKind shouldCastAtomicLoadInIR(LoadInst *LI) const override { in shouldCastAtomicLoadInIR() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUISelLowering.h235 AtomicExpansionKind shouldCastAtomicLoadInIR(LoadInst *LI) const override { in shouldCastAtomicLoadInIR() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZISelLowering.h480 AtomicExpansionKind shouldCastAtomicLoadInIR(LoadInst *LI) const override;
HDSystemZISelLowering.cpp937 SystemZTargetLowering::shouldCastAtomicLoadInIR(LoadInst *LI) const { in shouldCastAtomicLoadInIR() function in SystemZTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDAtomicExpandPass.cpp256 if (LI && TLI->shouldCastAtomicLoadInIR(LI) == in run()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h2289 virtual AtomicExpansionKind shouldCastAtomicLoadInIR(LoadInst *LI) const { in shouldCastAtomicLoadInIR() function