Lines Matching refs:hasSPE
460 bool HasSPE = Subtarget->hasSPE(); in PPCEmitLoad()
502 Opc = Subtarget->hasSPE() ? PPC::SPELWZ : PPC::LFS; in PPCEmitLoad()
618 Subtarget->hasSPE() ? PPC::EVLDD : PPC::LFD)) in SelectLoad()
651 Opc = Subtarget->hasSPE() ? PPC::SPESTW : PPC::STFS; in PPCEmitStore()
654 Opc = Subtarget->hasSPE() ? PPC::EVSTDD : PPC::STFD; in PPCEmitStore()
798 .addImm(Subtarget->hasSPE() ? PPC::PRED_SPE : PPCPred) in SelectBranch()
841 const bool HasSPE = Subtarget->hasSPE(); in PPCEmitCmp()
993 if (Subtarget->hasSPE()) { in SelectFPTrunc()
1091 if (Subtarget->hasSPE()) { in SelectIToFP()
1202 !Subtarget->hasSPE()) in SelectFPToI()
1231 if (Subtarget->hasSPE()) { in SelectFPToI()
1259 unsigned IntReg = Subtarget->hasSPE() in SelectFPToI()
2012 const bool HasSPE = Subtarget->hasSPE(); in PPCMaterializeFP()
2372 Subtarget->hasSPE() ? PPC::EVLDD : PPC::LFD)) in tryToFoldLoadIntoMI()