Searched refs:SelectAddr (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/ |
H A D | MSP430ISelDAGToDAG.cpp | 119 bool SelectAddr(SDValue Addr, SDValue &Base, SDValue &Disp); 244 bool MSP430DAGToDAGISel::SelectAddr(SDValue N, in SelectAddr() function in MSP430DAGToDAGISel 288 if (!SelectAddr(Op, Op0, Op1)) in SelectInlineAsmMemoryOperand()
|
H A D | MSP430InstrInfo.td | 155 def addr : ComplexPattern<iPTR, 2, "SelectAddr", [], []>;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
H A D | BPFISelDAGToDAG.cpp | 74 bool SelectAddr(SDValue Addr, SDValue &Base, SDValue &Offset); 100 bool BPFDAGToDAGISel::SelectAddr(SDValue Addr, SDValue &Base, SDValue &Offset) { in SelectAddr() function in BPFDAGToDAGISel 167 if (!SelectAddr(Op, Op0, Op1)) in SelectInlineAsmMemoryOperand()
|
H A D | BPFInstrInfo.td | 72 def ADDRri : ComplexPattern<i64, 2, "SelectAddr", [], []>;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/ |
H A D | AVRISelDAGToDAG.cpp | 38 bool SelectAddr(SDNode *Op, SDValue N, SDValue &Base, SDValue &Disp); 64 bool AVRDAGToDAGISel::SelectAddr(SDNode *Op, SDValue N, SDValue &Base, in SelectAddr() function in llvm::AVRDAGToDAGISel 227 if (SelectAddr(Op.getNode(), Op, Base, Disp)) { in SelectInlineAsmMemoryOperand()
|
H A D | AVRInstrInfo.td | 245 def addr : ComplexPattern<iPTR, 2, "SelectAddr", [], [SDNPWantRoot]>;
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 1656 // e.g. X86 addressing mode - def addr : ComplexPattern<4, "SelectAddr", [add]>;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 350 bool SelectAddr(SDValue N, SDValue &Base) { in SelectAddr() function in __anon516d030b0111::PPCDAGToDAGISel
|
H A D | PPCInstrInfo.td | 1138 def addr : ComplexPattern<iPTR, 1, "SelectAddr",[], []>;
|