Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86AvoidStoreForwardingBlocks.cpp548 MachineInstr &StoreMI = *StoreMO.getParent(); in findPotentiallylBlockedCopies() local
550 if (StoreMI.getParent() == MI.getParent() && in findPotentiallylBlockedCopies()
551 isPotentialBlockedMemCpyPair(MI.getOpcode(), StoreMI.getOpcode()) && in findPotentiallylBlockedCopies()
553 isRelevantAddressingMode(&StoreMI)) { in findPotentiallylBlockedCopies()
556 assert(StoreMI.hasOneMemOperand() && in findPotentiallylBlockedCopies()
558 if (!alias(**MI.memoperands_begin(), **StoreMI.memoperands_begin())) in findPotentiallylBlockedCopies()
559 BlockedLoadsStoresPairs.push_back(std::make_pair(&MI, &StoreMI)); in findPotentiallylBlockedCopies()