Home
last modified time | relevance | path

Searched refs:directMoveIsProfitable (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1157 bool directMoveIsProfitable(const SDValue &Op) const;
H A DPPCISelLowering.cpp8234 bool PPCTargetLowering::directMoveIsProfitable(const SDValue &Op) const { in directMoveIsProfitable() function in PPCTargetLowering
8428 if (Subtarget.hasDirectMove() && directMoveIsProfitable(Op) && in LowerINT_TO_FP()