Searched refs:BaseOps2 (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.h | 153 ArrayRef<const MachineOperand *> BaseOps2,
|
| H A D | AArch64InstrInfo.cpp | 3089 ArrayRef<const MachineOperand *> BaseOps2, unsigned NumLoads, in shouldClusterMemOps() argument 3091 assert(BaseOps1.size() == 1 && BaseOps2.size() == 1); in shouldClusterMemOps() 3093 const MachineOperand &BaseOp2 = *BaseOps2.front(); in shouldClusterMemOps()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.h | 548 ArrayRef<const MachineOperand *> BaseOps2,
|
| H A D | PPCInstrInfo.cpp | 2789 ArrayRef<const MachineOperand *> BaseOps2, unsigned NumLoads, in shouldClusterMemOps() argument 2792 assert(BaseOps1.size() == 1 && BaseOps2.size() == 1); in shouldClusterMemOps() 2794 const MachineOperand &BaseOp2 = *BaseOps2.front(); in shouldClusterMemOps()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.cpp | 399 ArrayRef<const MachineOperand *> BaseOps2) { in memOpsHaveSameBasePtr() argument 403 if (BaseOps1.front()->isIdenticalTo(*BaseOps2.front())) in memOpsHaveSameBasePtr() 428 ArrayRef<const MachineOperand *> BaseOps2, in shouldClusterMemOps() argument 433 if (!BaseOps1.empty() && !BaseOps2.empty()) { in shouldClusterMemOps() 435 const MachineInstr &SecondLdSt = *BaseOps2.front()->getParent(); in shouldClusterMemOps() 436 if (!memOpsHaveSameBasePtr(FirstLdSt, BaseOps1, SecondLdSt, BaseOps2)) in shouldClusterMemOps() 438 } else if (!BaseOps1.empty() || !BaseOps2.empty()) { in shouldClusterMemOps() 2927 ArrayRef<const MachineOperand *> BaseOps2) { in memOpsHaveSameBaseOperands() argument 2928 if (BaseOps1.size() != BaseOps2.size()) in memOpsHaveSameBaseOperands() 2931 if (!BaseOps1[I]->isIdenticalTo(*BaseOps2[I])) in memOpsHaveSameBaseOperands()
|
| H A D | SIInstrInfo.h | 195 ArrayRef<const MachineOperand *> BaseOps2,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1386 ArrayRef<const MachineOperand *> BaseOps2, in shouldClusterMemOps() argument
|