Home
last modified time | relevance | path

Searched refs:OpStart (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonOptAddrMode.cpp311 unsigned OpStart; in changeLoad() local
324 OpStart = 4; in changeLoad()
335 OpStart = 3; in changeLoad()
349 OpStart = 4; in changeLoad()
356 for (unsigned i = OpStart; i < OpEnd; ++i) in changeLoad()
365 unsigned OpStart; in changeStore() local
381 OpStart = 4; in changeStore()
390 OpStart = 3; in changeStore()
402 OpStart = 2; in changeStore()
408 for (unsigned i = OpStart; i < OpEnd; ++i) in changeStore()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp342 uint64_t OpStart = MI.getOperand(2).getImm(); in narrowScalar() local
347 if (SrcStart + NarrowSize <= OpStart || SrcStart >= OpStart + OpSize) { in narrowScalar()
350 } else if (SrcStart == OpStart && NarrowTy == MRI.getType(OpReg)) { in narrowScalar()
360 if (OpStart < SrcStart) { in narrowScalar()
362 SegSize = std::min(NarrowSize, OpStart + OpSize - SrcStart); in narrowScalar()
364 ExtractOffset = OpStart - SrcStart; in narrowScalar()
365 SegSize = std::min(SrcStart + NarrowSize - OpStart, OpSize); in narrowScalar()
395 uint64_t OpStart = MI.getOperand(3).getImm(); in narrowScalar() local
400 if (DstStart + NarrowSize <= OpStart || DstStart >= OpStart + OpSize) { in narrowScalar()
404 } else if (DstStart == OpStart && NarrowTy == MRI.getType(OpReg)) { in narrowScalar()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonOptAddrMode.cpp490 unsigned OpStart; in changeLoad() local
503 OpStart = 4; in changeLoad()
514 OpStart = 3; in changeLoad()
528 OpStart = 4; in changeLoad()
535 for (unsigned i = OpStart; i < OpEnd; ++i) in changeLoad()
544 unsigned OpStart; in changeStore() local
560 OpStart = 4; in changeStore()
569 OpStart = 3; in changeStore()
580 OpStart = 3; in changeStore()
586 for (unsigned i = OpStart; i < OpEnd; ++i) in changeStore()
[all …]