Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2900 const MachineInstr &SecondLdSt = *BaseOp2.getParent(); in shouldClusterMemOps() local
2902 unsigned SecondOpc = SecondLdSt.getOpcode(); in shouldClusterMemOps()
2911 !isLdStSafeToCluster(SecondLdSt, TRI)) in shouldClusterMemOps()
2918 !getMemOperandWithOffsetWidth(SecondLdSt, Base2, Offset2, Width2, TRI) || in shouldClusterMemOps()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp2283 const MachineInstr &SecondLdSt = *BaseOps2.front()->getParent(); in shouldClusterMemOps() local
2284 if (!memOpsHaveSameBasePtr(FirstLdSt, BaseOps1, SecondLdSt, BaseOps2)) in shouldClusterMemOps()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp4261 const MachineInstr &SecondLdSt = *BaseOp2.getParent(); in shouldClusterMemOps() local
4276 if (!isPairableLdStInst(FirstLdSt) || !isPairableLdStInst(SecondLdSt)) in shouldClusterMemOps()
4281 unsigned SecondOpc = SecondLdSt.getOpcode(); in shouldClusterMemOps()
4288 !isCandidateToMergeOrPair(SecondLdSt)) in shouldClusterMemOps()
4296 int64_t Offset2 = SecondLdSt.getOperand(2).getImm(); in shouldClusterMemOps()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp560 const MachineInstr &SecondLdSt = *BaseOps2.front()->getParent(); in shouldClusterMemOps() local
561 if (!memOpsHaveSameBasePtr(FirstLdSt, BaseOps1, SecondLdSt, BaseOps2)) in shouldClusterMemOps()