Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp118 bool SelectAddr(SDValue Addr, SDValue &Base, SDValue &Disp);
254 bool MSP430DAGToDAGISel::SelectAddr(SDValue N, in SelectAddr() function in MSP430DAGToDAGISel
298 if (!SelectAddr(Op, Op0, Op1)) in SelectInlineAsmMemoryOperand()
H A DMSP430InstrInfo.td155 def addr : ComplexPattern<iPTR, 2, "SelectAddr", [], []>;
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp73 bool SelectAddr(SDValue Addr, SDValue &Base, SDValue &Offset);
109 bool BPFDAGToDAGISel::SelectAddr(SDValue Addr, SDValue &Base, SDValue &Offset) { in INITIALIZE_PASS()
174 if (!SelectAddr(Op, Op0, Op1)) in SelectInlineAsmMemoryOperand()
H A DBPFInstrInfo.td100 def ADDRri : ComplexPattern<i64, 2, "SelectAddr", [], []>;
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp39 bool SelectAddr(SDNode *Op, SDValue N, SDValue &Base, SDValue &Disp);
80 bool AVRDAGToDAGISel::SelectAddr(SDNode *Op, SDValue N, SDValue &Base, in SelectAddr() function in AVRDAGToDAGISel
239 if (SelectAddr(Op.getNode(), Op, Base, Disp)) { in SelectInlineAsmMemoryOperand()
H A DAVRInstrInfo.td235 def addr : ComplexPattern<iPTR, 2, "SelectAddr", [], [SDNPWantRoot]>;
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td2038 // e.g. X86 addressing mode - def addr : ComplexPattern<iPTR, 4, "SelectAddr", [add]>;
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp373 bool SelectAddr(SDValue N, SDValue &Base) { in SelectAddr() function in __anon010aa3800111::PPCDAGToDAGISel
H A DPPCInstrInfo.td683 def addr : ComplexPattern<iPTR, 1, "SelectAddr",[], []>;