Searched refs:hasDirectMove (Results 1 – 6 of 6) sorted by relevance
318 bool hasDirectMove() const { return HasDirectMove; } in hasDirectMove() function
1119 } else if (ST->hasDirectMove()) in getVectorInstrCost()
538 if (Subtarget.hasDirectMove() && isPPC64) { in PPCTargetLowering()984 if (Subtarget.hasDirectMove() && isPPC64) { in PPCTargetLowering()8241 if (Subtarget.hasDirectMove() && Subtarget.isPPC64()) in LowerFP_TO_INT()8531 if (Subtarget.hasDirectMove() && directMoveIsProfitable(Op) && in LowerINT_TO_FP()9306 haveEfficientBuildVectorPattern(BVN, Subtarget.hasDirectMove(), in LowerBUILD_VECTOR()12869 if (Subtarget.hasDirectMove()) { in EmitInstrWithCustomInserter()14872 if (!Subtarget.hasDirectMove()) in combineVectorShuffle()16819 return Subtarget.hasDirectMove(); // Don't need stack ops with direct moves in shouldExpandBuildVectorWithShuffles()
1749 assert(Subtarget.hasDirectMove() && in copyPhysReg()1757 assert(Subtarget.hasDirectMove() && in copyPhysReg()
5986 if (!Subtarget->hasAltivec() || Subtarget->hasDirectMove()) in Select()
126 def HasDirectMove : Predicate<"Subtarget->hasDirectMove()">;