Home
last modified time | relevance | path

Searched refs:shouldExpandAtomicLoadInIR (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h327 AtomicExpansionKind shouldExpandAtomicLoadInIR(LoadInst *LI) const override;
H A DHexagonISelLowering.cpp3666 HexagonTargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function in HexagonTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h485 AtomicExpansionKind shouldExpandAtomicLoadInIR(LoadInst *LI) const override;
H A DSIISelLowering.cpp12815 SITargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function in SITargetLowering
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.h667 shouldExpandAtomicLoadInIR(LoadInst *LI) const override;
H A DARMISelLowering.cpp21039 ARMTargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function in ARMTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h695 shouldExpandAtomicLoadInIR(LoadInst *LI) const override;
H A DAArch64ISelLowering.cpp20427 AArch64TargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function in AArch64TargetLowering
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h1651 shouldExpandAtomicLoadInIR(LoadInst *LI) const override;
H A DX86ISelLowering.cpp30876 X86TargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function in X86TargetLowering
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp409 switch (TLI->shouldExpandAtomicLoadInIR(LI)) { in tryExpandAtomicLoad()
/llvm-project-15.0.7/llvm/docs/
H A DAtomics.rst459 by overriding ``shouldExpandAtomicStoreInIR()``/``shouldExpandAtomicLoadInIR()``
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2051 virtual AtomicExpansionKind shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function