Searched refs:SelectAddrRegImm (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelDAGToDAG.h | 52 bool SelectAddrRegImm(SDValue Addr, SDValue &Base, SDValue &Offset, 55 return SelectAddrRegImm(Addr, Base, Offset, true); in SelectAddrRegImmINX()
|
| H A D | RISCVISelDAGToDAG.cpp | 2203 bool Found = SelectAddrRegImm(Op, Op0, Op1); in SelectInlineAsmMemoryOperand() 2387 bool RISCVDAGToDAGISel::SelectAddrRegImm(SDValue Addr, SDValue &Base, in SelectAddrRegImm() function in RISCVDAGToDAGISel
|
| H A D | RISCVInstrInfo.td | 396 def AddrRegImm : ComplexPattern<iPTR, 2, "SelectAddrRegImm">;
|