Home
last modified time | relevance | path

Searched refs:shouldInsertTrailingFenceForAtomicStore (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp293 TLI->shouldInsertTrailingFenceForAtomicStore(I)) { in runOnFunction()
1366 TLI->shouldInsertTrailingFenceForAtomicStore(CI)) in expandAtomicCmpXchg()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h773 shouldInsertTrailingFenceForAtomicStore(const Instruction *I) const override;
H A DAArch64ISelLowering.cpp25052 bool AArch64TargetLowering::shouldInsertTrailingFenceForAtomicStore( in shouldInsertTrailingFenceForAtomicStore() function in AArch64TargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2080 shouldInsertTrailingFenceForAtomicStore(const Instruction *I) const { in shouldInsertTrailingFenceForAtomicStore() function