Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
HDMSP430ISelDAGToDAG.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()
HDMSP430InstrInfo.td155 def addr : ComplexPattern<iPTR, 2, "SelectAddr", [], []>;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/BPF/
HDBPFISelDAGToDAG.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()
HDBPFInstrInfo.td100 def ADDRri : ComplexPattern<i64, 2, "SelectAddr", [], []>;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AVR/
HDAVRISelDAGToDAG.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()
HDAVRInstrInfo.td235 def addr : ComplexPattern<iPTR, 2, "SelectAddr", [], [SDNPWantRoot]>;
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetSelectionDAG.td2038 // e.g. X86 addressing mode - def addr : ComplexPattern<iPTR, 4, "SelectAddr", [add]>;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelDAGToDAG.cpp373 bool SelectAddr(SDValue N, SDValue &Base) { in SelectAddr() function in __anonfb00cf9a0111::PPCDAGToDAGISel
HDPPCInstrInfo.td683 def addr : ComplexPattern<iPTR, 1, "SelectAddr",[], []>;