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

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

Completed in 304 milliseconds