Home
last modified time | relevance | path

Searched refs:lowerIdempotentRMWIntoFencedLoad (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp558 if (auto ResultingLoad = TLI->lowerIdempotentRMWIntoFencedLoad(RMWI)) { in simplifyIdempotentRMW()
/external/llvm/lib/Target/X86/
DX86ISelLowering.h1004 lowerIdempotentRMWIntoFencedLoad(AtomicRMWInst *AI) const override;
DX86ISelLowering.cpp16745 X86TargetLowering::lowerIdempotentRMWIntoFencedLoad(AtomicRMWInst *AI) const { in lowerIdempotentRMWIntoFencedLoad() function in X86TargetLowering
/external/llvm/include/llvm/Target/
DTargetLowering.h1112 virtual LoadInst *lowerIdempotentRMWIntoFencedLoad(AtomicRMWInst *RMWI) const { in lowerIdempotentRMWIntoFencedLoad() function