Searched refs:BaseOps1 (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.h | 166 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
|
| H A D | AArch64InstrInfo.cpp | 3299 ArrayRef<const MachineOperand *> BaseOps1, in shouldClusterMemOps() argument 3302 assert(BaseOps1.size() == 1 && BaseOps2.size() == 1); in shouldClusterMemOps() 3303 const MachineOperand &BaseOp1 = *BaseOps1.front(); in shouldClusterMemOps()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.cpp | 460 if (BaseOps1.front()->isIdenticalTo(*BaseOps2.front())) in memOpsHaveSameBasePtr() 490 if (!BaseOps1.empty() && !BaseOps2.empty()) { in shouldClusterMemOps() 491 const MachineInstr &FirstLdSt = *BaseOps1.front()->getParent(); in shouldClusterMemOps() 493 if (!memOpsHaveSameBasePtr(FirstLdSt, BaseOps1, SecondLdSt, BaseOps2)) in shouldClusterMemOps() 495 } else if (!BaseOps1.empty() || !BaseOps2.empty()) { in shouldClusterMemOps() 3118 memOpsHaveSameBaseOperands(ArrayRef<const MachineOperand *> BaseOps1, in memOpsHaveSameBaseOperands() argument 3120 if (BaseOps1.size() != BaseOps2.size()) in memOpsHaveSameBaseOperands() 3122 for (size_t I = 0, E = BaseOps1.size(); I < E; ++I) { in memOpsHaveSameBaseOperands() 3123 if (!BaseOps1[I]->isIdenticalTo(*BaseOps2[I])) in memOpsHaveSameBaseOperands() 3139 SmallVector<const MachineOperand *, 4> BaseOps0, BaseOps1; in checkInstOffsetsDoNotOverlap() local [all …]
|
| H A D | SIInstrInfo.h | 201 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.h | 647 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
|
| H A D | PPCInstrInfo.cpp | 2816 ArrayRef<const MachineOperand *> BaseOps1, in shouldClusterMemOps() argument 2820 assert(BaseOps1.size() == 1 && BaseOps2.size() == 1); in shouldClusterMemOps() 2821 const MachineOperand &BaseOp1 = *BaseOps1.front(); in shouldClusterMemOps()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1402 virtual bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1, in shouldClusterMemOps() argument
|