Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelDAGToDAG.cpp53 bool selectADDRri(SDValue N, SDValue &Base, SDValue &Offset);
167 bool VEDAGToDAGISel::selectADDRri(SDValue Addr, SDValue &Base, in selectADDRri() function in VEDAGToDAGISel
320 if (selectADDRri(Op, Op0, Op1)) { in SelectInlineAsmMemoryOperand()
H A DVEInstrInfo.td304 def ADDRri : ComplexPattern<iPTR, 2, "selectADDRri", [frameindex], []>;