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(
1555 void ARMExpandPseudo::CMSESaveClearFPRegsV81(MachineBasicBlock &MBB,
1607 void ARMExpandPseudo::CMSERestoreFPRegs(
1616 void ARMExpandPseudo::CMSERestoreFPRegsV8(
1762 void ARMExpandPseudo::CMSERestoreFPRegsV81(
1805 bool ARMExpandPseudo::ExpandCMP_SWAP(MachineBasicBlock &MBB,
1937 bool ARMExpandPseudo::ExpandCMP_SWAP_64(MachineBasicBlock &MBB,
2130 bool ARMExpandPseudo::ExpandMI(MachineBasicBlock &MBB,
3243 bool ARMExpandPseudo::ExpandMBB(MachineBasicBlock &MBB) {
3256 bool ARMExpandPseudo::runOnMachineFunction(MachineFunction &MF) {
3278 return new ARMExpandPseudo();