Searched refs:hasDirectMove (Results 1 – 3 of 3) 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()">;