Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp119 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 DMSP430InstrInfo.td155 def addr : ComplexPattern<iPTR, 2, "SelectAddr", [], []>;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp74 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 DBPFInstrInfo.td72 def ADDRri : ComplexPattern<i64, 2, "SelectAddr", [], []>;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp38 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 DAVRInstrInfo.td245 def addr : ComplexPattern<iPTR, 2, "SelectAddr", [], [SDNPWantRoot]>;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td1656 // e.g. X86 addressing mode - def addr : ComplexPattern<4, "SelectAddr", [add]>;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp350 bool SelectAddr(SDValue N, SDValue &Base) { in SelectAddr() function in __anon516d030b0111::PPCDAGToDAGISel
H A DPPCInstrInfo.td1138 def addr : ComplexPattern<iPTR, 1, "SelectAddr",[], []>;