Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp7078 unsigned OffsetOpc = OffsetInst->getOpcode(); in selectExtendedSHL() local
7080 if (OffsetOpc != TargetOpcode::G_SHL && OffsetOpc != TargetOpcode::G_MUL) { in selectExtendedSHL()
7082 if (OffsetOpc != TargetOpcode::G_ZEXT || !WantsExt) in selectExtendedSHL()
7086 OffsetOpc = OffsetInst->getOpcode(); in selectExtendedSHL()
7089 if (OffsetOpc != TargetOpcode::G_SHL && OffsetOpc != TargetOpcode::G_MUL) in selectExtendedSHL()
7108 if (OffsetOpc == TargetOpcode::G_SHL) in selectExtendedSHL()
7124 if (OffsetOpc == TargetOpcode::G_MUL) { in selectExtendedSHL()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp22343 const auto OffsetOpc = Offset.getOpcode(); in performGLD1Combine() local
22345 OffsetOpc == AArch64ISD::ZERO_EXTEND_INREG_MERGE_PASSTHRU; in performGLD1Combine()
22347 OffsetOpc == AArch64ISD::SIGN_EXTEND_INREG_MERGE_PASSTHRU; in performGLD1Combine()