Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h328 AtomicExpansionKind shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
H A DHexagonISelLowering.cpp3674 HexagonTargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in HexagonTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h486 AtomicExpansionKind shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
H A DSIISelLowering.cpp12822 SITargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in SITargetLowering
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.h669 shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
H A DARMISelLowering.cpp21017 ARMTargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in ARMTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h697 shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
H A DAArch64ISelLowering.cpp20416 AArch64TargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in AArch64TargetLowering
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h1653 shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
H A DX86ISelLowering.cpp30859 X86TargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in X86TargetLowering
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp431 switch (TLI->shouldExpandAtomicStoreInIR(SI)) { in tryExpandAtomicStore()
/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.h2066 virtual AtomicExpansionKind shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function