Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonOptAddrMode.cpp566 unsigned OpStart; in changeLoad() local
579 OpStart = 4; in changeLoad()
591 OpStart = 3; in changeLoad()
606 OpStart = 4; in changeLoad()
623 unsigned OpStart = 0; in changeStore() local
639 OpStart = 4; in changeStore()
649 OpStart = 3; in changeStore()
658 OpStart = 3; in changeStore()
710 unsigned OpStart; in changeAddAsl() local
724 OpStart = 3; in changeAddAsl()
[all …]
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp5202 uint64_t OpStart = MI.getOperand(2).getImm(); in narrowScalarExtract() local
5207 if (SrcStart + NarrowSize <= OpStart || SrcStart >= OpStart + OpSize) { in narrowScalarExtract()
5220 if (OpStart < SrcStart) { in narrowScalarExtract()
5222 SegSize = std::min(NarrowSize, OpStart + OpSize - SrcStart); in narrowScalarExtract()
5224 ExtractOffset = OpStart - SrcStart; in narrowScalarExtract()
5268 uint64_t OpStart = MI.getOperand(3).getImm(); in narrowScalarInsert() local
5273 if (DstStart == OpStart && NarrowTy == MRI.getType(OpReg)) { in narrowScalarInsert()
5287 if (DstStart + NarrowSize <= OpStart || DstStart >= OpStart + OpSize) { in narrowScalarInsert()
5297 if (OpStart < DstStart) { in narrowScalarInsert()
5299 ExtractOffset = DstStart - OpStart; in narrowScalarInsert()
[all …]