Searched defs:CheckProfitability (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp96 bool CheckProfitability = true);
98 SDValue &B, bool CheckProfitability = true);
479 bool CheckProfitability) {
503 bool CheckProfitability) {
519 if (CheckProfitability && !isShifterOpProfitable(N, ShOpcVal, ShImmVal))
476 SelectImmShifterOperand(SDValue N, SDValue &BaseReg, SDValue &Opc, bool CheckProfitability) argument
499 SelectRegShifterOperand(SDValue N, SDValue &BaseReg, SDValue &ShReg, SDValue &Opc, bool CheckProfitability) argument

Completed in 535 milliseconds