Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2938 const MachineInstr &FirstLdSt = *BaseOp1.getParent(); in shouldClusterMemOps() local
2940 unsigned FirstOpc = FirstLdSt.getOpcode(); in shouldClusterMemOps()
2949 if (!isLdStSafeToCluster(FirstLdSt, TRI) || in shouldClusterMemOps()
2957 if (!getMemOperandWithOffsetWidth(FirstLdSt, Base1, Offset1, Width1, TRI) || in shouldClusterMemOps()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp4904 const MachineInstr &FirstLdSt = *BaseOp1.getParent(); in shouldClusterMemOps() local
4920 if (!isPairableLdStInst(FirstLdSt) || !isPairableLdStInst(SecondLdSt)) in shouldClusterMemOps()
4924 unsigned FirstOpc = FirstLdSt.getOpcode(); in shouldClusterMemOps()
4931 if (!isCandidateToMergeOrPair(FirstLdSt) || in shouldClusterMemOps()
4936 int64_t Offset1 = FirstLdSt.getOperand(2).getImm(); in shouldClusterMemOps()
4955 FirstLdSt.getParent()->getParent()->getFrameInfo(); in shouldClusterMemOps()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp3240 const MachineInstr &FirstLdSt = *BaseOps1.front()->getParent(); in shouldClusterMemOps() local
3242 if (!memOpsHaveSameBasePtr(FirstLdSt, BaseOps1, SecondLdSt, BaseOps2)) in shouldClusterMemOps()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp569 const MachineInstr &FirstLdSt = *BaseOps1.front()->getParent(); in shouldClusterMemOps() local
571 if (!memOpsHaveSameBasePtr(FirstLdSt, BaseOps1, SecondLdSt, BaseOps2)) in shouldClusterMemOps()
575 FirstLdSt.getMF()->getInfo<SIMachineFunctionInfo>(); in shouldClusterMemOps()