/external/llvm-project/llvm/lib/Target/VE/ |
D | VEISelLowering.h | 90 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
|
/external/llvm-project/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.h | 230 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.h | 228 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.h | 230 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.h | 198 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
|
/external/llvm-project/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.h | 198 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.h | 201 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.h | 118 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
|
/external/llvm-project/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.h | 148 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.h | 570 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 461 bool shouldInsertFencesForAtomic(const Instruction *I) const override;
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsISelLowering.h | 670 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.h | 687 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 573 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 562 bool shouldInsertFencesForAtomic(const Instruction *I) const override;
|
/external/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 225 if (TLI->shouldInsertFencesForAtomic(I)) { in runOnFunction() 965 bool ShouldInsertFencesForAtomic = TLI->shouldInsertFencesForAtomic(CI); in expandAtomicCmpXchg()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 615 bool shouldInsertFencesForAtomic(const Instruction *I) const override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 766 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 253 if (TLI->shouldInsertFencesForAtomic(I)) { in runOnFunction() 1103 bool ShouldInsertFencesForAtomic = TLI->shouldInsertFencesForAtomic(CI); in expandAtomicCmpXchg()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 221 if (TLI->shouldInsertFencesForAtomic(I)) { in runOnFunction() 1119 bool ShouldInsertFencesForAtomic = TLI->shouldInsertFencesForAtomic(CI); in expandAtomicCmpXchg()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 822 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 1148 virtual bool shouldInsertFencesForAtomic(const Instruction *I) const { in shouldInsertFencesForAtomic() function
|
/external/llvm-project/llvm/docs/ |
D | Atomics.rst | 461 ``shouldInsertFencesForAtomic()``, ``emitLeadingFence()``, and
|
/external/llvm/docs/ |
D | Atomics.rst | 459 ``shouldInsertFencesForAtomic()``, ``emitLeadingFence()``, and
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 1707 virtual bool shouldInsertFencesForAtomic(const Instruction *I) const { in shouldInsertFencesForAtomic() function
|