Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h152 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
H A DAArch64InstrInfo.cpp3144 ArrayRef<const MachineOperand *> BaseOps1, in shouldClusterMemOps() argument
3147 assert(BaseOps1.size() == 1 && BaseOps2.size() == 1); in shouldClusterMemOps()
3148 const MachineOperand &BaseOp1 = *BaseOps1.front(); in shouldClusterMemOps()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp407 if (BaseOps1.front()->isIdenticalTo(*BaseOps2.front())) in memOpsHaveSameBasePtr()
437 if (!BaseOps1.empty() && !BaseOps2.empty()) { in shouldClusterMemOps()
438 const MachineInstr &FirstLdSt = *BaseOps1.front()->getParent(); in shouldClusterMemOps()
440 if (!memOpsHaveSameBasePtr(FirstLdSt, BaseOps1, SecondLdSt, BaseOps2)) in shouldClusterMemOps()
442 } else if (!BaseOps1.empty() || !BaseOps2.empty()) { in shouldClusterMemOps()
2979 memOpsHaveSameBaseOperands(ArrayRef<const MachineOperand *> BaseOps1, in memOpsHaveSameBaseOperands() argument
2981 if (BaseOps1.size() != BaseOps2.size()) in memOpsHaveSameBaseOperands()
2983 for (size_t I = 0, E = BaseOps1.size(); I < E; ++I) { in memOpsHaveSameBaseOperands()
2984 if (!BaseOps1[I]->isIdenticalTo(*BaseOps2[I])) in memOpsHaveSameBaseOperands()
3000 SmallVector<const MachineOperand *, 4> BaseOps0, BaseOps1; in checkInstOffsetsDoNotOverlap() local
[all …]
H A DSIInstrInfo.h195 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h552 bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1,
H A DPPCInstrInfo.cpp2806 ArrayRef<const MachineOperand *> BaseOps1, in shouldClusterMemOps() argument
2810 assert(BaseOps1.size() == 1 && BaseOps2.size() == 1); in shouldClusterMemOps()
2811 const MachineOperand &BaseOp1 = *BaseOps1.front(); in shouldClusterMemOps()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1398 virtual bool shouldClusterMemOps(ArrayRef<const MachineOperand *> BaseOps1, in shouldClusterMemOps() argument