Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h153 ArrayRef<const MachineOperand *> BaseOps2,
H A DAArch64InstrInfo.cpp3145 ArrayRef<const MachineOperand *> BaseOps2, unsigned NumLoads, in shouldClusterMemOps() argument
3147 assert(BaseOps1.size() == 1 && BaseOps2.size() == 1); in shouldClusterMemOps()
3149 const MachineOperand &BaseOp2 = *BaseOps2.front(); in shouldClusterMemOps()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h553 ArrayRef<const MachineOperand *> BaseOps2,
H A DPPCInstrInfo.cpp2807 ArrayRef<const MachineOperand *> BaseOps2, unsigned NumLoads, in shouldClusterMemOps() argument
2810 assert(BaseOps1.size() == 1 && BaseOps2.size() == 1); in shouldClusterMemOps()
2812 const MachineOperand &BaseOp2 = *BaseOps2.front(); in shouldClusterMemOps()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp403 ArrayRef<const MachineOperand *> BaseOps2) { in memOpsHaveSameBasePtr() argument
407 if (BaseOps1.front()->isIdenticalTo(*BaseOps2.front())) in memOpsHaveSameBasePtr()
432 ArrayRef<const MachineOperand *> BaseOps2, in shouldClusterMemOps() argument
437 if (!BaseOps1.empty() && !BaseOps2.empty()) { in shouldClusterMemOps()
439 const MachineInstr &SecondLdSt = *BaseOps2.front()->getParent(); in shouldClusterMemOps()
440 if (!memOpsHaveSameBasePtr(FirstLdSt, BaseOps1, SecondLdSt, BaseOps2)) in shouldClusterMemOps()
442 } else if (!BaseOps1.empty() || !BaseOps2.empty()) { in shouldClusterMemOps()
2980 ArrayRef<const MachineOperand *> BaseOps2) { in memOpsHaveSameBaseOperands() argument
2981 if (BaseOps1.size() != BaseOps2.size()) in memOpsHaveSameBaseOperands()
2984 if (!BaseOps1[I]->isIdenticalTo(*BaseOps2[I])) in memOpsHaveSameBaseOperands()
H A DSIInstrInfo.h196 ArrayRef<const MachineOperand *> BaseOps2,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1399 ArrayRef<const MachineOperand *> BaseOps2, in shouldClusterMemOps() argument