Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.h50 bool SelectAddrRegImm9(SDValue Addr, SDValue &Base, SDValue &Offset);
H A DRISCVInstrInfoXMips.td36 def AddrRegImm9 : ComplexPattern<iPTR, 2, "SelectAddrRegImm9">;
H A DRISCVISelDAGToDAG.cpp2943 bool RISCVDAGToDAGISel::SelectAddrRegImm9(SDValue Addr, SDValue &Base, in SelectAddrRegImm9() function in RISCVDAGToDAGISel