Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCSubtarget.h247 bool hasDirectMove() const { return HasDirectMove; } in hasDirectMove() function
HDPPCInstrVSX.td1029 def HasDirectMove : Predicate<"PPCSubTarget->hasDirectMove()">;
HDPPCISelLowering.cpp6169 if (Subtarget.hasDirectMove() && Subtarget.isPPC64()) in LowerFP_TO_INT()
6319 if (Subtarget.hasDirectMove() && Subtarget.isPPC64() && Subtarget.hasFPCVT()) in LowerINT_TO_FP()