Searched refs:hasDirectMove (Results 1 – 6 of 6) sorted by relevance
265 bool hasDirectMove() const { return HasDirectMove; } in hasDirectMove() function
266 if (Subtarget.hasDirectMove() && isPPC64) { in PPCTargetLowering()566 if (Subtarget.hasDirectMove() && isPPC64) { in PPCTargetLowering()6474 if (Subtarget.hasDirectMove() && Subtarget.isPPC64()) in LowerFP_TO_INT()6646 if (Subtarget.hasDirectMove() && directMoveIsProfitable(Op) && in LowerINT_TO_FP()12057 return Subtarget.hasDirectMove(); // Don't need stack ops with direct moves in shouldExpandBuildVectorWithShuffles()
1041 def HasDirectMove : Predicate<"PPCSubTarget->hasDirectMove()">;
271 bool hasDirectMove() const { return HasDirectMove; } in hasDirectMove() function
384 if (Subtarget.hasDirectMove() && isPPC64) { in PPCTargetLowering()704 if (Subtarget.hasDirectMove() && isPPC64) { in PPCTargetLowering()807 if (Subtarget.hasDirectMove()) in PPCTargetLowering()7088 if (Subtarget.hasDirectMove() && Subtarget.isPPC64()) in LowerFP_TO_INT()7271 if (Subtarget.hasDirectMove() && directMoveIsProfitable(Op) && in LowerINT_TO_FP()7898 haveEfficientBuildVectorPattern(BVN, Subtarget.hasDirectMove(), in LowerBUILD_VECTOR()13976 return Subtarget.hasDirectMove(); // Don't need stack ops with direct moves in shouldExpandBuildVectorWithShuffles()
1209 def HasDirectMove : Predicate<"PPCSubTarget->hasDirectMove()">;