Searched refs:hasDirectMove (Results 1 – 5 of 5) sorted by relevance
307 bool hasDirectMove() const { return HasDirectMove; } in hasDirectMove() function
1086 } else if (ST->hasDirectMove()) in getVectorInstrCost()
510 if (Subtarget.hasDirectMove() && isPPC64) { in PPCTargetLowering()952 if (Subtarget.hasDirectMove() && isPPC64) { in PPCTargetLowering()8182 if (Subtarget.hasDirectMove() && Subtarget.isPPC64()) in LowerFP_TO_INT()8472 if (Subtarget.hasDirectMove() && directMoveIsProfitable(Op) && in LowerINT_TO_FP()9175 haveEfficientBuildVectorPattern(BVN, Subtarget.hasDirectMove(), in LowerBUILD_VECTOR()12522 if (Subtarget.hasDirectMove()) { in EmitInstrWithCustomInserter()14522 if (!Subtarget.hasDirectMove()) in combineVectorShuffle()16413 return Subtarget.hasDirectMove(); // Don't need stack ops with direct moves in shouldExpandBuildVectorWithShuffles()
1742 assert(Subtarget.hasDirectMove() && in copyPhysReg()1750 assert(Subtarget.hasDirectMove() && in copyPhysReg()
151 def HasDirectMove : Predicate<"Subtarget->hasDirectMove()">;