Searched refs:hasDirectMove (Results 1 – 3 of 3) sorted by relevance
271 bool hasDirectMove() const { return HasDirectMove; } in hasDirectMove() function
380 if (Subtarget.hasDirectMove() && isPPC64) { in PPCTargetLowering()706 if (Subtarget.hasDirectMove() && isPPC64) { in PPCTargetLowering()808 if (Subtarget.hasDirectMove()) in PPCTargetLowering()7143 if (Subtarget.hasDirectMove() && Subtarget.isPPC64()) in LowerFP_TO_INT()7399 if (Subtarget.hasDirectMove() && directMoveIsProfitable(Op) && in LowerINT_TO_FP()8026 haveEfficientBuildVectorPattern(BVN, Subtarget.hasDirectMove(), in LowerBUILD_VECTOR()14259 return Subtarget.hasDirectMove(); // Don't need stack ops with direct moves in shouldExpandBuildVectorWithShuffles()
1247 def HasDirectMove : Predicate<"PPCSubTarget->hasDirectMove()">;