Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCSubtarget.h265 bool hasDirectMove() const { return HasDirectMove; } in hasDirectMove() function
DPPCISelLowering.cpp266 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()
DPPCInstrVSX.td1041 def HasDirectMove : Predicate<"PPCSubTarget->hasDirectMove()">;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCSubtarget.h271 bool hasDirectMove() const { return HasDirectMove; } in hasDirectMove() function
DPPCISelLowering.cpp384 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()
DPPCInstrVSX.td1209 def HasDirectMove : Predicate<"PPCSubTarget->hasDirectMove()">;