Lines Matching defs:ExpandPseudo
66 class ExpandPseudo {
68 ExpandPseudo(MachineFunction &MF);
97 ExpandPseudo::ExpandPseudo(MachineFunction &MF_)
103 bool ExpandPseudo::expand() {
114 bool ExpandPseudo::expandInstr(MachineBasicBlock &MBB, Iter I) {
166 void ExpandPseudo::expandLoadCCond(MachineBasicBlock &MBB, Iter I) {
181 void ExpandPseudo::expandStoreCCond(MachineBasicBlock &MBB, Iter I) {
196 void ExpandPseudo::expandLoadACC(MachineBasicBlock &MBB, Iter I,
220 void ExpandPseudo::expandStoreACC(MachineBasicBlock &MBB, Iter I,
243 bool ExpandPseudo::expandCopy(MachineBasicBlock &MBB, Iter I) {
253 bool ExpandPseudo::expandCopyACC(MachineBasicBlock &MBB, Iter I,
285 bool ExpandPseudo::expandBuildPairF64(MachineBasicBlock &MBB,
341 bool ExpandPseudo::expandExtractElementF64(MachineBasicBlock &MBB,
889 if (ExpandPseudo(MF).expand()) {