Home
last modified time | relevance | path

Searched refs:selectAddr16 (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.h34 bool selectAddr16(SDValue Addr, SDValue &Base,
H A DMipsISelDAGToDAG.h93 virtual bool selectAddr16(SDValue Addr, SDValue &Base, SDValue &Offset);
H A DMipsISelDAGToDAG.cpp143 bool MipsDAGToDAGISel::selectAddr16(SDValue Addr, SDValue &Base, in selectAddr16() function in MipsDAGToDAGISel
H A DMips16ISelDAGToDAG.cpp167 bool Mips16DAGToDAGISel::selectAddr16(SDValue Addr, SDValue &Base, in selectAddr16() function in Mips16DAGToDAGISel
H A DMips16InstrInfo.td16 def addr16 : ComplexPattern<iPTR, 2, "selectAddr16", [frameindex]>;