Searched refs:FirstOpc (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ExpandImm.cpp | 261 unsigned FirstOpc; in expandMOVImmSimple() local 264 FirstOpc = (isNeg ? AArch64::MOVNWi : AArch64::MOVZWi); in expandMOVImmSimple() 266 FirstOpc = (isNeg ? AArch64::MOVNXi : AArch64::MOVZXi); in expandMOVImmSimple() 278 Insn.push_back({ FirstOpc, Imm16, in expandMOVImmSimple()
|
| H A D | AArch64InstrInfo.cpp | 3251 static bool canPairLdStOpc(unsigned FirstOpc, unsigned SecondOpc) { in canPairLdStOpc() argument 3252 if (FirstOpc == SecondOpc) in canPairLdStOpc() 3255 switch (FirstOpc) { in canPairLdStOpc() 3325 unsigned FirstOpc = FirstLdSt.getOpcode(); in shouldClusterMemOps() local 3327 if (!canPairLdStOpc(FirstOpc, SecondOpc)) in shouldClusterMemOps() 3338 if (hasUnscaledLdStOffset(FirstOpc) && !scaleOffset(FirstOpc, Offset1)) in shouldClusterMemOps() 3357 return shouldClusterFI(MFI, BaseOp1.getIndex(), Offset1, FirstOpc, in shouldClusterMemOps()
|
| H A D | AArch64ISelLowering.cpp | 10952 unsigned FirstOpc = FirstOp.getOpcode(); in tryLowerToSLI() local 10960 if ((FirstOpc == ISD::AND || FirstOpc == AArch64ISD::BICi) && in tryLowerToSLI() 10966 (FirstOpc == AArch64ISD::VSHL || FirstOpc == AArch64ISD::VLSHR)) { in tryLowerToSLI()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.cpp | 2796 static bool isClusterableLdStOpcPair(unsigned FirstOpc, unsigned SecondOpc, in isClusterableLdStOpcPair() argument 2798 switch (FirstOpc) { in isClusterableLdStOpcPair() 2805 return FirstOpc == SecondOpc; in isClusterableLdStOpcPair() 2842 unsigned FirstOpc = FirstLdSt.getOpcode(); in shouldClusterMemOps() local 2847 if (!isClusterableLdStOpcPair(FirstOpc, SecondOpc, Subtarget)) in shouldClusterMemOps()
|