Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h331 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
H A DHexagonISelLowering.cpp3649 bool HexagonTargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in HexagonTargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h667 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
H A DARMISelLowering.cpp20067 bool ARMTargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in ARMTargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h662 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
H A DAArch64ISelLowering.cpp17392 bool AArch64TargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in AArch64TargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1587 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
H A DX86ISelLowering.cpp29143 bool X86TargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in X86TargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp275 if (TLI->shouldExpandAtomicStoreInIR(SI)) in runOnFunction()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1978 virtual bool shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function