Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h557 AtomicExpansionKind shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
H A DSIISelLowering.cpp17507 SITargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in SITargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h695 shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
H A DARMISelLowering.cpp21271 ARMTargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in ARMTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h373 AtomicExpansionKind shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
H A DHexagonISelLowering.cpp3947 HexagonTargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in HexagonTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h322 shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
H A DAArch64ISelLowering.cpp28057 AArch64TargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in AArch64TargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1839 shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
H A DX86ISelLowering.cpp31694 X86TargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in X86TargetLowering
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp546 switch (TLI->shouldExpandAtomicStoreInIR(SI)) { in tryExpandAtomicStore()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2372 virtual AtomicExpansionKind shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function