Searched refs:OffsetPos (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCInstrInfo.cpp | 425 unsigned &OffsetPos) const { in getBaseAndOffsetPosition() 430 OffsetPos = 2; in getBaseAndOffsetPosition() 434 OffsetPos++; in getBaseAndOffsetPosition() 437 if (!MI.getOperand(BasePos).isReg() || !MI.getOperand(OffsetPos).isImm()) in getBaseAndOffsetPosition()
|
| H A D | ARCOptAddrMode.cpp | 201 unsigned BasePos, OffsetPos; in tryToCombine() local 204 if (!AII->getBaseAndOffsetPosition(Ldst, BasePos, OffsetPos)) { in tryToCombine() 210 MachineOperand &Offset = Ldst.getOperand(OffsetPos); in tryToCombine()
|
| H A D | ARCInstrInfo.h | 94 unsigned &OffsetPos) const override;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachinePipeliner.cpp | 962 unsigned BasePos = 0, OffsetPos = 0, NewBase = 0; in changeDependences() local 2556 unsigned &OffsetPos, in canUseLastOffsetValue() argument 2602 OffsetPos = OffsetPosLd; in canUseLastOffsetValue() 2617 unsigned BasePos, OffsetPos; in applyInstrChange() local 2618 if (!TII->getBaseAndOffsetPosition(*MI, BasePos, OffsetPos)) in applyInstrChange() 2636 NewMI->getOperand(OffsetPos).setImm(NewOffset); in applyInstrChange() 2939 unsigned BasePos, OffsetPos; in orderDependence() local 3304 unsigned BasePos, OffsetPos; in fixupRegisterOverlaps() local 3306 if (TII->getBaseAndOffsetPosition(*MI, BasePos, OffsetPos)) { in fixupRegisterOverlaps() 3310 MI->getOperand(OffsetPos).getImm() - It->second.second; in fixupRegisterOverlaps() [all …]
|
| H A D | ModuloSchedule.cpp | 1008 unsigned BasePos, OffsetPos; in cloneAndChangeInstr() local 1009 if (!TII->getBaseAndOffsetPosition(*OldMI, BasePos, OffsetPos)) in cloneAndChangeInstr() 1011 int64_t NewOffset = OldMI->getOperand(OffsetPos).getImm(); in cloneAndChangeInstr() 1015 NewMI->getOperand(OffsetPos).setImm(NewOffset); in cloneAndChangeInstr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.cpp | 2046 unsigned BasePos = 0, OffsetPos = 0; in getIncrementValue() local 2047 if (!getBaseAndOffsetPosition(MI, BasePos, OffsetPos)) in getIncrementValue() 2049 const MachineOperand &OffsetOp = MI.getOperand(OffsetPos); in getIncrementValue() 3272 unsigned BasePos = 0, OffsetPos = 0; in getBaseAndOffset() local 3273 if (!getBaseAndOffsetPosition(MI, BasePos, OffsetPos)) in getBaseAndOffset() 3295 unsigned &BasePos, unsigned &OffsetPos) const { in getBaseAndOffsetPosition() 3302 OffsetPos = 1; in getBaseAndOffsetPosition() 3305 OffsetPos = 1; in getBaseAndOffsetPosition() 3308 OffsetPos = 2; in getBaseAndOffsetPosition() 3314 OffsetPos++; in getBaseAndOffsetPosition() [all …]
|
| H A D | HexagonInstrInfo.h | 299 unsigned &OffsetPos) const override;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachinePipeliner.h | 312 unsigned &OffsetPos, unsigned &NewBase,
|
| H A D | TargetInstrInfo.h | 1459 unsigned &OffsetPos) const { in getBaseAndOffsetPosition() argument
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 23418 const unsigned OffsetPos = 4; in legalizeSVEGatherPrefetchOffsVec() local 23419 SDValue Offset = N->getOperand(OffsetPos); in legalizeSVEGatherPrefetchOffsVec() 23430 Ops[OffsetPos] = Offset; in legalizeSVEGatherPrefetchOffsVec() 23442 const unsigned ImmPos = 4, OffsetPos = 3; in combineSVEPrefetchVecBaseImmOff() local 23449 std::swap(Ops[ImmPos], Ops[OffsetPos]); in combineSVEPrefetchVecBaseImmOff()
|