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.cpp2899 const MachineInstr &FirstLdSt = *BaseOp1.getParent(); in shouldClusterMemOps() local
2901 unsigned FirstOpc = FirstLdSt.getOpcode(); in shouldClusterMemOps()
2910 if (!isLdStSafeToCluster(FirstLdSt, TRI) || in shouldClusterMemOps()
2917 if (!getMemOperandWithOffsetWidth(FirstLdSt, Base1, Offset1, Width1, TRI) || in shouldClusterMemOps()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp4260 const MachineInstr &FirstLdSt = *BaseOp1.getParent(); in shouldClusterMemOps() local
4276 if (!isPairableLdStInst(FirstLdSt) || !isPairableLdStInst(SecondLdSt)) in shouldClusterMemOps()
4280 unsigned FirstOpc = FirstLdSt.getOpcode(); in shouldClusterMemOps()
4287 if (!isCandidateToMergeOrPair(FirstLdSt) || in shouldClusterMemOps()
4292 int64_t Offset1 = FirstLdSt.getOperand(2).getImm(); in shouldClusterMemOps()
4311 FirstLdSt.getParent()->getParent()->getFrameInfo(); in shouldClusterMemOps()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp2282 const MachineInstr &FirstLdSt = *BaseOps1.front()->getParent(); in shouldClusterMemOps() local
2284 if (!memOpsHaveSameBasePtr(FirstLdSt, BaseOps1, SecondLdSt, BaseOps2)) in shouldClusterMemOps()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp559 const MachineInstr &FirstLdSt = *BaseOps1.front()->getParent(); in shouldClusterMemOps() local
561 if (!memOpsHaveSameBasePtr(FirstLdSt, BaseOps1, SecondLdSt, BaseOps2)) in shouldClusterMemOps()