Lines Matching defs:ExpandPseudo
67 class ExpandPseudo {
69 ExpandPseudo(MachineFunction &MF);
98 ExpandPseudo::ExpandPseudo(MachineFunction &MF_)
104 bool ExpandPseudo::expand() {
115 bool ExpandPseudo::expandInstr(MachineBasicBlock &MBB, Iter I) {
167 void ExpandPseudo::expandLoadCCond(MachineBasicBlock &MBB, Iter I) {
182 void ExpandPseudo::expandStoreCCond(MachineBasicBlock &MBB, Iter I) {
197 void ExpandPseudo::expandLoadACC(MachineBasicBlock &MBB, Iter I,
221 void ExpandPseudo::expandStoreACC(MachineBasicBlock &MBB, Iter I,
244 bool ExpandPseudo::expandCopy(MachineBasicBlock &MBB, Iter I) {
254 bool ExpandPseudo::expandCopyACC(MachineBasicBlock &MBB, Iter I,
286 bool ExpandPseudo::expandBuildPairF64(MachineBasicBlock &MBB,
342 bool ExpandPseudo::expandExtractElementF64(MachineBasicBlock &MBB,
890 if (ExpandPseudo(MF).expand()) {