/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.h | 72 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.h | 229 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-7.0/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.h | 201 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/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;
|
D | ARMISelLowering.cpp | 12441 bool ARMTargetLowering::shouldInsertFencesForAtomic( in shouldInsertFencesForAtomic() function in ARMTargetLowering
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 532 bool shouldInsertFencesForAtomic(const Instruction *I) const override;
|
D | ARMISelLowering.cpp | 14427 bool ARMTargetLowering::shouldInsertFencesForAtomic( in shouldInsertFencesForAtomic() function in ARMTargetLowering
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.h | 679 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-7.0/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 249 if (TLI->shouldInsertFencesForAtomic(I)) { in runOnFunction() 973 bool ShouldInsertFencesForAtomic = TLI->shouldInsertFencesForAtomic(CI); in expandAtomicCmpXchg()
|
/external/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 225 if (TLI->shouldInsertFencesForAtomic(I)) { in runOnFunction() 965 bool ShouldInsertFencesForAtomic = TLI->shouldInsertFencesForAtomic(CI); in expandAtomicCmpXchg()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 681 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 1532 virtual bool shouldInsertFencesForAtomic(const Instruction *I) const { in shouldInsertFencesForAtomic() function
|
/external/llvm/docs/ |
D | Atomics.rst | 459 ``shouldInsertFencesForAtomic()``, ``emitLeadingFence()``, and
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | Atomics.rst | 459 ``shouldInsertFencesForAtomic()``, ``emitLeadingFence()``, and
|