Searched refs:SelectAddr (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelDAGToDAG.cpp | 114 bool SelectAddr(SDValue Addr, SDValue &Base, SDValue &Disp); 250 bool MSP430DAGToDAGISel::SelectAddr(SDValue N, in SelectAddr() function in MSP430DAGToDAGISel 294 if (!SelectAddr(Op, Op0, Op1)) in SelectInlineAsmMemoryOperand()
|
| H A D | MSP430InstrInfo.td | 155 def addr : ComplexPattern<iPTR, 2, "SelectAddr", [], []>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFISelDAGToDAG.cpp | 69 bool SelectAddr(SDValue Addr, SDValue &Base, SDValue &Offset); 105 bool BPFDAGToDAGISel::SelectAddr(SDValue Addr, SDValue &Base, SDValue &Offset) { in INITIALIZE_PASS() 170 if (!SelectAddr(Op, Op0, Op1)) in SelectInlineAsmMemoryOperand()
|
| H A D | BPFInstrInfo.td | 101 def ADDRri : ComplexPattern<i64, 2, "SelectAddr", [], []>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRISelDAGToDAG.cpp | 39 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 D | AVRInstrInfo.td | 257 def addr : ComplexPattern<iPTR, 2, "SelectAddr">;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 2223 // e.g. X86 addressing mode - def addr : ComplexPattern<iPTR, 4, "SelectAddr", [add]>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 373 bool SelectAddr(SDValue N, SDValue &Base) { in SelectAddr() function in __anon010aa3800111::PPCDAGToDAGISel
|
| H A D | PPCInstrInfo.td | 707 def addr : ComplexPattern<iPTR, 1, "SelectAddr",[], []>;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 12761 …1_7SDValueERS4_S5_S5_S5_S5_", "(anonymous namespace)::X86DAGToDAGISel::SelectAddr(llvm::SDNode*, l…
|