/external/llvm/lib/Target/BPF/ |
D | BPFISelDAGToDAG.cpp | 52 bool SelectAddr(SDValue Addr, SDValue &Base, SDValue &Offset); 57 bool BPFDAGToDAGISel::SelectAddr(SDValue Addr, SDValue &Base, SDValue &Offset) { in SelectAddr() function in BPFDAGToDAGISel
|
D | BPFInstrInfo.td | 57 def ADDRri : ComplexPattern<i64, 2, "SelectAddr", [frameindex], []>;
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelDAGToDAG.cpp | 119 bool SelectAddr(SDValue Addr, SDValue &Base, SDValue &Disp); 244 bool MSP430DAGToDAGISel::SelectAddr(SDValue N, in SelectAddr() function in MSP430DAGToDAGISel 289 if (!SelectAddr(Op, Op0, Op1)) in SelectInlineAsmMemoryOperand()
|
D | MSP430InstrInfo.td | 98 def addr : ComplexPattern<iPTR, 2, "SelectAddr", [], []>;
|
/external/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 204 bool SelectAddr(SDNode *Parent, SDValue N, SDValue &Base, 1326 bool X86DAGToDAGISel::SelectAddr(SDNode *Parent, SDValue N, SDValue &Base, in SelectAddr() function in X86DAGToDAGISel 1383 if (!SelectAddr(LD, LD->getBasePtr(), Base, Scale, Index, Disp, Segment)) in SelectScalarSSELoad() 1401 if (!SelectAddr(LD, LD->getBasePtr(), Base, Scale, Index, Disp, Segment)) in SelectScalarSSELoad() 1572 return SelectAddr(N.getNode(), in TryFoldLoad() 1782 if (!SelectAddr(Node, Ptr, Base, Scale, Index, Disp, Segment)) in SelectAtomicLoadArith() 2787 if (!SelectAddr(LoadNode, LoadNode->getBasePtr(), in Select() 2830 if (!SelectAddr(nullptr, Op, Op0, Op1, Op2, Op3, Op4)) in SelectInlineAsmMemoryOperand()
|
D | X86InstrInfo.td | 693 def addr : ComplexPattern<iPTR, 5, "SelectAddr", [], [SDNPWantParent]>;
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 1067 // e.g. X86 addressing mode - def addr : ComplexPattern<4, "SelectAddr", [add]>;
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 171 bool SelectAddr(SDValue N, SDValue &Base) { in SelectAddr() function in __anon7bd595e20111::PPCDAGToDAGISel
|
D | PPCInstrInfo.td | 708 def addr : ComplexPattern<iPTR, 1, "SelectAddr",[], []>;
|