Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h316 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
H A DHexagonISelLowering.cpp3149 bool HexagonTargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in HexagonTargetLowering
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h395 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
H A DAArch64ISelLowering.cpp11587 bool AArch64TargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in AArch64TargetLowering
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.h539 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
H A DARMISelLowering.cpp14548 bool ARMTargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in ARMTargetLowering
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h1306 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
H A DX86ISelLowering.cpp25121 bool X86TargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in X86TargetLowering
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp304 if (TLI->shouldExpandAtomicStoreInIR(SI)) in runOnFunction()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1695 virtual bool shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function