| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInsertHardClauses.cpp | 118 SmallVector<const MachineOperand *, 4> BaseOps; member 159 SmallVector<const MachineOperand *, 4> BaseOps; in runOnMachineFunction() local 161 if (!SII->getMemOperandsWithOffsetWidth(MI, BaseOps, Dummy1, Dummy2, in runOnMachineFunction() 177 !SII->shouldClusterMemOps(CI.BaseOps, BaseOps, 2, 2)))) { in runOnMachineFunction() 188 CI.BaseOps = std::move(BaseOps); in runOnMachineFunction() 192 CI = ClauseInfo{Type, &MI, &MI, 1, std::move(BaseOps)}; in runOnMachineFunction()
|
| H A D | SIInstrInfo.cpp | 270 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth() 306 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth() 326 BaseOps.push_back(RSrc); in getMemOperandsWithOffsetWidth() 329 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth() 337 BaseOps.push_back(SOffset); in getMemOperandsWithOffsetWidth() 351 BaseOps.push_back(&LdSt.getOperand(SRsrcIdx)); in getMemOperandsWithOffsetWidth() 356 BaseOps.push_back(&LdSt.getOperand(I)); in getMemOperandsWithOffsetWidth() 358 BaseOps.push_back(getNamedOperand(LdSt, AMDGPU::OpName::vaddr)); in getMemOperandsWithOffsetWidth() 371 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth() 384 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth() [all …]
|
| H A D | SIInstrInfo.h | 191 SmallVectorImpl<const MachineOperand *> &BaseOps, int64_t &Offset,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineScheduler.cpp | 1491 SmallVector<const MachineOperand *, 4> BaseOps; member 1495 MemOpInfo(SUnit *SU, ArrayRef<const MachineOperand *> BaseOps, in MemOpInfo() 1497 : SU(SU), BaseOps(BaseOps.begin(), BaseOps.end()), Offset(Offset), in MemOpInfo() 1522 if (std::lexicographical_compare(BaseOps.begin(), BaseOps.end(), in operator <() 1523 RHS.BaseOps.begin(), RHS.BaseOps.end(), in operator <() 1526 if (std::lexicographical_compare(RHS.BaseOps.begin(), RHS.BaseOps.end(), in operator <() 1527 BaseOps.begin(), BaseOps.end(), Compare)) in operator <() 1627 if (!TII->shouldClusterMemOps(MemOpa.BaseOps, MemOpb.BaseOps, ClusterLength, in clusterNeighboringMemOps() 1689 SmallVector<const MachineOperand *, 4> BaseOps; in collectMemOpRecords() local 1693 if (TII->getMemOperandsWithOffsetWidth(MI, BaseOps, Offset, in collectMemOpRecords() [all …]
|
| H A D | TargetInstrInfo.cpp | 1074 SmallVector<const MachineOperand *, 4> BaseOps; in getMemOperandWithOffset() local 1076 if (!getMemOperandsWithOffsetWidth(MI, BaseOps, Offset, OffsetIsScalable, in getMemOperandWithOffset() 1078 BaseOps.size() != 1) in getMemOperandWithOffset() 1080 BaseOp = BaseOps.front(); in getMemOperandWithOffset()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.h | 72 SmallVectorImpl<const MachineOperand *> &BaseOps, int64_t &Offset,
|
| H A D | LanaiInstrInfo.cpp | 799 const MachineInstr &LdSt, SmallVectorImpl<const MachineOperand *> &BaseOps, in getMemOperandsWithOffsetWidth() argument 818 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.h | 209 SmallVectorImpl<const MachineOperand *> &BaseOps, int64_t &Offset,
|
| H A D | HexagonInstrInfo.cpp | 2974 const MachineInstr &LdSt, SmallVectorImpl<const MachineOperand *> &BaseOps, in getMemOperandsWithOffsetWidth() argument 2981 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.h | 128 const MachineInstr &MI, SmallVectorImpl<const MachineOperand *> &BaseOps,
|
| H A D | AArch64InstrInfo.cpp | 2534 const MachineInstr &LdSt, SmallVectorImpl<const MachineOperand *> &BaseOps, in getMemOperandsWithOffsetWidth() argument 2544 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 337 SmallVectorImpl<const MachineOperand *> &BaseOps, int64_t &Offset,
|
| H A D | X86InstrInfo.cpp | 3788 const MachineInstr &MemOp, SmallVectorImpl<const MachineOperand *> &BaseOps, in getMemOperandsWithOffsetWidth() argument 3827 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.h | 546 SmallVectorImpl<const MachineOperand *> &BaseOps, int64_t &Offset,
|
| H A D | PPCInstrInfo.cpp | 2755 const MachineInstr &LdSt, SmallVectorImpl<const MachineOperand *> &BaseOps, in getMemOperandsWithOffsetWidth() argument 2762 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1345 const MachineInstr &MI, SmallVectorImpl<const MachineOperand *> &BaseOps, in getMemOperandsWithOffsetWidth() argument
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 3255 SmallVector<SDValue, 1> BaseOps(1, Cond); in visitSelect() local 3346 BaseOps.clear(); in visitSelect() 3352 BaseOps.clear(); in visitSelect() 3368 SmallVector<SDValue, 3> Ops(BaseOps.begin(), BaseOps.end()); in visitSelect()
|