Searched refs:shouldInsertFencesForAtomic (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h230 bool shouldInsertFencesForAtomic(const Instruction *I) const override {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h198 bool shouldInsertFencesForAtomic(const Instruction *I) const override {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h118 bool shouldInsertFencesForAtomic(const Instruction *I) const override {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h687 bool shouldInsertFencesForAtomic(const Instruction *I) const override {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h562 bool shouldInsertFencesForAtomic(const Instruction *I) const override;
650 // TODO: remove this, and have shouldInsertFencesForAtomic do the proper
H A DARMISelLowering.cpp16818 bool ARMTargetLowering::shouldInsertFencesForAtomic( function in class:ARMTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h766 bool shouldInsertFencesForAtomic(const Instruction *I) const override {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp253 if (TLI->shouldInsertFencesForAtomic(I)) {
1099 // If shouldInsertFencesForAtomic() returns true, then the target does not
1103 bool ShouldInsertFencesForAtomic = TLI->shouldInsertFencesForAtomic(CI);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1707 virtual bool shouldInsertFencesForAtomic(const Instruction *I) const { function
1750 /// if shouldInsertFencesForAtomic returns true.

Completed in 291 milliseconds