HomeSort by: relevance | last modified time | path
    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