Searched refs:BaseOps1 (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.h | 178 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
|
| H A D | RISCVInstrInfo.cpp | 3202 ArrayRef<const MachineOperand *> BaseOps1, in memOpsHaveSameBasePtr() argument 3208 if (BaseOps1.front()->isIdenticalTo(*BaseOps2.front())) in memOpsHaveSameBasePtr() 3233 ArrayRef<const MachineOperand *> BaseOps1, int64_t Offset1, in shouldClusterMemOps() argument 3239 if (!BaseOps1.empty() && !BaseOps2.empty()) { in shouldClusterMemOps() 3240 const MachineInstr &FirstLdSt = *BaseOps1.front()->getParent(); in shouldClusterMemOps() 3242 if (!memOpsHaveSameBasePtr(FirstLdSt, BaseOps1, SecondLdSt, BaseOps2)) in shouldClusterMemOps() 3244 } else if (!BaseOps1.empty() || !BaseOps2.empty()) { in shouldClusterMemOps() 3250 BaseOps1.front()->getParent()->getMF()->getSubtarget().getCacheLineSize(); in shouldClusterMemOps()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.cpp | 529 ArrayRef<const MachineOperand *> BaseOps1, in memOpsHaveSameBasePtr() argument 535 if (BaseOps1.front()->isIdenticalTo(*BaseOps2.front())) in memOpsHaveSameBasePtr() 559 bool SIInstrInfo::shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1, in shouldClusterMemOps() argument 568 if (!BaseOps1.empty() && !BaseOps2.empty()) { in shouldClusterMemOps() 569 const MachineInstr &FirstLdSt = *BaseOps1.front()->getParent(); in shouldClusterMemOps() 571 if (!memOpsHaveSameBasePtr(FirstLdSt, BaseOps1, SecondLdSt, BaseOps2)) in shouldClusterMemOps() 577 } else if (!BaseOps1.empty() || !BaseOps2.empty()) { in shouldClusterMemOps() 3803 memOpsHaveSameBaseOperands(ArrayRef<const MachineOperand *> BaseOps1, in memOpsHaveSameBaseOperands() argument 3805 if (BaseOps1.size() != BaseOps2.size()) in memOpsHaveSameBaseOperands() 3807 for (size_t I = 0, E = BaseOps1.size(); I < E; ++I) { in memOpsHaveSameBaseOperands() [all …]
|
| H A D | SIInstrInfo.h | 257 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.h | 685 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
|
| H A D | PPCInstrInfo.cpp | 2912 ArrayRef<const MachineOperand *> BaseOps1, int64_t OpOffset1, in shouldClusterMemOps() argument 2917 assert(BaseOps1.size() == 1 && BaseOps2.size() == 1); in shouldClusterMemOps() 2918 const MachineOperand &BaseOp1 = *BaseOps1.front(); in shouldClusterMemOps()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.h | 330 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
|
| H A D | AArch64InstrInfo.cpp | 4897 ArrayRef<const MachineOperand *> BaseOps1, int64_t OpOffset1, in shouldClusterMemOps() argument 4901 assert(BaseOps1.size() == 1 && BaseOps2.size() == 1); in shouldClusterMemOps() 4902 const MachineOperand &BaseOp1 = *BaseOps1.front(); in shouldClusterMemOps()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1627 virtual bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1, in shouldClusterMemOps() argument
|