Searched refs:FirstOpc (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64ExpandPseudoInsts.cpp | 533 unsigned FirstOpc; in expandMOVImmSimple() local 536 FirstOpc = (isNeg ? AArch64::MOVNWi : AArch64::MOVZWi); in expandMOVImmSimple() 538 FirstOpc = (isNeg ? AArch64::MOVNXi : AArch64::MOVZXi); in expandMOVImmSimple() 551 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(FirstOpc)) in expandMOVImmSimple()
|
| H A D | AArch64InstrInfo.cpp | 2139 static bool canPairLdStOpc(unsigned FirstOpc, unsigned SecondOpc) { in canPairLdStOpc() argument 2140 if (FirstOpc == SecondOpc) in canPairLdStOpc() 2143 switch (FirstOpc) { in canPairLdStOpc() 2207 unsigned FirstOpc = FirstLdSt.getOpcode(); in shouldClusterMemOps() local 2209 if (!canPairLdStOpc(FirstOpc, SecondOpc)) in shouldClusterMemOps() 2220 if (isUnscaledLdSt(FirstOpc) && !scaleOffset(FirstOpc, Offset1)) in shouldClusterMemOps() 2239 return shouldClusterFI(MFI, BaseOp1.getIndex(), Offset1, FirstOpc, in shouldClusterMemOps()
|