Searched refs:OffsetPos (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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 | 191 unsigned BasePos, OffsetPos; in tryToCombine() local 194 if (!AII->getBaseAndOffsetPosition(Ldst, BasePos, OffsetPos)) { in tryToCombine() 200 MachineOperand &Offset = Ldst.getOperand(OffsetPos); in tryToCombine()
|
| H A D | ARCInstrInfo.h | 92 unsigned &OffsetPos) const override;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachinePipeliner.cpp | 925 unsigned BasePos = 0, OffsetPos = 0, NewBase = 0; in changeDependences() local 2169 unsigned &OffsetPos, in canUseLastOffsetValue() argument 2215 OffsetPos = OffsetPosLd; in canUseLastOffsetValue() 2230 unsigned BasePos, OffsetPos; in applyInstrChange() local 2231 if (!TII->getBaseAndOffsetPosition(*MI, BasePos, OffsetPos)) in applyInstrChange() 2249 NewMI->getOperand(OffsetPos).setImm(NewOffset); in applyInstrChange() 2556 unsigned BasePos, OffsetPos; in orderDependence() local 2852 unsigned BasePos, OffsetPos; in fixupRegisterOverlaps() local 2854 if (TII->getBaseAndOffsetPosition(*MI, BasePos, OffsetPos)) { in fixupRegisterOverlaps() 2858 MI->getOperand(OffsetPos).getImm() - It->second.second; in fixupRegisterOverlaps() [all …]
|
| H A D | ModuloSchedule.cpp | 1010 unsigned BasePos, OffsetPos; in cloneAndChangeInstr() local 1011 if (!TII->getBaseAndOffsetPosition(*OldMI, BasePos, OffsetPos)) in cloneAndChangeInstr() 1013 int64_t NewOffset = OldMI->getOperand(OffsetPos).getImm(); in cloneAndChangeInstr() 1017 NewMI->getOperand(OffsetPos).setImm(NewOffset); in cloneAndChangeInstr()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.cpp | 1959 unsigned BasePos = 0, OffsetPos = 0; in getIncrementValue() local 1960 if (!getBaseAndOffsetPosition(MI, BasePos, OffsetPos)) in getIncrementValue() 1962 const MachineOperand &OffsetOp = MI.getOperand(OffsetPos); in getIncrementValue() 3202 unsigned BasePos = 0, OffsetPos = 0; in getBaseAndOffset() local 3203 if (!getBaseAndOffsetPosition(MI, BasePos, OffsetPos)) in getBaseAndOffset() 3225 unsigned &BasePos, unsigned &OffsetPos) const { in getBaseAndOffsetPosition() 3232 OffsetPos = 1; in getBaseAndOffsetPosition() 3235 OffsetPos = 1; in getBaseAndOffsetPosition() 3238 OffsetPos = 2; in getBaseAndOffsetPosition() 3244 OffsetPos++; in getBaseAndOffsetPosition() [all …]
|
| H A D | HexagonInstrInfo.h | 297 unsigned &OffsetPos) const override;
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachinePipeliner.h | 300 unsigned &OffsetPos, unsigned &NewBase,
|
| H A D | TargetInstrInfo.h | 1356 unsigned &OffsetPos) const { in getBaseAndOffsetPosition() argument
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 16468 const unsigned OffsetPos = 4; in legalizeSVEGatherPrefetchOffsVec() local 16469 SDValue Offset = N->getOperand(OffsetPos); in legalizeSVEGatherPrefetchOffsVec() 16480 Ops[OffsetPos] = Offset; in legalizeSVEGatherPrefetchOffsVec() 16492 const unsigned ImmPos = 4, OffsetPos = 3; in combineSVEPrefetchVecBaseImmOff() local 16499 std::swap(Ops[ImmPos], Ops[OffsetPos]); in combineSVEPrefetchVecBaseImmOff()
|