Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h271 bool hasDirectMove() const { return HasDirectMove; } in hasDirectMove() function
H A DPPCISelLowering.cpp380 if (Subtarget.hasDirectMove() && isPPC64) { in PPCTargetLowering()
706 if (Subtarget.hasDirectMove() && isPPC64) { in PPCTargetLowering()
808 if (Subtarget.hasDirectMove()) in PPCTargetLowering()
7143 if (Subtarget.hasDirectMove() && Subtarget.isPPC64()) in LowerFP_TO_INT()
7399 if (Subtarget.hasDirectMove() && directMoveIsProfitable(Op) && in LowerINT_TO_FP()
8026 haveEfficientBuildVectorPattern(BVN, Subtarget.hasDirectMove(), in LowerBUILD_VECTOR()
14259 return Subtarget.hasDirectMove(); // Don't need stack ops with direct moves in shouldExpandBuildVectorWithShuffles()
H A DPPCInstrVSX.td1247 def HasDirectMove : Predicate<"PPCSubTarget->hasDirectMove()">;