Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp293 TLI->shouldInsertTrailingFenceForAtomicStore(I)) { in runOnFunction()
1380 TLI->shouldInsertTrailingFenceForAtomicStore(CI)) in expandAtomicCmpXchg()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h710 shouldInsertTrailingFenceForAtomicStore(const Instruction *I) const override;
H A DAArch64ISelLowering.cpp22304 bool AArch64TargetLowering::shouldInsertTrailingFenceForAtomicStore( in shouldInsertTrailingFenceForAtomicStore() function in AArch64TargetLowering
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1989 shouldInsertTrailingFenceForAtomicStore(const Instruction *I) const { in shouldInsertTrailingFenceForAtomicStore() function