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.cpp7251 unsigned OffsetOpc = OffsetInst->getOpcode(); in selectExtendedSHL() local
7253 if (OffsetOpc != TargetOpcode::G_SHL && OffsetOpc != TargetOpcode::G_MUL) { in selectExtendedSHL()
7255 if (OffsetOpc != TargetOpcode::G_ZEXT || !WantsExt) in selectExtendedSHL()
7259 OffsetOpc = OffsetInst->getOpcode(); in selectExtendedSHL()
7262 if (OffsetOpc != TargetOpcode::G_SHL && OffsetOpc != TargetOpcode::G_MUL) in selectExtendedSHL()
7281 if (OffsetOpc == TargetOpcode::G_SHL) in selectExtendedSHL()
7297 if (OffsetOpc == TargetOpcode::G_MUL) { in selectExtendedSHL()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp23374 const auto OffsetOpc = Offset.getOpcode(); in performGLD1Combine() local
23376 OffsetOpc == AArch64ISD::ZERO_EXTEND_INREG_MERGE_PASSTHRU; in performGLD1Combine()
23378 OffsetOpc == AArch64ISD::SIGN_EXTEND_INREG_MERGE_PASSTHRU; in performGLD1Combine()