/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.h | 258 AtomicExpansionKind shouldExpandAtomicLoadInIR(LoadInst *LI) const override;
|
D | HexagonISelLowering.cpp | 3113 HexagonTargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function in HexagonTargetLowering
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 354 shouldExpandAtomicLoadInIR(LoadInst *LI) const override;
|
D | AArch64ISelLowering.cpp | 10182 AArch64TargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function in AArch64TargetLowering
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 463 shouldExpandAtomicLoadInIR(LoadInst *LI) const override;
|
D | ARMISelLowering.cpp | 12415 ARMTargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function in ARMTargetLowering
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.h | 306 AtomicExpansionKind shouldExpandAtomicLoadInIR(LoadInst *LI) const override;
|
D | HexagonISelLowering.cpp | 3145 HexagonTargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function in HexagonTargetLowering
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 386 shouldExpandAtomicLoadInIR(LoadInst *LI) const override;
|
D | AArch64ISelLowering.cpp | 11337 AArch64TargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function in AArch64TargetLowering
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 534 shouldExpandAtomicLoadInIR(LoadInst *LI) const override;
|
D | ARMISelLowering.cpp | 14398 ARMTargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function in ARMTargetLowering
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 1153 shouldExpandAtomicLoadInIR(LoadInst *SI) const override;
|
D | X86ISelLowering.cpp | 20583 X86TargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function in X86TargetLowering
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 1281 shouldExpandAtomicLoadInIR(LoadInst *SI) const override;
|
D | X86ISelLowering.cpp | 24129 X86TargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function in X86TargetLowering
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 1238 virtual AtomicExpansionKind shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 391 switch (TLI->shouldExpandAtomicLoadInIR(LI)) { in tryExpandAtomicLoad()
|
/external/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 381 switch (TLI->shouldExpandAtomicLoadInIR(LI)) { in tryExpandAtomicLoad()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 1624 virtual AtomicExpansionKind shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() 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()``
|