/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.h | 259 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
|
D | HexagonISelLowering.cpp | 3120 bool HexagonTargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in HexagonTargetLowering
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 355 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
|
D | AArch64ISelLowering.cpp | 10173 bool AArch64TargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in AArch64TargetLowering
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 464 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
|
D | ARMISelLowering.cpp | 12402 bool ARMTargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in ARMTargetLowering
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.h | 307 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
|
D | HexagonISelLowering.cpp | 3152 bool HexagonTargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in HexagonTargetLowering
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 387 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
|
D | AArch64ISelLowering.cpp | 11328 bool AArch64TargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in AArch64TargetLowering
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 535 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
|
D | ARMISelLowering.cpp | 14385 bool ARMTargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in ARMTargetLowering
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 1154 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
|
D | X86ISelLowering.cpp | 20576 bool X86TargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in X86TargetLowering
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 1282 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
|
D | X86ISelLowering.cpp | 24122 bool X86TargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in X86TargetLowering
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 1227 virtual bool shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 298 if (TLI->shouldExpandAtomicStoreInIR(SI)) in runOnFunction()
|
/external/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 281 if (TLI->shouldExpandAtomicStoreInIR(SI)) in runOnFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 1613 virtual bool shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | Atomics.rst | 457 by overriding ``shouldExpandAtomicStoreInIR()``/``shouldExpandAtomicLoadInIR()``
|
/external/llvm/docs/ |
D | Atomics.rst | 457 by overriding ``shouldExpandAtomicStoreInIR()``/``shouldExpandAtomicLoadInIR()``
|