Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h165 ArrayRef<const MachineOperand *> BaseOps2,
H A DAArch64InstrInfo.cpp3341 ArrayRef<const MachineOperand *> BaseOps2, unsigned NumLoads, in shouldClusterMemOps() argument
3343 assert(BaseOps1.size() == 1 && BaseOps2.size() == 1); in shouldClusterMemOps()
3345 const MachineOperand &BaseOp2 = *BaseOps2.front(); in shouldClusterMemOps()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h680 ArrayRef<const MachineOperand *> BaseOps2,
H A DPPCInstrInfo.cpp2903 ArrayRef<const MachineOperand *> BaseOps2, unsigned NumLoads, in shouldClusterMemOps() argument
2906 assert(BaseOps1.size() == 1 && BaseOps2.size() == 1); in shouldClusterMemOps()
2908 const MachineOperand &BaseOp2 = *BaseOps2.front(); in shouldClusterMemOps()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp453 ArrayRef<const MachineOperand *> BaseOps2) { in memOpsHaveSameBasePtr() argument
457 if (BaseOps1.front()->isIdenticalTo(*BaseOps2.front())) in memOpsHaveSameBasePtr()
482 ArrayRef<const MachineOperand *> BaseOps2, in shouldClusterMemOps() argument
487 if (!BaseOps1.empty() && !BaseOps2.empty()) { in shouldClusterMemOps()
489 const MachineInstr &SecondLdSt = *BaseOps2.front()->getParent(); in shouldClusterMemOps()
490 if (!memOpsHaveSameBasePtr(FirstLdSt, BaseOps1, SecondLdSt, BaseOps2)) in shouldClusterMemOps()
492 } else if (!BaseOps1.empty() || !BaseOps2.empty()) { in shouldClusterMemOps()
3253 ArrayRef<const MachineOperand *> BaseOps2) { in memOpsHaveSameBaseOperands() argument
3254 if (BaseOps1.size() != BaseOps2.size()) in memOpsHaveSameBaseOperands()
3257 if (!BaseOps1[I]->isIdenticalTo(*BaseOps2[I])) in memOpsHaveSameBaseOperands()
H A DSIInstrInfo.h201 ArrayRef<const MachineOperand *> BaseOps2,
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1450 ArrayRef<const MachineOperand *> BaseOps2, in shouldClusterMemOps() argument