Home
last modified time | relevance | path

Searched refs:SelectAddr (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/BPF/
DBPFISelDAGToDAG.cpp52 bool SelectAddr(SDValue Addr, SDValue &Base, SDValue &Offset);
58 bool BPFDAGToDAGISel::SelectAddr(SDValue Addr, SDValue &Base, SDValue &Offset) { in SelectAddr() function in BPFDAGToDAGISel
DBPFInstrInfo.td57 def ADDRri : ComplexPattern<i64, 2, "SelectAddr", [], []>;
/external/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp119 bool SelectAddr(SDValue Addr, SDValue &Base, SDValue &Disp);
244 bool MSP430DAGToDAGISel::SelectAddr(SDValue N, in SelectAddr() function in MSP430DAGToDAGISel
290 if (!SelectAddr(Op, Op0, Op1)) in SelectInlineAsmMemoryOperand()
DMSP430InstrInfo.td98 def addr : ComplexPattern<iPTR, 2, "SelectAddr", [], []>;
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td1141 // e.g. X86 addressing mode - def addr : ComplexPattern<4, "SelectAddr", [add]>;
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp179 bool SelectAddr(SDValue N, SDValue &Base) { in SelectAddr() function in __anon7bd595e20111::PPCDAGToDAGISel
DPPCInstrInfo.td726 def addr : ComplexPattern<iPTR, 1, "SelectAddr",[], []>;