Lines Matching full:pseudo
1 //===-- ARMExpandPseudoInsts.cpp - Expand pseudo instructions -----*- C++ -*-=//
10 // This file contains a pass that expands pseudo instructions into target
17 #define DEBUG_TYPE "arm-pseudo"
34 VerifyARMPseudo("verify-arm-pseudo-expand", cl::Hidden,
51 return "ARM pseudo instruction expansion pass";
71 /// TransferImpOps - Transfer implicit operands on the pseudo instruction to
90 // For quad-register load-lane and store-lane pseudo instructors, the
359 /// load or store pseudo instruction.
406 /// ExpandVLD - Translate VLD pseudo instructions with Q, QQ or QQQQ register
442 // For an instruction writing double-spaced subregs, the pseudo instruction
470 /// ExpandVST - Translate VST pseudo instructions with Q, QQ or QQQQ register
605 /// ExpandVTBL - Translate VTBL and VTBX pseudo instructions with Q or QQ
1309 MF.verify(this, "After expanding ARM pseudo instructions.");
1313 /// createARMExpandPseudoPass - returns an instance of the pseudo instruction