Searched refs:FirstOpc (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/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 | 3292 static bool canPairLdStOpc(unsigned FirstOpc, unsigned SecondOpc) { in canPairLdStOpc() argument 3293 if (FirstOpc == SecondOpc) in canPairLdStOpc() 3296 switch (FirstOpc) { in canPairLdStOpc() 3366 unsigned FirstOpc = FirstLdSt.getOpcode(); in shouldClusterMemOps() local 3368 if (!canPairLdStOpc(FirstOpc, SecondOpc)) in shouldClusterMemOps() 3379 if (hasUnscaledLdStOffset(FirstOpc) && !scaleOffset(FirstOpc, Offset1)) in shouldClusterMemOps() 3398 return shouldClusterFI(MFI, BaseOp1.getIndex(), Offset1, FirstOpc, in shouldClusterMemOps()
|
| H A D | AArch64ISelLowering.cpp | 11976 unsigned FirstOpc = FirstOp.getOpcode(); in tryLowerToSLI() local 11984 if ((FirstOpc == ISD::AND || FirstOpc == AArch64ISD::BICi) && in tryLowerToSLI() 11990 (FirstOpc == AArch64ISD::VSHL || FirstOpc == AArch64ISD::VLSHR)) { in tryLowerToSLI()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.cpp | 2882 static bool isClusterableLdStOpcPair(unsigned FirstOpc, unsigned SecondOpc, in isClusterableLdStOpcPair() argument 2884 switch (FirstOpc) { in isClusterableLdStOpcPair() 2891 return FirstOpc == SecondOpc; in isClusterableLdStOpcPair() 2928 unsigned FirstOpc = FirstLdSt.getOpcode(); in shouldClusterMemOps() local 2933 if (!isClusterableLdStOpcPair(FirstOpc, SecondOpc, Subtarget)) in shouldClusterMemOps()
|