Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp129 if (LI && TLI->shouldExpandAtomicLoadInIR(LI)) { in runOnFunction()
559 if (TLI->shouldExpandAtomicLoadInIR(ResultingLoad)) in simplifyIdempotentRMW()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h348 bool shouldExpandAtomicLoadInIR(LoadInst *LI) const override;
DAArch64ISelLowering.cpp8939 bool AArch64TargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function in AArch64TargetLowering
/external/llvm/lib/Target/ARM/
DARMISelLowering.h411 bool shouldExpandAtomicLoadInIR(LoadInst *LI) const override;
DARMISelLowering.cpp11095 bool ARMTargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function in ARMTargetLowering
/external/llvm/lib/Target/X86/
DX86ISelLowering.h998 bool shouldExpandAtomicLoadInIR(LoadInst *SI) const override;
DX86ISelLowering.cpp16693 bool X86TargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function in X86TargetLowering
/external/llvm/include/llvm/Target/
DTargetLowering.h1092 virtual bool shouldExpandAtomicLoadInIR(LoadInst *LI) const { return false; } in shouldExpandAtomicLoadInIR() function
/external/llvm/docs/
DAtomics.rst452 by overriding ``shouldExpandAtomicStoreInIR()``/``shouldExpandAtomicLoadInIR()``