Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLocalizer.cpp54 MachineInstr &MIUse = *MOUse.getParent(); in isLocalUse() local
55 InsertMBB = MIUse.getParent(); in isLocalUse()
56 if (MIUse.isPHI()) in isLocalUse()
57 InsertMBB = MIUse.getOperand(MIUse.getOperandNo(&MOUse) + 1).getMBB(); in isLocalUse()
100 LLVM_DEBUG(MachineInstr &MIUse = *MOUse.getParent(); in localizeInterBlock()
101 dbgs() << "Checking use: " << MIUse in localizeInterBlock()
102 << " #Opd: " << MIUse.getOperandNo(&MOUse) << '\n'); in localizeInterBlock()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp534 for (const MachineOperand &MIUse : MI.uses()) in hasImplicitOverlap() local
535 if (&MIUse != &Use && MIUse.isReg() && MIUse.isImplicit() && in hasImplicitOverlap()
536 MIUse.isUse() && TRI->regsOverlap(Use.getReg(), MIUse.getReg())) in hasImplicitOverlap()