Home
last modified time | relevance | path

Searched refs:shouldExpandAtomicStoreInIR (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h349 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
DAArch64ISelLowering.cpp8931 bool AArch64TargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in AArch64TargetLowering
/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp131 } else if (SI && TLI->shouldExpandAtomicStoreInIR(SI)) { in runOnFunction()
/external/llvm/lib/Target/ARM/
DARMISelLowering.h412 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
DARMISelLowering.cpp11083 bool ARMTargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in ARMTargetLowering
/external/llvm/lib/Target/X86/
DX86ISelLowering.h999 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
DX86ISelLowering.cpp16687 bool X86TargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in X86TargetLowering
/external/llvm/include/llvm/Target/
DTargetLowering.h1080 virtual bool shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function
/external/llvm/docs/
DAtomics.rst452 by overriding ``shouldExpandAtomicStoreInIR()``/``shouldExpandAtomicLoadInIR()``