Searched refs:selectAddrRr (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelDAGToDAG.cpp | 80 bool selectAddrRr(SDValue Addr, SDValue &R1, SDValue &R2, SDValue &AluOp); 247 bool LanaiDAGToDAGISel::selectAddrRr(SDValue Addr, SDValue &R1, SDValue &R2, in selectAddrRr() function in LanaiDAGToDAGISel 295 if (!selectAddrRr(Op, Op0, Op1, AluOp) && in SelectInlineAsmMemoryOperand()
|
| H A D | LanaiInstrInfo.td | 179 def ADDRrr : ComplexPattern<i32, 3, "selectAddrRr", [], []>;
|