Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelDAGToDAG.cpp80 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 DLanaiInstrInfo.td179 def ADDRrr : ComplexPattern<i32, 3, "selectAddrRr", [], []>;