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 291 unsigned IdxN = getRegForValue(Idx);
292 if (IdxN == 0)
302 IdxN = FastEmit_r(IdxVT.getSimpleVT(), PtrVT, ISD::SIGN_EXTEND,
303 IdxN, IdxNIsKill);
307 IdxN = FastEmit_r(IdxVT.getSimpleVT(), PtrVT, ISD::TRUNCATE,
308 IdxN, IdxNIsKill);
311 return std::pair<unsigned, bool>(IdxN, IdxNIsKill);
533 unsigned IdxN = Pair.first;
535 if (IdxN == 0)
540 IdxN = FastEmit_ri_(VT, ISD::MUL, IdxN, IdxNIsKill, ElementSize, VT)
    [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 58 milliseconds