Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h259 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
DHexagonISelLowering.cpp3120 bool HexagonTargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in HexagonTargetLowering
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h355 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
DAArch64ISelLowering.cpp10173 bool AArch64TargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in AArch64TargetLowering
/external/llvm/lib/Target/ARM/
DARMISelLowering.h464 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
DARMISelLowering.cpp12402 bool ARMTargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in ARMTargetLowering
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h307 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
DHexagonISelLowering.cpp3152 bool HexagonTargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in HexagonTargetLowering
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h387 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
DAArch64ISelLowering.cpp11328 bool AArch64TargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in AArch64TargetLowering
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.h535 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
DARMISelLowering.cpp14385 bool ARMTargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in ARMTargetLowering
/external/llvm/lib/Target/X86/
DX86ISelLowering.h1154 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
DX86ISelLowering.cpp20576 bool X86TargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in X86TargetLowering
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.h1282 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
DX86ISelLowering.cpp24122 bool X86TargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in X86TargetLowering
/external/llvm/include/llvm/Target/
DTargetLowering.h1227 virtual bool shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp298 if (TLI->shouldExpandAtomicStoreInIR(SI)) in runOnFunction()
/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp281 if (TLI->shouldExpandAtomicStoreInIR(SI)) in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1613 virtual bool shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DAtomics.rst457 by overriding ``shouldExpandAtomicStoreInIR()``/``shouldExpandAtomicLoadInIR()``
/external/llvm/docs/
DAtomics.rst457 by overriding ``shouldExpandAtomicStoreInIR()``/``shouldExpandAtomicLoadInIR()``