HomeSort by relevance Sort by last modified time
    Searched refs:IdxN (Results 1 - 11 of 11) 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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 507 unsigned IdxN = getRegForValue(Idx);
508 if (IdxN == 0)
518 IdxN = fastEmit_r(IdxVT.getSimpleVT(), PtrVT, ISD::SIGN_EXTEND, IdxN,
522 IdxN =
523 fastEmit_r(IdxVT.getSimpleVT(), PtrVT, ISD::TRUNCATE, IdxN, IdxNIsKill);
526 return std::pair<unsigned, bool>(IdxN, IdxNIsKill);
701 uint64_t IdxN = CI->getValue().sextOrTrunc(64).getSExtValue();
702 TotalOffs += DL.getTypeAllocSize(Ty) * IdxN;
723 unsigned IdxN = Pair.first
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLoweringHVX.cpp 383 auto *IdxN = dyn_cast<ConstantSDNode>(SplatV.getNode());
384 if (IdxN && IdxN->isNullValue())
    [all...]
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]

Completed in 156 milliseconds