Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h318 bool hasDirectMove() const { return HasDirectMove; } in hasDirectMove() function
H A DPPCTargetTransformInfo.cpp1119 } else if (ST->hasDirectMove()) in getVectorInstrCost()
H A DPPCISelLowering.cpp538 if (Subtarget.hasDirectMove() && isPPC64) { in PPCTargetLowering()
984 if (Subtarget.hasDirectMove() && isPPC64) { in PPCTargetLowering()
8241 if (Subtarget.hasDirectMove() && Subtarget.isPPC64()) in LowerFP_TO_INT()
8531 if (Subtarget.hasDirectMove() && directMoveIsProfitable(Op) && in LowerINT_TO_FP()
9306 haveEfficientBuildVectorPattern(BVN, Subtarget.hasDirectMove(), in LowerBUILD_VECTOR()
12869 if (Subtarget.hasDirectMove()) { in EmitInstrWithCustomInserter()
14872 if (!Subtarget.hasDirectMove()) in combineVectorShuffle()
16819 return Subtarget.hasDirectMove(); // Don't need stack ops with direct moves in shouldExpandBuildVectorWithShuffles()
H A DPPCInstrInfo.cpp1749 assert(Subtarget.hasDirectMove() && in copyPhysReg()
1757 assert(Subtarget.hasDirectMove() && in copyPhysReg()
H A DPPCISelDAGToDAG.cpp5986 if (!Subtarget->hasAltivec() || Subtarget->hasDirectMove()) in Select()
H A DPPCInstrVSX.td126 def HasDirectMove : Predicate<"Subtarget->hasDirectMove()">;