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

/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp6109 unsigned OffsetOpc = OffsetInst->getOpcode();
6111 if (OffsetOpc != TargetOpcode::G_SHL && OffsetOpc != TargetOpcode::G_MUL) {
6113 if (OffsetOpc != TargetOpcode::G_ZEXT || !WantsExt)
6117 OffsetOpc = OffsetInst->getOpcode();
6120 if (OffsetOpc != TargetOpcode::G_SHL && OffsetOpc != TargetOpcode::G_MUL)
6139 if (OffsetOpc == TargetOpcode::G_SHL)
6155 if (OffsetOpc == TargetOpcode::G_MUL) {
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp19020 const auto OffsetOpc = Offset.getOpcode(); local
19022 OffsetOpc == AArch64ISD::ZERO_EXTEND_INREG_MERGE_PASSTHRU;
19024 OffsetOpc == AArch64ISD::SIGN_EXTEND_INREG_MERGE_PASSTHRU;

Completed in 274 milliseconds