Searched refs:hasDirectMove (Results 1 – 3 of 3) sorted by relevance
252 bool hasDirectMove() const { return HasDirectMove; } in hasDirectMove() function
258 if (Subtarget.hasDirectMove()) { in PPCTargetLowering()560 if (Subtarget.hasDirectMove()) { in PPCTargetLowering()6212 if (Subtarget.hasDirectMove() && Subtarget.isPPC64()) in LowerFP_TO_INT()6362 if (Subtarget.hasDirectMove() && Subtarget.isPPC64() && Subtarget.hasFPCVT()) in LowerINT_TO_FP()11570 return Subtarget.hasDirectMove(); // Don't need stack ops with direct moves in shouldExpandBuildVectorWithShuffles()
1019 def HasDirectMove : Predicate<"PPCSubTarget->hasDirectMove()">;