Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h174 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
H A DRISCVInstrInfo.cpp2658 ArrayRef<const MachineOperand *> BaseOps1, in memOpsHaveSameBasePtr()
2664 if (BaseOps1.front()->isIdenticalTo(*BaseOps2.front())) in memOpsHaveSameBasePtr()
2689 ArrayRef<const MachineOperand *> BaseOps1, int64_t Offset1, in shouldClusterMemOps()
2695 if (!BaseOps1.empty() && !BaseOps2.empty()) { in shouldClusterMemOps()
2696 const MachineInstr &FirstLdSt = *BaseOps1.front()->getParent(); in shouldClusterMemOps()
2698 if (!memOpsHaveSameBasePtr(FirstLdSt, BaseOps1, SecondLdSt, BaseOps2)) in shouldClusterMemOps()
2700 } else if (!BaseOps1.empty() || !BaseOps2.empty()) { in shouldClusterMemOps()
2706 BaseOps1.front()->getParent()->getMF()->getSubtarget().getCacheLineSize(); in shouldClusterMemOps()
2651 memOpsHaveSameBasePtr(const MachineInstr & MI1,ArrayRef<const MachineOperand * > BaseOps1,const MachineInstr & MI2,ArrayRef<const MachineOperand * > BaseOps2) memOpsHaveSameBasePtr() argument
2682 shouldClusterMemOps(ArrayRef<const MachineOperand * > BaseOps1,int64_t Offset1,bool OffsetIsScalable1,ArrayRef<const MachineOperand * > BaseOps2,int64_t Offset2,bool OffsetIsScalable2,unsigned ClusterSize,unsigned NumBytes) const shouldClusterMemOps() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h324 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
H A DAArch64InstrInfo.cpp4312 ArrayRef<const MachineOperand *> BaseOps1, int64_t OpOffset1, in shouldClusterMemOps() argument
4316 assert(BaseOps1.size() == 1 && BaseOps2.size() == 1); in shouldClusterMemOps()
4317 const MachineOperand &BaseOp1 = *BaseOps1.front(); in shouldClusterMemOps()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h575 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
H A DPPCInstrInfo.cpp2889 ArrayRef<const MachineOperand *> BaseOps1, int64_t OpOffset1, in shouldClusterMemOps() argument
2894 assert(BaseOps1.size() == 1 && BaseOps2.size() == 1); in shouldClusterMemOps()
2895 const MachineOperand &BaseOp1 = *BaseOps1.front(); in shouldClusterMemOps()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp519 ArrayRef<const MachineOperand *> BaseOps1, in memOpsHaveSameBasePtr() argument
525 if (BaseOps1.front()->isIdenticalTo(*BaseOps2.front())) in memOpsHaveSameBasePtr()
549 bool SIInstrInfo::shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1, in shouldClusterMemOps() argument
557 if (!BaseOps1.empty() && !BaseOps2.empty()) { in shouldClusterMemOps()
558 const MachineInstr &FirstLdSt = *BaseOps1.front()->getParent(); in shouldClusterMemOps()
560 if (!memOpsHaveSameBasePtr(FirstLdSt, BaseOps1, SecondLdSt, BaseOps2)) in shouldClusterMemOps()
562 } else if (!BaseOps1.empty() || !BaseOps2.empty()) { in shouldClusterMemOps()
3678 memOpsHaveSameBaseOperands(ArrayRef<const MachineOperand *> BaseOps1, in memOpsHaveSameBaseOperands() argument
3680 if (BaseOps1.size() != BaseOps2.size()) in memOpsHaveSameBaseOperands()
3682 for (size_t I = 0, E = BaseOps1.size(); I < E; ++I) { in memOpsHaveSameBaseOperands()
[all …]
H A DSIInstrInfo.h246 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1561 virtual bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1, in shouldClusterMemOps() argument