Home
last modified time | relevance | path

Searched refs:BasePos (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCOptAddrMode.cpp172 unsigned BasePos, OffPos; in isLoadStoreThatCanHandleDisplacement() local
173 if (!TII->getBaseAndOffsetPosition(MI, BasePos, OffPos)) in isLoadStoreThatCanHandleDisplacement()
191 unsigned BasePos, OffsetPos; in tryToCombine() local
194 if (!AII->getBaseAndOffsetPosition(Ldst, BasePos, OffsetPos)) { in tryToCombine()
199 MachineOperand &Base = Ldst.getOperand(BasePos); in tryToCombine()
278 unsigned BasePos, OffPos; in canJoinInstructions() local
280 if (!AII->getBaseAndOffsetPosition(*Ldst, BasePos, OffPos)) { in canJoinInstructions()
287 Register BaseReg = Ldst->getOperand(BasePos).getReg(); in canJoinInstructions()
368 unsigned BasePos, OffPos; in fixPastUses() local
373 BasePos = 1; in fixPastUses()
[all …]
DARCInstrInfo.cpp425 unsigned &BasePos, in getBaseAndOffsetPosition() argument
430 BasePos = 1; in getBaseAndOffsetPosition()
434 BasePos++; in getBaseAndOffsetPosition()
438 if (!MI.getOperand(BasePos).isReg() || !MI.getOperand(OffsetPos).isImm()) in getBaseAndOffsetPosition()
DARCInstrInfo.h91 unsigned &BasePos,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp844 unsigned BasePos = 0, OffsetPos = 0, NewBase = 0; in changeDependences() local
846 if (!canUseLastOffsetValue(I.getInstr(), BasePos, OffsetPos, NewBase, in changeDependences()
851 Register OrigBase = I.getInstr()->getOperand(BasePos).getReg(); in changeDependences()
2095 unsigned &BasePos, in canUseLastOffsetValue() argument
2141 BasePos = BasePosLd; in canUseLastOffsetValue()
2157 unsigned BasePos, OffsetPos; in applyInstrChange() local
2158 if (!TII->getBaseAndOffsetPosition(*MI, BasePos, OffsetPos)) in applyInstrChange()
2160 Register BaseReg = MI->getOperand(BasePos).getReg(); in applyInstrChange()
2170 NewMI->getOperand(BasePos).setReg(RegAndOffset.first); in applyInstrChange()
2479 unsigned BasePos, OffsetPos; in orderDependence() local
[all …]
DModuloSchedule.cpp1006 unsigned BasePos, OffsetPos; in cloneAndChangeInstr() local
1007 if (!TII->getBaseAndOffsetPosition(*OldMI, BasePos, OffsetPos)) in cloneAndChangeInstr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp1931 unsigned BasePos = 0, OffsetPos = 0; in getIncrementValue() local
1932 if (!getBaseAndOffsetPosition(MI, BasePos, OffsetPos)) in getIncrementValue()
3168 unsigned BasePos = 0, OffsetPos = 0; in getBaseAndOffset() local
3169 if (!getBaseAndOffsetPosition(MI, BasePos, OffsetPos)) in getBaseAndOffset()
3183 const MachineOperand &BaseOp = MI.getOperand(BasePos); in getBaseAndOffset()
3191 unsigned &BasePos, unsigned &OffsetPos) const { in getBaseAndOffsetPosition() argument
3197 BasePos = 0; in getBaseAndOffsetPosition()
3200 BasePos = 0; in getBaseAndOffsetPosition()
3203 BasePos = 1; in getBaseAndOffsetPosition()
3209 BasePos++; in getBaseAndOffsetPosition()
[all …]
DHexagonInstrInfo.h295 bool getBaseAndOffsetPosition(const MachineInstr &MI, unsigned &BasePos,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachinePipeliner.h305 bool canUseLastOffsetValue(MachineInstr *MI, unsigned &BasePos,
DTargetInstrInfo.h1255 unsigned &BasePos, in getBaseAndOffsetPosition() argument