Home
last modified time | relevance | path

Searched refs:OffsetOpc (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp6948 unsigned OffsetOpc = OffsetInst->getOpcode(); in selectExtendedSHL() local
6950 if (OffsetOpc != TargetOpcode::G_SHL && OffsetOpc != TargetOpcode::G_MUL) { in selectExtendedSHL()
6952 if (OffsetOpc != TargetOpcode::G_ZEXT || !WantsExt) in selectExtendedSHL()
6956 OffsetOpc = OffsetInst->getOpcode(); in selectExtendedSHL()
6959 if (OffsetOpc != TargetOpcode::G_SHL && OffsetOpc != TargetOpcode::G_MUL) in selectExtendedSHL()
6978 if (OffsetOpc == TargetOpcode::G_SHL) in selectExtendedSHL()
6994 if (OffsetOpc == TargetOpcode::G_MUL) { in selectExtendedSHL()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp21025 const auto OffsetOpc = Offset.getOpcode(); in performGLD1Combine() local
21027 OffsetOpc == AArch64ISD::ZERO_EXTEND_INREG_MERGE_PASSTHRU; in performGLD1Combine()
21029 OffsetOpc == AArch64ISD::SIGN_EXTEND_INREG_MERGE_PASSTHRU; in performGLD1Combine()