Home
last modified time | relevance | path

Searched refs:shouldExpandAtomicCmpXchgInIR (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h199 shouldExpandAtomicCmpXchgInIR(AtomicCmpXchgInst *CI) const override;
H A DLoongArchISelLowering.cpp5713 LoongArchTargetLowering::shouldExpandAtomicCmpXchgInIR( in shouldExpandAtomicCmpXchgInIR() function in LoongArchTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp294 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 DARMISelLowering.h678 shouldExpandAtomicCmpXchgInIR(AtomicCmpXchgInst *AI) const override;
H A DARMISelLowering.cpp21408 ARMTargetLowering::shouldExpandAtomicCmpXchgInIR(AtomicCmpXchgInst *AI) const { in shouldExpandAtomicCmpXchgInIR() function in ARMTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h359 shouldExpandAtomicCmpXchgInIR(AtomicCmpXchgInst *AI) const override;
H A DHexagonISelLowering.cpp3920 HexagonTargetLowering::shouldExpandAtomicCmpXchgInIR(
3916 HexagonTargetLowering::shouldExpandAtomicCmpXchgInIR( shouldExpandAtomicCmpXchgInIR() function in HexagonTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h547 shouldExpandAtomicCmpXchgInIR(AtomicCmpXchgInst *AI) const override;
H A DSIISelLowering.cpp16336 SITargetLowering::shouldExpandAtomicCmpXchgInIR(AtomicCmpXchgInst *CmpX) const { in shouldExpandAtomicCmpXchgInIR() function in SITargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h768 shouldExpandAtomicCmpXchgInIR(AtomicCmpXchgInst *CI) const override;
H A DRISCVISelLowering.cpp21096 RISCVTargetLowering::shouldExpandAtomicCmpXchgInIR( in shouldExpandAtomicCmpXchgInIR()
21093 RISCVTargetLowering::shouldExpandAtomicCmpXchgInIR( shouldExpandAtomicCmpXchgInIR() function in RISCVTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h928 shouldExpandAtomicCmpXchgInIR(AtomicCmpXchgInst *AI) const override;
H A DPPCISelLowering.cpp18784 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 DAArch64ISelLowering.h806 shouldExpandAtomicCmpXchgInIR(AtomicCmpXchgInst *AI) const override;
H A DAArch64ISelLowering.cpp26625 AArch64TargetLowering::shouldExpandAtomicCmpXchgInIR( in shouldExpandAtomicCmpXchgInIR() function in AArch64TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2314 shouldExpandAtomicCmpXchgInIR(AtomicCmpXchgInst *AI) const { in shouldExpandAtomicCmpXchgInIR() function