Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h492 AtomicExpansionKind shouldExpandAtomicLoadInIR(LoadInst *LI) const override;
H A DSIISelLowering.cpp13018 SITargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function in SITargetLowering
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h353 AtomicExpansionKind shouldExpandAtomicLoadInIR(LoadInst *LI) const override;
H A DHexagonISelLowering.cpp3878 HexagonTargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function in HexagonTargetLowering
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.h662 shouldExpandAtomicLoadInIR(LoadInst *LI) const override;
H A DARMISelLowering.cpp21130 ARMTargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function in ARMTargetLowering
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h713 shouldExpandAtomicLoadInIR(LoadInst *LI) const override;
H A DAArch64ISelLowering.cpp22343 AArch64TargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function in AArch64TargetLowering
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.h1713 shouldExpandAtomicLoadInIR(LoadInst *LI) const override;
H A DX86ISelLowering.cpp31472 X86TargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function in X86TargetLowering
/openbsd/gnu/llvm/llvm/docs/
H A DAtomics.rst459 by overriding ``shouldExpandAtomicStoreInIR()``/``shouldExpandAtomicLoadInIR()``
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp422 switch (TLI->shouldExpandAtomicLoadInIR(LI)) { in tryExpandAtomicLoad()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2117 virtual AtomicExpansionKind shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function