Searched refs:isShifterOpProfitable (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp95 bool isShifterOpProfitable(const SDValue &Shift,
471 bool ARMDAGToDAGISel::isShifterOpProfitable(const SDValue &Shift, function in class:ARMDAGToDAGISel
599 if (CheckProfitability && !isShifterOpProfitable(N, ShOpcVal, ShImmVal))
713 if (isShifterOpProfitable(Offset, ShOpcVal, ShAmt))
735 if (isShifterOpProfitable(N.getOperand(0), ShOpcVal, ShAmt)) {
866 if (isShifterOpProfitable(Offset, ShOpcVal, ShAmt))
888 if (isShifterOpProfitable(N.getOperand(0), ShOpcVal, ShAmt)) {
926 if (isShifterOpProfitable(N, ShOpcVal, ShAmt))
1415 if (ShAmt < 4 && isShifterOpProfitable(OffReg, ShOpcVal, ShAmt))

Completed in 47 milliseconds