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.cpp2915 const MachineInstr &FirstLdSt = *BaseOp1.getParent(); in shouldClusterMemOps() local
2917 unsigned FirstOpc = FirstLdSt.getOpcode(); in shouldClusterMemOps()
2926 if (!isLdStSafeToCluster(FirstLdSt, TRI) || in shouldClusterMemOps()
2933 if (!getMemOperandWithOffsetWidth(FirstLdSt, Base1, Offset1, Width1, TRI) || in shouldClusterMemOps()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp4319 const MachineInstr &FirstLdSt = *BaseOp1.getParent(); in shouldClusterMemOps() local
4335 if (!isPairableLdStInst(FirstLdSt) || !isPairableLdStInst(SecondLdSt)) in shouldClusterMemOps()
4339 unsigned FirstOpc = FirstLdSt.getOpcode(); in shouldClusterMemOps()
4346 if (!isCandidateToMergeOrPair(FirstLdSt) || in shouldClusterMemOps()
4351 int64_t Offset1 = FirstLdSt.getOperand(2).getImm(); in shouldClusterMemOps()
4370 FirstLdSt.getParent()->getParent()->getFrameInfo(); in shouldClusterMemOps()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp2696 const MachineInstr &FirstLdSt = *BaseOps1.front()->getParent(); in shouldClusterMemOps()
2698 if (!memOpsHaveSameBasePtr(FirstLdSt, BaseOps1, SecondLdSt, BaseOps2)) in shouldClusterMemOps()
2689 const MachineInstr &FirstLdSt = *BaseOps1.front()->getParent(); shouldClusterMemOps() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp558 const MachineInstr &FirstLdSt = *BaseOps1.front()->getParent(); in shouldClusterMemOps() local
560 if (!memOpsHaveSameBasePtr(FirstLdSt, BaseOps1, SecondLdSt, BaseOps2)) in shouldClusterMemOps()