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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h325 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
H A DHexagonISelLowering.cpp3352 bool HexagonTargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { function in class:HexagonTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h479 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
H A DAArch64ISelLowering.cpp13058 bool AArch64TargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { function in class:AArch64TargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h565 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
H A DARMISelLowering.cpp16771 bool ARMTargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { function in class:ARMTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1435 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
H A DX86ISelLowering.cpp[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1808 virtual bool shouldExpandAtomicStoreInIR(StoreInst *SI) const { function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp304 if (TLI->shouldExpandAtomicStoreInIR(SI))

Completed in 296 milliseconds