Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp451 ArrayRef<const MachineOperand *> BaseOps1, in memOpsHaveSameBasePtr() argument
457 if (BaseOps1.front()->isIdenticalTo(*BaseOps2.front())) in memOpsHaveSameBasePtr()
481 bool SIInstrInfo::shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1, in shouldClusterMemOps() argument
487 if (!BaseOps1.empty() && !BaseOps2.empty()) { in shouldClusterMemOps()
488 const MachineInstr &FirstLdSt = *BaseOps1.front()->getParent(); in shouldClusterMemOps()
490 if (!memOpsHaveSameBasePtr(FirstLdSt, BaseOps1, SecondLdSt, BaseOps2)) in shouldClusterMemOps()
492 } else if (!BaseOps1.empty() || !BaseOps2.empty()) { in shouldClusterMemOps()
3252 memOpsHaveSameBaseOperands(ArrayRef<const MachineOperand *> BaseOps1, in memOpsHaveSameBaseOperands() argument
3254 if (BaseOps1.size() != BaseOps2.size()) in memOpsHaveSameBaseOperands()
3256 for (size_t I = 0, E = BaseOps1.size(); I < E; ++I) { in memOpsHaveSameBaseOperands()
[all …]
H A DSIInstrInfo.h200 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h164 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
H A DAArch64InstrInfo.cpp3340 ArrayRef<const MachineOperand *> BaseOps1, in shouldClusterMemOps() argument
3343 assert(BaseOps1.size() == 1 && BaseOps2.size() == 1); in shouldClusterMemOps()
3344 const MachineOperand &BaseOp1 = *BaseOps1.front(); in shouldClusterMemOps()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h679 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
H A DPPCInstrInfo.cpp2902 ArrayRef<const MachineOperand *> BaseOps1, in shouldClusterMemOps() argument
2906 assert(BaseOps1.size() == 1 && BaseOps2.size() == 1); in shouldClusterMemOps()
2907 const MachineOperand &BaseOp1 = *BaseOps1.front(); in shouldClusterMemOps()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1449 virtual bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1, in shouldClusterMemOps() argument