Searched defs:CPTmp1 (Results 1 - 1 of 1) sorted by relevance
/external/llvm/lib/Target/ARM/ |
H A D | ARMISelDAGToDAG.cpp | 392 SDValue CPTmp1; local 395 if (SelectT2ShifterOperandReg(N0, CPTmp0, CPTmp1)) 398 if (SelectImmShifterOperand(N0, CPTmp0, CPTmp1) || 399 SelectRegShifterOperand(N0, CPTmp0, CPTmp1, CPTmp2)) 2328 SDValue CPTmp1; local 2329 if (SelectT2ShifterOperandReg(TrueVal, CPTmp0, CPTmp1)) { 2330 unsigned SOVal = cast<ConstantSDNode>(CPTmp1)->getZExtValue(); 2354 SDValue CPTmp1; local 2362 if (SelectRegShifterOperand(TrueVal, CPTmp0, CPTmp1, CPTmp2)) { 2364 SDValue Ops[] = { FalseVal, CPTmp0, CPTmp1, CPTmp [all...] |
Completed in 54 milliseconds