HomeSort by relevance Sort by last modified time
    Searched refs:IntegerReg (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FastISel.cpp 193 unsigned IntegerReg =
195 if (IntegerReg != 0)
197 IntegerReg, /*Kill=*/false);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 243 unsigned IntegerReg =
245 if (IntegerReg != 0)
246 Reg = fastEmit_r(IntVT.getSimpleVT(), VT, ISD::SINT_TO_FP, IntegerReg,
    [all...]

Completed in 105 milliseconds