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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FastISel.cpp 263 unsigned IdxN = getRegForValue(Idx);
264 if (IdxN == 0)
274 IdxN = FastEmit_r(IdxVT.getSimpleVT(), PtrVT, ISD::SIGN_EXTEND,
275 IdxN, IdxNIsKill);
279 IdxN = FastEmit_r(IdxVT.getSimpleVT(), PtrVT, ISD::TRUNCATE,
280 IdxN, IdxNIsKill);
283 return std::pair<unsigned, bool>(IdxN, IdxNIsKill);
468 unsigned IdxN = Pair.first;
470 if (IdxN == 0)
475 IdxN = FastEmit_ri_(VT, ISD::MUL, IdxN, IdxNIsKill, ElementSize, VT)
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 318 unsigned IdxN = getRegForValue(Idx);
319 if (IdxN == 0)
329 IdxN = fastEmit_r(IdxVT.getSimpleVT(), PtrVT, ISD::SIGN_EXTEND, IdxN,
333 IdxN =
334 fastEmit_r(IdxVT.getSimpleVT(), PtrVT, ISD::TRUNCATE, IdxN, IdxNIsKill);
337 return std::pair<unsigned, bool>(IdxN, IdxNIsKill);
523 uint64_t IdxN = CI->getValue().sextOrTrunc(64).getSExtValue();
524 TotalOffs += DL.getTypeAllocSize(Ty) * IdxN;
545 unsigned IdxN = Pair.first
    [all...]
SelectionDAGBuilder.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]

Completed in 3661 milliseconds