Searched refs:OffsetPos (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/ARC/ |
| H A D | ARCInstrInfo.cpp | 426 unsigned &OffsetPos) const { in getBaseAndOffsetPosition() 431 OffsetPos = 2; in getBaseAndOffsetPosition() 435 OffsetPos++; in getBaseAndOffsetPosition() 438 if (!MI.getOperand(BasePos).isReg() || !MI.getOperand(OffsetPos).isImm()) in getBaseAndOffsetPosition()
|
| H A D | ARCOptAddrMode.cpp | 202 unsigned BasePos, OffsetPos; in tryToCombine() local 205 if (!AII->getBaseAndOffsetPosition(Ldst, BasePos, OffsetPos)) { in tryToCombine() 211 MachineOperand &Offset = Ldst.getOperand(OffsetPos); in tryToCombine()
|
| H A D | ARCInstrInfo.h | 92 unsigned &OffsetPos) const override;
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachinePipeliner.cpp | 925 unsigned BasePos = 0, OffsetPos = 0, NewBase = 0; in changeDependences() local 2163 unsigned &OffsetPos, in canUseLastOffsetValue() argument 2209 OffsetPos = OffsetPosLd; in canUseLastOffsetValue() 2224 unsigned BasePos, OffsetPos; in applyInstrChange() local 2225 if (!TII->getBaseAndOffsetPosition(*MI, BasePos, OffsetPos)) in applyInstrChange() 2243 NewMI->getOperand(OffsetPos).setImm(NewOffset); in applyInstrChange() 2549 unsigned BasePos, OffsetPos; in orderDependence() local 2915 unsigned BasePos, OffsetPos; in fixupRegisterOverlaps() local 2917 if (TII->getBaseAndOffsetPosition(*MI, BasePos, OffsetPos)) { in fixupRegisterOverlaps() 2921 MI->getOperand(OffsetPos).getImm() - It->second.second; in fixupRegisterOverlaps() [all …]
|
| H A D | ModuloSchedule.cpp | 992 unsigned BasePos, OffsetPos; in cloneAndChangeInstr() local 993 if (!TII->getBaseAndOffsetPosition(*OldMI, BasePos, OffsetPos)) in cloneAndChangeInstr() 995 int64_t NewOffset = OldMI->getOperand(OffsetPos).getImm(); in cloneAndChangeInstr() 999 NewMI->getOperand(OffsetPos).setImm(NewOffset); in cloneAndChangeInstr()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.cpp | 2038 unsigned BasePos = 0, OffsetPos = 0; in getIncrementValue() local 2039 if (!getBaseAndOffsetPosition(MI, BasePos, OffsetPos)) in getIncrementValue() 2041 const MachineOperand &OffsetOp = MI.getOperand(OffsetPos); in getIncrementValue() 3262 unsigned BasePos = 0, OffsetPos = 0; in getBaseAndOffset() local 3263 if (!getBaseAndOffsetPosition(MI, BasePos, OffsetPos)) in getBaseAndOffset() 3285 unsigned &BasePos, unsigned &OffsetPos) const { in getBaseAndOffsetPosition() 3292 OffsetPos = 1; in getBaseAndOffsetPosition() 3295 OffsetPos = 1; in getBaseAndOffsetPosition() 3298 OffsetPos = 2; in getBaseAndOffsetPosition() 3304 OffsetPos++; in getBaseAndOffsetPosition() [all …]
|
| H A D | HexagonInstrInfo.h | 298 unsigned &OffsetPos) const override;
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachinePipeliner.h | 309 unsigned &OffsetPos, unsigned &NewBase,
|
| H A D | TargetInstrInfo.h | 1360 unsigned &OffsetPos) const { in getBaseAndOffsetPosition() argument
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 19268 const unsigned OffsetPos = 4; in legalizeSVEGatherPrefetchOffsVec() local 19269 SDValue Offset = N->getOperand(OffsetPos); in legalizeSVEGatherPrefetchOffsVec() 19280 Ops[OffsetPos] = Offset; in legalizeSVEGatherPrefetchOffsVec() 19292 const unsigned ImmPos = 4, OffsetPos = 3; in combineSVEPrefetchVecBaseImmOff() local 19299 std::swap(Ops[ImmPos], Ops[OffsetPos]); in combineSVEPrefetchVecBaseImmOff()
|