| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIInsertHardClauses.cpp | 179 SmallVector<const MachineOperand *, 4> BaseOps; member 216 SmallVector<const MachineOperand *, 4> BaseOps; in runOnMachineFunction() local 218 if (!SII->getMemOperandsWithOffsetWidth(MI, BaseOps, Dummy1, Dummy2, in runOnMachineFunction() 235 !SII->shouldClusterMemOps(CI.BaseOps, BaseOps, 2, 2)))) { in runOnMachineFunction() 251 CI.BaseOps = std::move(BaseOps); in runOnMachineFunction() 256 CI = ClauseInfo{Type, &MI, &MI, 1, 0, std::move(BaseOps)}; in runOnMachineFunction()
|
| H A D | SIInstrInfo.cpp | 295 const MachineInstr &LdSt, SmallVectorImpl<const MachineOperand *> &BaseOps, in getMemOperandsWithOffsetWidth() argument 316 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth() 352 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth() 372 BaseOps.push_back(RSrc); in getMemOperandsWithOffsetWidth() 375 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth() 383 BaseOps.push_back(SOffset); in getMemOperandsWithOffsetWidth() 399 BaseOps.push_back(&LdSt.getOperand(SRsrcIdx)); in getMemOperandsWithOffsetWidth() 404 BaseOps.push_back(&LdSt.getOperand(I)); in getMemOperandsWithOffsetWidth() 406 BaseOps.push_back(getNamedOperand(LdSt, AMDGPU::OpName::vaddr)); in getMemOperandsWithOffsetWidth() 419 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth() [all …]
|
| H A D | SIInstrInfo.h | 196 SmallVectorImpl<const MachineOperand *> &BaseOps, int64_t &Offset,
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineScheduler.cpp | 1496 SmallVector<const MachineOperand *, 4> BaseOps; member 1500 MemOpInfo(SUnit *SU, ArrayRef<const MachineOperand *> BaseOps, in MemOpInfo() 1502 : SU(SU), BaseOps(BaseOps.begin(), BaseOps.end()), Offset(Offset), in MemOpInfo() 1527 if (std::lexicographical_compare(BaseOps.begin(), BaseOps.end(), in operator <() 1528 RHS.BaseOps.begin(), RHS.BaseOps.end(), in operator <() 1531 if (std::lexicographical_compare(RHS.BaseOps.begin(), RHS.BaseOps.end(), in operator <() 1532 BaseOps.begin(), BaseOps.end(), Compare)) in operator <() 1632 if (!TII->shouldClusterMemOps(MemOpa.BaseOps, MemOpb.BaseOps, ClusterLength, in clusterNeighboringMemOps() 1694 SmallVector<const MachineOperand *, 4> BaseOps; in collectMemOpRecords() local 1698 if (TII->getMemOperandsWithOffsetWidth(MI, BaseOps, Offset, in collectMemOpRecords() [all …]
|
| H A D | TargetInstrInfo.cpp | 1207 SmallVector<const MachineOperand *, 4> BaseOps; in getMemOperandWithOffset() local 1209 if (!getMemOperandsWithOffsetWidth(MI, BaseOps, Offset, OffsetIsScalable, in getMemOperandWithOffset() 1211 BaseOps.size() != 1) in getMemOperandWithOffset() 1213 BaseOp = BaseOps.front(); in getMemOperandWithOffset()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.h | 72 SmallVectorImpl<const MachineOperand *> &BaseOps, int64_t &Offset,
|
| H A D | LanaiInstrInfo.cpp | 795 const MachineInstr &LdSt, SmallVectorImpl<const MachineOperand *> &BaseOps, in getMemOperandsWithOffsetWidth() argument 814 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.h | 210 SmallVectorImpl<const MachineOperand *> &BaseOps, int64_t &Offset,
|
| H A D | HexagonInstrInfo.cpp | 3041 const MachineInstr &LdSt, SmallVectorImpl<const MachineOperand *> &BaseOps, in getMemOperandsWithOffsetWidth() argument 3048 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 343 SmallVectorImpl<const MachineOperand *> &BaseOps, int64_t &Offset,
|
| H A D | X86InstrInfo.cpp | 3828 const MachineInstr &MemOp, SmallVectorImpl<const MachineOperand *> &BaseOps, in getMemOperandsWithOffsetWidth() argument 3867 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.h | 140 const MachineInstr &MI, SmallVectorImpl<const MachineOperand *> &BaseOps,
|
| H A D | AArch64InstrInfo.cpp | 2586 const MachineInstr &LdSt, SmallVectorImpl<const MachineOperand *> &BaseOps, in getMemOperandsWithOffsetWidth() argument 2596 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.h | 673 SmallVectorImpl<const MachineOperand *> &BaseOps, int64_t &Offset,
|
| H A D | PPCInstrInfo.cpp | 2851 const MachineInstr &LdSt, SmallVectorImpl<const MachineOperand *> &BaseOps, in getMemOperandsWithOffsetWidth() argument 2858 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1396 const MachineInstr &MI, SmallVectorImpl<const MachineOperand *> &BaseOps, in getMemOperandsWithOffsetWidth() argument
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 3330 SmallVector<SDValue, 1> BaseOps(1, Cond); in visitSelect() local 3421 BaseOps.clear(); in visitSelect() 3427 BaseOps.clear(); in visitSelect() 3442 SmallVector<SDValue, 3> Ops(BaseOps.begin(), BaseOps.end()); in visitSelect()
|