Lines Matching refs:ARMExpandPseudo
41 class ARMExpandPseudo : public MachineFunctionPass { class
44 ARMExpandPseudo() : MachineFunctionPass(ID) {} in ARMExpandPseudo() function in __anon48990dd80111::ARMExpandPseudo
71 char ARMExpandPseudo::ID = 0;
76 void ARMExpandPseudo::TransferImpOps(MachineInstr &OldMI, in TransferImpOps()
380 void ARMExpandPseudo::ExpandVLD(MachineBasicBlock::iterator &MBBI) { in ExpandVLD()
445 void ARMExpandPseudo::ExpandVST(MachineBasicBlock::iterator &MBBI) { in ExpandVST()
498 void ARMExpandPseudo::ExpandLaneOp(MachineBasicBlock::iterator &MBBI) { in ExpandLaneOp()
587 void ARMExpandPseudo::ExpandVTBL(MachineBasicBlock::iterator &MBBI, in ExpandVTBL()
652 void ARMExpandPseudo::ExpandMOV32BitImm(MachineBasicBlock &MBB, in ExpandMOV32BitImm()
743 bool ARMExpandPseudo::ExpandMI(MachineBasicBlock &MBB, in ExpandMI()
1335 bool ARMExpandPseudo::ExpandMBB(MachineBasicBlock &MBB) { in ExpandMBB()
1348 bool ARMExpandPseudo::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
1366 return new ARMExpandPseudo(); in createARMExpandPseudoPass()