Searched refs:PRFX (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ExpandPseudoInsts.cpp | 604 MachineInstrBuilder PRFX, DOP; in expand_DestructiveOp() local 616 PRFX = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(MovPrfxZero)) in expand_DestructiveOp() 639 PRFX = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(MovPrfx)) in expand_DestructiveOp() 673 if (PRFX) { in expand_DestructiveOp() 674 finalizeBundle(MBB, PRFX->getIterator(), MBBI->getIterator()); in expand_DestructiveOp() 675 transferImpOps(MI, PRFX, DOP); in expand_DestructiveOp()
|