Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp123 bool SelectAddr(SDValue Addr, SDValue &Base, SDValue &Disp);
248 bool MSP430DAGToDAGISel::SelectAddr(SDValue N, in SelectAddr() function in MSP430DAGToDAGISel
292 if (!SelectAddr(Op, Op0, Op1)) in SelectInlineAsmMemoryOperand()
H A DMSP430InstrInfo.td156 def addr : ComplexPattern<iPTR, 2, "SelectAddr", [], []>;
/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp39 bool SelectAddr(SDNode *Op, SDValue N, SDValue &Base, SDValue &Disp);
65 bool AVRDAGToDAGISel::SelectAddr(SDNode *Op, SDValue N, SDValue &Base, in SelectAddr() function in llvm::AVRDAGToDAGISel
228 if (SelectAddr(Op.getNode(), Op, Base, Disp)) { in SelectInlineAsmMemoryOperand()
H A DAVRInstrInfo.td218 def addr : ComplexPattern<iPTR, 2, "SelectAddr", [], [SDNPWantRoot]>;
/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp76 bool SelectAddr(SDValue Addr, SDValue &Base, SDValue &Offset);
108 bool BPFDAGToDAGISel::SelectAddr(SDValue Addr, SDValue &Base, SDValue &Offset) { in SelectAddr() function in BPFDAGToDAGISel
175 if (!SelectAddr(Op, Op0, Op1)) in SelectInlineAsmMemoryOperand()
H A DBPFInstrInfo.td73 def ADDRri : ComplexPattern<i64, 2, "SelectAddr", [], []>;
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td1348 // e.g. X86 addressing mode - def addr : ComplexPattern<4, "SelectAddr", [add]>;
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp267 bool SelectAddr(SDValue N, SDValue &Base) { in SelectAddr() function in __anon93a3ca650111::PPCDAGToDAGISel
H A DPPCInstrInfo.td894 def addr : ComplexPattern<iPTR, 1, "SelectAddr",[], []>;