Lines Matching full:expandpseudo
36 class ExpandPseudo {
38 ExpandPseudo(MachineFunction &MF);
56 ExpandPseudo::ExpandPseudo(MachineFunction &MF_)
59 bool ExpandPseudo::expand() {
70 bool ExpandPseudo::expandInstr(MachineBasicBlock &MBB, Iter I) {
112 void ExpandPseudo::expandLoadCCond(MachineBasicBlock &MBB, Iter I) {
132 void ExpandPseudo::expandStoreCCond(MachineBasicBlock &MBB, Iter I) {
152 void ExpandPseudo::expandLoadACC(MachineBasicBlock &MBB, Iter I,
181 void ExpandPseudo::expandStoreACC(MachineBasicBlock &MBB, Iter I,
210 bool ExpandPseudo::expandCopy(MachineBasicBlock &MBB, Iter I) {
222 bool ExpandPseudo::expandCopyACC(MachineBasicBlock &MBB, Iter I, unsigned Dst,
515 if (ExpandPseudo(MF).expand()) {