Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCSubtarget.h247 bool hasDirectMove() const { return HasDirectMove; } in hasDirectMove() function
DPPCInstrVSX.td952 def HasDirectMove : Predicate<"PPCSubTarget->hasDirectMove()">;
DPPCISelLowering.cpp5954 if (Subtarget.hasDirectMove() && Subtarget.isPPC64()) in LowerFP_TO_INT()
6103 if (Subtarget.hasDirectMove() && Subtarget.isPPC64() && Subtarget.hasFPCVT()) in LowerINT_TO_FP()