Searched refs:SelectAddr (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/BPF/ |
D | BPFISelDAGToDAG.cpp | 52 bool SelectAddr(SDValue Addr, SDValue &Base, SDValue &Offset); 58 bool BPFDAGToDAGISel::SelectAddr(SDValue Addr, SDValue &Base, SDValue &Offset) { in SelectAddr() function in BPFDAGToDAGISel
|
D | BPFInstrInfo.td | 57 def ADDRri : ComplexPattern<i64, 2, "SelectAddr", [], []>;
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelDAGToDAG.cpp | 119 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()
|
D | MSP430InstrInfo.td | 98 def addr : ComplexPattern<iPTR, 2, "SelectAddr", [], []>;
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 1141 // e.g. X86 addressing mode - def addr : ComplexPattern<4, "SelectAddr", [add]>;
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 179 bool SelectAddr(SDValue N, SDValue &Base) { in SelectAddr() function in __anon7bd595e20111::PPCDAGToDAGISel
|
D | PPCInstrInfo.td | 726 def addr : ComplexPattern<iPTR, 1, "SelectAddr",[], []>;
|