Home
last modified time | relevance | path

Searched refs:SelectADDRri (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp48 bool SelectADDRri(SDValue N, SDValue &Base, SDValue &Offset);
73 bool SparcDAGToDAGISel::SelectADDRri(SDValue Addr, in SelectADDRri() function in SparcDAGToDAGISel
197 SelectADDRri(Op, Op0, Op1); in SelectInlineAsmMemoryOperand()
DSparcInstrInfo.td67 def ADDRri : ComplexPattern<i32, 2, "SelectADDRri", [frameindex], []>;
/external/llvm/lib/Target/PTX/
DPTXISelDAGToDAG.cpp40 bool SelectADDRri(SDValue &Addr, SDValue &Base, SDValue &Offset);
212 bool PTXDAGToDAGISel::SelectADDRri(SDValue &Addr, SDValue &Base, in SelectADDRri() function in PTXDAGToDAGISel
DPTXInstrLoadStore.td74 def ADDRri32 : ComplexPattern<i32, 2, "SelectADDRri", [], []>;
75 def ADDRri64 : ComplexPattern<i64, 2, "SelectADDRri", [], []>;
/external/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp55 bool SelectADDRri(SDValue& N, SDValue &R1, SDValue &R2);
1273 bool HexagonDAGToDAGISel::SelectADDRri(SDValue& Addr, SDValue &Base, in SelectADDRri() function in HexagonDAGToDAGISel
DHexagonInstrInfo.td32 def ADDRri : ComplexPattern<i32, 2, "SelectADDRri", [frameindex], []>;