Searched refs:selectADDRri (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEISelDAGToDAG.cpp | 53 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 D | VEInstrInfo.td | 304 def ADDRri : ComplexPattern<iPTR, 2, "selectADDRri", [frameindex], []>;
|