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

  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 287 unsigned IdxN = getRegForValue(Idx);
288 if (IdxN == 0)
298 IdxN = FastEmit_r(IdxVT.getSimpleVT(), PtrVT, ISD::SIGN_EXTEND,
299 IdxN, IdxNIsKill);
303 IdxN = FastEmit_r(IdxVT.getSimpleVT(), PtrVT, ISD::TRUNCATE,
304 IdxN, IdxNIsKill);
307 return std::pair<unsigned, bool>(IdxN, IdxNIsKill);
529 unsigned IdxN = Pair.first;
531 if (IdxN == 0)
536 IdxN = FastEmit_ri_(VT, ISD::MUL, IdxN, IdxNIsKill, ElementSize, VT)
    [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 873 milliseconds