Searched refs:SelectImmShifterOperand (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMISelDAGToDAG.cpp | 87 bool SelectImmShifterOperand(SDValue N, SDValue &A, 96 return SelectImmShifterOperand(N, A, B, false); in SelectShiftImmShifterOperand() 101 return SelectImmShifterOperand(N, A, B, false); in SelectShiftImmShifterOperandOneUse() 459 if (SelectImmShifterOperand(N0, CPTmp0, CPTmp1)) in PreprocessISelDAG() 462 if (SelectImmShifterOperand(N0, CPTmp0, CPTmp1) || in PreprocessISelDAG() 577 bool ARMDAGToDAGISel::SelectImmShifterOperand(SDValue N, in SelectImmShifterOperand() function in ARMDAGToDAGISel
|
H A D | ARMInstrInfo.td | 758 ComplexPattern<i32, 2, "SelectImmShifterOperand",
|