Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp16740 auto IsProfitable = [this](bool IsNeg, bool IsAddOne, EVT VT) -> bool { in combineMUL() local
16778 if (!IsProfitable(IsNeg, true, VT)) in combineMUL()
16795 if (!IsProfitable(IsNeg, false, VT)) in combineMUL()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11227 bool IsProfitable = false; in shouldSinkOperands() local
11258 IsProfitable = true; in shouldSinkOperands()
11261 return IsProfitable; in shouldSinkOperands()