Searched refs:OffsetPos (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachinePipeliner.cpp | 684 unsigned BasePos = 0, OffsetPos = 0, NewBase = 0; in changeDependences() local 2752 unsigned BasePos, OffsetPos; in cloneAndChangeInstr() local 2755 int64_t NewOffset = OldMI->getOperand(OffsetPos).getImm(); in cloneAndChangeInstr() 2759 NewMI->getOperand(OffsetPos).setImm(NewOffset); in cloneAndChangeInstr() 2996 OffsetPos = OffsetPosLd; in canUseLastOffsetValue() 3011 unsigned BasePos, OffsetPos; in applyInstrChange() local 3012 if (!TII->getBaseAndOffsetPosition(*MI, BasePos, OffsetPos)) in applyInstrChange() 3030 NewMI->getOperand(OffsetPos).setImm(NewOffset); in applyInstrChange() 3307 unsigned BasePos, OffsetPos; in orderDependence() local 3594 unsigned BasePos, OffsetPos; in fixupRegisterOverlaps() local [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.cpp | 1886 unsigned BasePos = 0, OffsetPos = 0; in getIncrementValue() local 1887 if (!getBaseAndOffsetPosition(MI, BasePos, OffsetPos)) in getIncrementValue() 1889 const MachineOperand &OffsetOp = MI.getOperand(OffsetPos); in getIncrementValue() 3124 unsigned BasePos = 0, OffsetPos = 0; in getBaseAndOffset() local 3125 if (!getBaseAndOffsetPosition(MI, BasePos, OffsetPos)) in getBaseAndOffset() 3147 unsigned &BasePos, unsigned &OffsetPos) const { in getBaseAndOffsetPosition() 3154 OffsetPos = 1; in getBaseAndOffsetPosition() 3157 OffsetPos = 1; in getBaseAndOffsetPosition() 3160 OffsetPos = 2; in getBaseAndOffsetPosition() 3166 OffsetPos++; in getBaseAndOffsetPosition() [all …]
|
| H A D | HexagonInstrInfo.h | 305 unsigned &OffsetPos) const override;
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | MachinePipeliner.h | 346 unsigned &OffsetPos, unsigned &NewBase,
|
| H A D | TargetInstrInfo.h | 1152 unsigned &OffsetPos) const { in getBaseAndOffsetPosition() argument
|