Searched refs:FirstOpc (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp263 unsigned FirstOpc; local
266 FirstOpc = (isNeg ? AArch64::MOVNWi : AArch64::MOVZWi);
268 FirstOpc = (isNeg ? AArch64::MOVNXi : AArch64::MOVZXi);
280 Insn.push_back({ FirstOpc, Imm16,
H A DAArch64InstrInfo.cpp2319 static bool canPairLdStOpc(unsigned FirstOpc, unsigned SecondOpc) { argument
2320 if (FirstOpc == SecondOpc)
2323 switch (FirstOpc) {
2389 unsigned FirstOpc = FirstLdSt.getOpcode(); local
2391 if (!canPairLdStOpc(FirstOpc, SecondOpc))
2402 if (isUnscaledLdSt(FirstOpc) && !scaleOffset(FirstOpc, Offset1))
2421 return shouldClusterFI(MFI, BaseOp1.getIndex(), Offset1, FirstOpc,

Completed in 174 milliseconds