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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2107 SDValue CPTmp1; local
2108 if (SelectT2ShifterOperandReg(TrueVal, CPTmp0, CPTmp1)) {
2109 unsigned SOVal = cast<ConstantSDNode>(CPTmp1)->getZExtValue();
2134 SDValue CPTmp1; local
2142 if (SelectRegShifterOperand(TrueVal, CPTmp0, CPTmp1, CPTmp2)) {
2144 SDValue Ops[] = { FalseVal, CPTmp0, CPTmp1, CPTmp2, CC, CCR, InFlag };
2231 SDValue CPTmp1; local
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp393 SDValue CPTmp1; local
396 if (SelectImmShifterOperand(N0, CPTmp0, CPTmp1))
399 if (SelectImmShifterOperand(N0, CPTmp0, CPTmp1) ||
400 SelectRegShifterOperand(N0, CPTmp0, CPTmp1, CPTmp2))

Completed in 184 milliseconds