Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp2526 auto UnwrapShl = [this, VT, MaxShiftAmount](SDValue N, SDValue &Index, in SelectAddrRegRegScale() local
2547 UnwrapShl(AddrB.getOperand(0), Index, Scale) && in SelectAddrRegRegScale()
2558 } else if (UnwrapShl(Addr.getOperand(0), Index, Scale)) { in SelectAddrRegRegScale()
2562 UnwrapShl(Addr.getOperand(1), Index, Scale); in SelectAddrRegRegScale()
2566 } else if (UnwrapShl(Addr, Index, Scale)) { in SelectAddrRegRegScale()