Home
last modified time | relevance | path

Searched refs:CPTmp0 (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp382 SDValue CPTmp0; in PreprocessISelDAG() local
386 if (SelectT2ShifterOperandReg(N0, CPTmp0, CPTmp1)) in PreprocessISelDAG()
389 if (SelectImmShifterOperand(N0, CPTmp0, CPTmp1) || in PreprocessISelDAG()
390 SelectRegShifterOperand(N0, CPTmp0, CPTmp1, CPTmp2)) in PreprocessISelDAG()
/external/llvm/docs/
DWritingAnLLVMBackend.rst1288 SDValue CPTmp0;
1295 if (SelectADDRrr(N, N2, CPTmp0, CPTmp1) &&
1298 return Emit_22(N, SP::STrr, CPTmp0, CPTmp1);