Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h564 AtomicExpansionKind shouldCastAtomicLoadInIR(LoadInst *LI) const override { in shouldCastAtomicLoadInIR() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp257 if (TLI->shouldCastAtomicLoadInIR(LI) == in runOnFunction()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2057 virtual AtomicExpansionKind shouldCastAtomicLoadInIR(LoadInst *LI) const { in shouldCastAtomicLoadInIR() function