Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h258 AtomicExpansionKind shouldExpandAtomicLoadInIR(LoadInst *LI) const override;
DHexagonISelLowering.cpp3113 HexagonTargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function in HexagonTargetLowering
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h354 shouldExpandAtomicLoadInIR(LoadInst *LI) const override;
DAArch64ISelLowering.cpp10182 AArch64TargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function in AArch64TargetLowering
/external/llvm/lib/Target/ARM/
DARMISelLowering.h463 shouldExpandAtomicLoadInIR(LoadInst *LI) const override;
DARMISelLowering.cpp12415 ARMTargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function in ARMTargetLowering
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h306 AtomicExpansionKind shouldExpandAtomicLoadInIR(LoadInst *LI) const override;
DHexagonISelLowering.cpp3145 HexagonTargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function in HexagonTargetLowering
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h386 shouldExpandAtomicLoadInIR(LoadInst *LI) const override;
DAArch64ISelLowering.cpp11337 AArch64TargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function in AArch64TargetLowering
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.h534 shouldExpandAtomicLoadInIR(LoadInst *LI) const override;
DARMISelLowering.cpp14398 ARMTargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function in ARMTargetLowering
/external/llvm/lib/Target/X86/
DX86ISelLowering.h1153 shouldExpandAtomicLoadInIR(LoadInst *SI) const override;
DX86ISelLowering.cpp20583 X86TargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function in X86TargetLowering
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.h1281 shouldExpandAtomicLoadInIR(LoadInst *SI) const override;
DX86ISelLowering.cpp24129 X86TargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function in X86TargetLowering
/external/llvm/include/llvm/Target/
DTargetLowering.h1238 virtual AtomicExpansionKind shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp391 switch (TLI->shouldExpandAtomicLoadInIR(LI)) { in tryExpandAtomicLoad()
/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp381 switch (TLI->shouldExpandAtomicLoadInIR(LI)) { in tryExpandAtomicLoad()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1624 virtual AtomicExpansionKind shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() 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()``