Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h330 AtomicExpansionKind shouldExpandAtomicLoadInIR(LoadInst *LI) const override;
H A DHexagonISelLowering.cpp3642 HexagonTargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function in HexagonTargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h666 shouldExpandAtomicLoadInIR(LoadInst *LI) const override;
H A DARMISelLowering.cpp20080 ARMTargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function in ARMTargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h661 shouldExpandAtomicLoadInIR(LoadInst *LI) const override;
H A DAArch64ISelLowering.cpp17401 AArch64TargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function in AArch64TargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1586 shouldExpandAtomicLoadInIR(LoadInst *LI) const override;
H A DX86ISelLowering.cpp29159 X86TargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function in X86TargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp404 switch (TLI->shouldExpandAtomicLoadInIR(LI)) { in tryExpandAtomicLoad()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1994 virtual AtomicExpansionKind shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function