Home
last modified time | relevance | path

Searched refs:hasDirectMove (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCSubtarget.h252 bool hasDirectMove() const { return HasDirectMove; } in hasDirectMove() function
DPPCISelLowering.cpp258 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()
DPPCInstrVSX.td1019 def HasDirectMove : Predicate<"PPCSubTarget->hasDirectMove()">;