/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.h | 199 shouldExpandAtomicCmpXchgInIR(AtomicCmpXchgInst *CI) const override;
|
H A D | LoongArchISelLowering.cpp | 5713 LoongArchTargetLowering::shouldExpandAtomicCmpXchgInIR( in shouldExpandAtomicCmpXchgInIR() function in LoongArchTargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | AtomicExpandPass.cpp | 294 TLI->shouldExpandAtomicCmpXchgInIR(CASI) == in run() 318 else if (CASI && TLI->shouldExpandAtomicCmpXchgInIR(CASI) != in run() 1627 switch (TLI->shouldExpandAtomicCmpXchgInIR(CI)) { in tryExpandAtomicCmpXchg()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.h | 678 shouldExpandAtomicCmpXchgInIR(AtomicCmpXchgInst *AI) const override;
|
H A D | ARMISelLowering.cpp | 21408 ARMTargetLowering::shouldExpandAtomicCmpXchgInIR(AtomicCmpXchgInst *AI) const { in shouldExpandAtomicCmpXchgInIR() function in ARMTargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.h | 359 shouldExpandAtomicCmpXchgInIR(AtomicCmpXchgInst *AI) const override;
|
H A D | HexagonISelLowering.cpp | 3920 HexagonTargetLowering::shouldExpandAtomicCmpXchgInIR( 3916 HexagonTargetLowering::shouldExpandAtomicCmpXchgInIR( shouldExpandAtomicCmpXchgInIR() function in HexagonTargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.h | 547 shouldExpandAtomicCmpXchgInIR(AtomicCmpXchgInst *AI) const override;
|
H A D | SIISelLowering.cpp | 16336 SITargetLowering::shouldExpandAtomicCmpXchgInIR(AtomicCmpXchgInst *CmpX) const { in shouldExpandAtomicCmpXchgInIR() function in SITargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.h | 768 shouldExpandAtomicCmpXchgInIR(AtomicCmpXchgInst *CI) const override;
|
H A D | RISCVISelLowering.cpp | 21096 RISCVTargetLowering::shouldExpandAtomicCmpXchgInIR( in shouldExpandAtomicCmpXchgInIR() 21093 RISCVTargetLowering::shouldExpandAtomicCmpXchgInIR( shouldExpandAtomicCmpXchgInIR() function in RISCVTargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.h | 928 shouldExpandAtomicCmpXchgInIR(AtomicCmpXchgInst *AI) const override;
|
H A D | PPCISelLowering.cpp | 18784 PPCTargetLowering::shouldExpandAtomicCmpXchgInIR(AtomicCmpXchgInst *AI) const { in shouldExpandAtomicCmpXchgInIR() function in PPCTargetLowering 18788 return TargetLowering::shouldExpandAtomicCmpXchgInIR(AI); in shouldExpandAtomicCmpXchgInIR()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 806 shouldExpandAtomicCmpXchgInIR(AtomicCmpXchgInst *AI) const override;
|
H A D | AArch64ISelLowering.cpp | 26625 AArch64TargetLowering::shouldExpandAtomicCmpXchgInIR( in shouldExpandAtomicCmpXchgInIR() function in AArch64TargetLowering
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 2314 shouldExpandAtomicCmpXchgInIR(AtomicCmpXchgInst *AI) const { in shouldExpandAtomicCmpXchgInIR() function
|