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