Lines Matching defs:ARMExpandPseudo

41   class ARMExpandPseudo : public MachineFunctionPass {
44 ARMExpandPseudo() : MachineFunctionPass(ID) {}
118 char ARMExpandPseudo::ID = 0;
121 INITIALIZE_PASS(ARMExpandPseudo, DEBUG_TYPE, ARM_EXPAND_PSEUDO_NAME, false,
552 void ARMExpandPseudo::ExpandVLD(MachineBasicBlock::iterator &MBBI) {
670 void ARMExpandPseudo::ExpandVST(MachineBasicBlock::iterator &MBBI) {
746 void ARMExpandPseudo::ExpandLaneOp(MachineBasicBlock::iterator &MBBI) {
836 void ARMExpandPseudo::ExpandVTBL(MachineBasicBlock::iterator &MBBI,
873 void ARMExpandPseudo::ExpandMQQPRLoadStore(MachineBasicBlock::iterator &MBBI) {
993 void ARMExpandPseudo::ExpandTMOV32BitImm(MachineBasicBlock &MBB,
1059 void ARMExpandPseudo::ExpandMOV32BitImm(MachineBasicBlock &MBB,
1177 void ARMExpandPseudo::CMSEClearGPRegs(
1242 ARMExpandPseudo::CMSEClearFPRegs(MachineBasicBlock &MBB,
1256 ARMExpandPseudo::CMSEClearFPRegsV8(MachineBasicBlock &MBB,
1365 ARMExpandPseudo::CMSEClearFPRegsV81(MachineBasicBlock &MBB,
1402 void ARMExpandPseudo::CMSESaveClearFPRegs(
1412 void ARMExpandPseudo::CMSESaveClearFPRegsV8(
1593 void ARMExpandPseudo::CMSESaveClearFPRegsV81(MachineBasicBlock &MBB,
1645 void ARMExpandPseudo::CMSERestoreFPRegs(
1654 void ARMExpandPseudo::CMSERestoreFPRegsV8(
1800 void ARMExpandPseudo::CMSERestoreFPRegsV81(
1843 bool ARMExpandPseudo::ExpandCMP_SWAP(MachineBasicBlock &MBB,
1975 bool ARMExpandPseudo::ExpandCMP_SWAP_64(MachineBasicBlock &MBB,
2173 bool ARMExpandPseudo::ExpandMI(MachineBasicBlock &MBB,
3286 bool ARMExpandPseudo::ExpandMBB(MachineBasicBlock &MBB) {
3299 bool ARMExpandPseudo::runOnMachineFunction(MachineFunction &MF) {
3321 return new ARMExpandPseudo();