Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp136 SmallVector<MachineInstr *, 8> InstsToMove; member
238 for (MachineInstr *MI : InstsToMove) { in moveInstsAfter()
301 for (MachineInstr *InstToMove : InstsToMove) { in canMoveInstsAcrossMemOp()
575 CI.InstsToMove.push_back(&*MBBI); in findMatchingInst()
584 CI.InstsToMove); in findMatchingInst()
599 CI.InstsToMove)) in findMatchingInst()
753 moveInstsAfter(Copy1, CI.InstsToMove); in mergeRead2Pair()
836 moveInstsAfter(Write2, CI.InstsToMove); in mergeWrite2Pair()
879 moveInstsAfter(Copy1, CI.InstsToMove); in mergeSBufferLoadImmPair()
931 moveInstsAfter(Copy1, CI.InstsToMove); in mergeBufferLoadPair()
[all …]