Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h304 bool hasDirectMove() const { return HasDirectMove; } in hasDirectMove() function
H A DPPCTargetTransformInfo.cpp1083 } else if (ST->hasDirectMove()) in getVectorInstrCost()
H A DPPCISelLowering.cpp503 if (Subtarget.hasDirectMove() && isPPC64) { in PPCTargetLowering()
945 if (Subtarget.hasDirectMove() && isPPC64) { in PPCTargetLowering()
1080 if (Subtarget.hasDirectMove()) in PPCTargetLowering()
8138 if (Subtarget.hasDirectMove() && Subtarget.isPPC64()) in LowerFP_TO_INT()
8428 if (Subtarget.hasDirectMove() && directMoveIsProfitable(Op) && in LowerINT_TO_FP()
9131 haveEfficientBuildVectorPattern(BVN, Subtarget.hasDirectMove(), in LowerBUILD_VECTOR()
12478 if (Subtarget.hasDirectMove()) { in EmitInstrWithCustomInserter()
14465 if (!Subtarget.hasDirectMove() && !(IsLittleEndian && Subtarget.hasVSX())) in combineVectorShuffle()
16302 return Subtarget.hasDirectMove(); // Don't need stack ops with direct moves in shouldExpandBuildVectorWithShuffles()
H A DPPCInstrInfo.cpp1742 assert(Subtarget.hasDirectMove() && in copyPhysReg()
1750 assert(Subtarget.hasDirectMove() && in copyPhysReg()
H A DPPCInstrVSX.td151 def HasDirectMove : Predicate<"Subtarget->hasDirectMove()">;