Home
last modified time | relevance | path

Searched refs:SecondLdSt (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCInstrInfo.cpp2916 const MachineInstr &SecondLdSt = *BaseOp2.getParent(); in shouldClusterMemOps() local
2918 unsigned SecondOpc = SecondLdSt.getOpcode(); in shouldClusterMemOps()
2927 !isLdStSafeToCluster(SecondLdSt, TRI)) in shouldClusterMemOps()
2934 !getMemOperandWithOffsetWidth(SecondLdSt, Base2, Offset2, Width2, TRI) || in shouldClusterMemOps()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64InstrInfo.cpp4320 const MachineInstr &SecondLdSt = *BaseOp2.getParent(); in shouldClusterMemOps() local
4335 if (!isPairableLdStInst(FirstLdSt) || !isPairableLdStInst(SecondLdSt)) in shouldClusterMemOps()
4340 unsigned SecondOpc = SecondLdSt.getOpcode(); in shouldClusterMemOps()
4347 !isCandidateToMergeOrPair(SecondLdSt)) in shouldClusterMemOps()
4355 int64_t Offset2 = SecondLdSt.getOperand(2).getImm(); in shouldClusterMemOps()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVInstrInfo.cpp2697 const MachineInstr &SecondLdSt = *BaseOps2.front()->getParent(); in shouldClusterMemOps() local
2698 if (!memOpsHaveSameBasePtr(FirstLdSt, BaseOps1, SecondLdSt, BaseOps2)) in shouldClusterMemOps()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIInstrInfo.cpp559 const MachineInstr &SecondLdSt = *BaseOps2.front()->getParent(); in shouldClusterMemOps() local
560 if (!memOpsHaveSameBasePtr(FirstLdSt, BaseOps1, SecondLdSt, BaseOps2)) in shouldClusterMemOps()