Lines Matching refs:hasSPE
453 bool HasSPE = Subtarget->hasSPE(); in PPCEmitLoad()
495 Opc = Subtarget->hasSPE() ? PPC::SPELWZ : PPC::LFS; in PPCEmitLoad()
611 Subtarget->hasSPE() ? PPC::EVLDD : PPC::LFD)) in SelectLoad()
644 Opc = Subtarget->hasSPE() ? PPC::SPESTW : PPC::STFS; in PPCEmitStore()
647 Opc = Subtarget->hasSPE() ? PPC::EVSTDD : PPC::STFD; in PPCEmitStore()
792 .addImm(Subtarget->hasSPE() ? PPC::PRED_SPE : PPCPred) in SelectBranch()
835 const bool HasSPE = Subtarget->hasSPE(); in PPCEmitCmp()
988 if (Subtarget->hasSPE()) { in SelectFPTrunc()
1087 if (Subtarget->hasSPE()) { in SelectIToFP()
1198 !Subtarget->hasSPE()) in SelectFPToI()
1227 if (Subtarget->hasSPE()) { in SelectFPToI()
1255 unsigned IntReg = Subtarget->hasSPE() in SelectFPToI()
1997 const bool HasSPE = Subtarget->hasSPE(); in PPCMaterializeFP()
2367 Subtarget->hasSPE() ? PPC::EVLDD : PPC::LFD)) in tryToFoldLoadIntoMI()