Searched refs:IntegerReg (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp193 unsigned IntegerReg = local
195 if (IntegerReg != 0)
197 IntegerReg, /*Kill=*/false);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp243 unsigned IntegerReg = local
245 if (IntegerReg != 0)
246 Reg = fastEmit_r(IntVT.getSimpleVT(), VT, ISD::SINT_TO_FP, IntegerReg,

Completed in 349 milliseconds