OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldInsertFencesForAtomic
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcISelLowering.h
191
bool
shouldInsertFencesForAtomic
(const Instruction *I) const override {
/src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEISelLowering.h
91
bool
shouldInsertFencesForAtomic
(const Instruction *I) const override {
/src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreISelLowering.h
230
bool
shouldInsertFencesForAtomic
(const Instruction *I) const override {
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.h
365
bool
shouldInsertFencesForAtomic
(const Instruction *I) const override {
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.h
649
bool
shouldInsertFencesForAtomic
(const Instruction *I) const override;
738
// TODO: remove this, and have
shouldInsertFencesForAtomic
do the proper
ARMISelLowering.cpp
19406
bool ARMTargetLowering::
shouldInsertFencesForAtomic
(
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsISelLowering.h
670
bool
shouldInsertFencesForAtomic
(const Instruction *I) const override {
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.h
870
bool
shouldInsertFencesForAtomic
(const Instruction *I) const override {
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
AtomicExpandPass.cpp
222
if (TLI->
shouldInsertFencesForAtomic
(I)) {
1129
// If
shouldInsertFencesForAtomic
() returns true, then the target does not
1133
bool
ShouldInsertFencesForAtomic
= TLI->
shouldInsertFencesForAtomic
(CI);
1135
ShouldInsertFencesForAtomic
? AtomicOrdering::Monotonic : SuccessOrder;
1146
bool HasReleasedLoadBB = !CI->isWeak() &&
ShouldInsertFencesForAtomic
&&
1223
if (
ShouldInsertFencesForAtomic
&& UseUnconditionalReleaseBarrier)
1245
if (
ShouldInsertFencesForAtomic
&& !UseUnconditionalReleaseBarrier)
1283
if (
ShouldInsertFencesForAtomic
)
1306
if (
ShouldInsertFencesForAtomic
)
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h
1857
virtual bool
shouldInsertFencesForAtomic
(const Instruction *I) const {
1900
/// if
shouldInsertFencesForAtomic
returns true.
Completed in 55 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026