Searched refs:OffsetPos (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.h92 unsigned &OffsetPos) const override;
H A DARCInstrInfo.cpp426 unsigned &OffsetPos) const {
431 OffsetPos = 2;
435 OffsetPos++;
438 if (!MI.getOperand(BasePos).isReg() || !MI.getOperand(OffsetPos).isImm())
H A DARCOptAddrMode.cpp191 unsigned BasePos, OffsetPos; local
194 if (!AII->getBaseAndOffsetPosition(Ldst, BasePos, OffsetPos)) {
200 MachineOperand &Offset = Ldst.getOperand(OffsetPos);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp917 unsigned BasePos = 0, OffsetPos = 0, NewBase = 0; local
919 if (!canUseLastOffsetValue(I.getInstr(), BasePos, OffsetPos, NewBase,
2182 unsigned &OffsetPos,
2228 OffsetPos = OffsetPosLd;
2243 unsigned BasePos, OffsetPos; local
2244 if (!TII->getBaseAndOffsetPosition(*MI, BasePos, OffsetPos))
2261 MI->getOperand(OffsetPos).getImm() + RegAndOffset.second * OffsetDiff;
2262 NewMI->getOperand(OffsetPos).setImm(NewOffset);
2571 unsigned BasePos, OffsetPos; local
2572 if (ST.getInstrInfo()->getBaseAndOffsetPosition(*MI, BasePos, OffsetPos))
2180 canUseLastOffsetValue(MachineInstr *MI, unsigned &BasePos, unsigned &OffsetPos, unsigned &NewBase, int64_t &Offset) argument
2868 unsigned BasePos, OffsetPos; local
[all...]
H A DModuloSchedule.cpp1012 unsigned BasePos, OffsetPos; local
1013 if (!TII->getBaseAndOffsetPosition(*OldMI, BasePos, OffsetPos))
1015 int64_t NewOffset = OldMI->getOperand(OffsetPos).getImm();
1019 NewMI->getOperand(OffsetPos).setImm(NewOffset);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1958 unsigned BasePos = 0, OffsetPos = 0; local
1959 if (!getBaseAndOffsetPosition(MI, BasePos, OffsetPos))
1961 const MachineOperand &OffsetOp = MI.getOperand(OffsetPos);
3199 unsigned BasePos = 0, OffsetPos = 0; local
3200 if (!getBaseAndOffsetPosition(MI, BasePos, OffsetPos))
3208 const MachineOperand &OffsetOp = MI.getOperand(OffsetPos);
3222 unsigned &BasePos, unsigned &OffsetPos) const {
3229 OffsetPos = 1;
3232 OffsetPos = 1;
3235 OffsetPos
[all...]
H A DHexagonInstrInfo.h297 unsigned &OffsetPos) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h309 unsigned &OffsetPos, unsigned &NewBase,
H A DTargetInstrInfo.h1269 unsigned &OffsetPos) const {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13836 const unsigned OffsetPos = 4; local
13837 SDValue Offset = N->getOperand(OffsetPos);
13848 Ops[OffsetPos] = Offset;
13860 const unsigned ImmPos = 4, OffsetPos = 3; local
13867 std::swap(Ops[ImmPos], Ops[OffsetPos]);

Completed in 361 milliseconds