Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp16861 auto IsProfitable = [this](bool IsNeg, bool IsAddOne, EVT VT) -> bool { in combineMUL() local
16899 if (!IsProfitable(IsNeg, true, VT)) in combineMUL()
16916 if (!IsProfitable(IsNeg, false, VT)) in combineMUL()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11586 bool IsProfitable = false; in shouldSinkOperands() local
11617 IsProfitable = true; in shouldSinkOperands()
11620 return IsProfitable; in shouldSinkOperands()