reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
118 expandLoadCCond(MBB, I); 121 expandStoreCCond(MBB, I); 125 expandLoadACC(MBB, I, 4); 128 expandLoadACC(MBB, I, 8); 131 expandStoreACC(MBB, I, Mips::PseudoMFHI, Mips::PseudoMFLO, 4); 134 expandStoreACC(MBB, I, Mips::MFHI_DSP, Mips::MFLO_DSP, 4); 137 expandStoreACC(MBB, I, Mips::PseudoMFHI64, Mips::PseudoMFLO64, 8); 140 if (expandBuildPairF64(MBB, I, false)) 141 MBB.erase(I); 144 if (expandBuildPairF64(MBB, I, true)) 145 MBB.erase(I); 148 if (expandExtractElementF64(MBB, I, false)) 149 MBB.erase(I); 152 if (expandExtractElementF64(MBB, I, true)) 153 MBB.erase(I); 156 if (!expandCopy(MBB, I)) 163 MBB.erase(I);