Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h556 AtomicExpansionKind shouldExpandAtomicLoadInIR(LoadInst *LI) const override;
H A DSIISelLowering.cpp17500 SITargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function in SITargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h693 shouldExpandAtomicLoadInIR(LoadInst *LI) const override;
H A DARMISelLowering.cpp21293 ARMTargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function in ARMTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h372 AtomicExpansionKind shouldExpandAtomicLoadInIR(LoadInst *LI) const override;
H A DHexagonISelLowering.cpp3939 HexagonTargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function in HexagonTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h320 shouldExpandAtomicLoadInIR(LoadInst *LI) const override;
H A DAArch64ISelLowering.cpp28074 AArch64TargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function in AArch64TargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1837 shouldExpandAtomicLoadInIR(LoadInst *LI) const override;
H A DX86ISelLowering.cpp31714 X86TargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function in X86TargetLowering
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp524 switch (TLI->shouldExpandAtomicLoadInIR(LI)) { in tryExpandAtomicLoad()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2357 virtual AtomicExpansionKind shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function