Home
last modified time | relevance | path

Searched refs:BaseOps (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertHardClauses.cpp174 SmallVector<const MachineOperand *, 4> BaseOps; member
212 SmallVector<const MachineOperand *, 4> BaseOps; in runOnMachineFunction() local
214 if (!SII->getMemOperandsWithOffsetWidth(MI, BaseOps, Dummy1, Dummy2, in runOnMachineFunction()
233 !SII->shouldClusterMemOps(CI.BaseOps, 0, false, BaseOps, 0, false, in runOnMachineFunction()
250 CI.BaseOps = std::move(BaseOps); in runOnMachineFunction()
255 CI = ClauseInfo{Type, &MI, &MI, 1, 0, std::move(BaseOps)}; in runOnMachineFunction()
H A DSIInstrInfo.cpp357 const MachineInstr &LdSt, SmallVectorImpl<const MachineOperand *> &BaseOps, in getMemOperandsWithOffsetWidth() argument
378 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth()
414 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth()
434 BaseOps.push_back(RSrc); in getMemOperandsWithOffsetWidth()
437 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth()
445 BaseOps.push_back(SOffset); in getMemOperandsWithOffsetWidth()
463 BaseOps.push_back(&LdSt.getOperand(SRsrcIdx)); in getMemOperandsWithOffsetWidth()
468 BaseOps.push_back(&LdSt.getOperand(I)); in getMemOperandsWithOffsetWidth()
470 BaseOps.push_back(getNamedOperand(LdSt, AMDGPU::OpName::vaddr)); in getMemOperandsWithOffsetWidth()
485 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth()
[all …]
H A DSIInstrInfo.h242 SmallVectorImpl<const MachineOperand *> &BaseOps, int64_t &Offset,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1738 SmallVector<const MachineOperand *, 4> BaseOps; member
1743 MemOpInfo(SUnit *SU, ArrayRef<const MachineOperand *> BaseOps, in MemOpInfo()
1745 : SU(SU), BaseOps(BaseOps.begin(), BaseOps.end()), Offset(Offset), in MemOpInfo()
1770 if (std::lexicographical_compare(BaseOps.begin(), BaseOps.end(), in operator <()
1771 RHS.BaseOps.begin(), RHS.BaseOps.end(), in operator <()
1774 if (std::lexicographical_compare(RHS.BaseOps.begin(), RHS.BaseOps.end(), in operator <()
1775 BaseOps.begin(), BaseOps.end(), Compare)) in operator <()
1885 if (!TII->shouldClusterMemOps(MemOpa.BaseOps, MemOpa.Offset, in clusterNeighboringMemOps()
1886 MemOpa.OffsetIsScalable, MemOpb.BaseOps, in clusterNeighboringMemOps()
1949 SmallVector<const MachineOperand *, 4> BaseOps; in collectMemOpRecords() local
[all …]
H A DTargetInstrInfo.cpp1427 SmallVector<const MachineOperand *, 4> BaseOps; in getMemOperandWithOffset() local
1429 if (!getMemOperandsWithOffsetWidth(MI, BaseOps, Offset, OffsetIsScalable, in getMemOperandWithOffset()
1431 BaseOps.size() != 1) in getMemOperandWithOffset()
1433 BaseOp = BaseOps.front(); in getMemOperandWithOffset()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h72 SmallVectorImpl<const MachineOperand *> &BaseOps, int64_t &Offset,
H A DLanaiInstrInfo.cpp796 const MachineInstr &LdSt, SmallVectorImpl<const MachineOperand *> &BaseOps, in getMemOperandsWithOffsetWidth() argument
815 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h170 const MachineInstr &MI, SmallVectorImpl<const MachineOperand *> &BaseOps,
H A DRISCVInstrInfo.cpp2611 const MachineInstr &LdSt, SmallVectorImpl<const MachineOperand *> &BaseOps, in getMemOperandsWithOffsetWidth() argument
2644 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h210 SmallVectorImpl<const MachineOperand *> &BaseOps, int64_t &Offset,
H A DHexagonInstrInfo.cpp3073 const MachineInstr &LdSt, SmallVectorImpl<const MachineOperand *> &BaseOps, in getMemOperandsWithOffsetWidth() argument
3080 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h399 SmallVectorImpl<const MachineOperand *> &BaseOps, int64_t &Offset,
H A DX86InstrInfo.cpp4615 const MachineInstr &MemOp, SmallVectorImpl<const MachineOperand *> &BaseOps, in getMemOperandsWithOffsetWidth() argument
4654 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h569 SmallVectorImpl<const MachineOperand *> &BaseOps, int64_t &Offset,
H A DPPCInstrInfo.cpp2838 const MachineInstr &LdSt, SmallVectorImpl<const MachineOperand *> &BaseOps, in getMemOperandsWithOffsetWidth() argument
2845 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h300 const MachineInstr &MI, SmallVectorImpl<const MachineOperand *> &BaseOps,
H A DAArch64InstrInfo.cpp2700 const MachineInstr &LdSt, SmallVectorImpl<const MachineOperand *> &BaseOps, in getMemOperandsWithOffsetWidth() argument
2714 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1484 const MachineInstr &MI, SmallVectorImpl<const MachineOperand *> &BaseOps, in getMemOperandsWithOffsetWidth() argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3699 SmallVector<SDValue, 1> BaseOps(1, Cond); in visitSelect() local
3788 BaseOps.clear(); in visitSelect()
3794 BaseOps.clear(); in visitSelect()
3809 SmallVector<SDValue, 3> Ops(BaseOps.begin(), BaseOps.end()); in visitSelect()