Searched refs:OffsetPos (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
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()
|
D | ARCInstrInfo.h | 92 unsigned &OffsetPos) const override;
|
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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachinePipeliner.cpp | 844 unsigned BasePos = 0, OffsetPos = 0, NewBase = 0; in changeDependences() local 846 if (!canUseLastOffsetValue(I.getInstr(), BasePos, OffsetPos, NewBase, in changeDependences() 2096 unsigned &OffsetPos, in canUseLastOffsetValue() argument 2142 OffsetPos = OffsetPosLd; in canUseLastOffsetValue() 2157 unsigned BasePos, OffsetPos; in applyInstrChange() local 2158 if (!TII->getBaseAndOffsetPosition(*MI, BasePos, OffsetPos)) in applyInstrChange() 2175 MI->getOperand(OffsetPos).getImm() + RegAndOffset.second * OffsetDiff; in applyInstrChange() 2176 NewMI->getOperand(OffsetPos).setImm(NewOffset); in applyInstrChange() 2479 unsigned BasePos, OffsetPos; in orderDependence() local 2480 if (ST.getInstrInfo()->getBaseAndOffsetPosition(*MI, BasePos, OffsetPos)) in orderDependence() [all …]
|
D | ModuloSchedule.cpp | 1006 unsigned BasePos, OffsetPos; in cloneAndChangeInstr() local 1007 if (!TII->getBaseAndOffsetPosition(*OldMI, BasePos, OffsetPos)) in cloneAndChangeInstr() 1009 int64_t NewOffset = OldMI->getOperand(OffsetPos).getImm(); in cloneAndChangeInstr() 1013 NewMI->getOperand(OffsetPos).setImm(NewOffset); in cloneAndChangeInstr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.cpp | 1931 unsigned BasePos = 0, OffsetPos = 0; in getIncrementValue() local 1932 if (!getBaseAndOffsetPosition(MI, BasePos, OffsetPos)) in getIncrementValue() 1934 const MachineOperand &OffsetOp = MI.getOperand(OffsetPos); in getIncrementValue() 3168 unsigned BasePos = 0, OffsetPos = 0; in getBaseAndOffset() local 3169 if (!getBaseAndOffsetPosition(MI, BasePos, OffsetPos)) in getBaseAndOffset() 3177 const MachineOperand &OffsetOp = MI.getOperand(OffsetPos); in getBaseAndOffset() 3191 unsigned &BasePos, unsigned &OffsetPos) const { in getBaseAndOffsetPosition() 3198 OffsetPos = 1; in getBaseAndOffsetPosition() 3201 OffsetPos = 1; in getBaseAndOffsetPosition() 3204 OffsetPos = 2; in getBaseAndOffsetPosition() [all …]
|
D | HexagonInstrInfo.h | 296 unsigned &OffsetPos) const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachinePipeliner.h | 306 unsigned &OffsetPos, unsigned &NewBase,
|
D | TargetInstrInfo.h | 1256 unsigned &OffsetPos) const { in getBaseAndOffsetPosition() argument
|