Searched refs:SelectImmShifterOperand (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMISelDAGToDAG.cpp | 96 bool SelectImmShifterOperand(SDValue N, SDValue &A, 105 return SelectImmShifterOperand(N, A, B, false); in SelectShiftImmShifterOperand() 110 return SelectImmShifterOperand(N, A, B, false); in SelectShiftImmShifterOperandOneUse() 475 if (SelectImmShifterOperand(N0, CPTmp0, CPTmp1)) in PreprocessISelDAG() 478 if (SelectImmShifterOperand(N0, CPTmp0, CPTmp1) || in PreprocessISelDAG() 593 bool ARMDAGToDAGISel::SelectImmShifterOperand(SDValue N, in SelectImmShifterOperand() function in ARMDAGToDAGISel
|
| H A D | ARMInstrInfo.td | 775 ComplexPattern<i32, 2, "SelectImmShifterOperand",
|