/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86GenDAGISel.inc | 29 /*22*/ OPC_CheckComplexPat, /*CP*/0, /*#*/2, // SelectAddr:$dst #3 #4 #5 #6 #7 44 /*57*/ OPC_CheckComplexPat, /*CP*/0, /*#*/2, // SelectAddr:$dst #3 #4 #5 #6 #7 52 /*76*/ OPC_CheckComplexPat, /*CP*/0, /*#*/2, // SelectAddr:$dst #3 #4 #5 #6 #7 65 /*103*/ OPC_CheckComplexPat, /*CP*/0, /*#*/2, // SelectAddr:$dst #3 #4 #5 #6 #7 80 /*138*/ OPC_CheckComplexPat, /*CP*/0, /*#*/2, // SelectAddr:$dst #3 #4 #5 #6 #7 100 /*181*/ OPC_CheckComplexPat, /*CP*/0, /*#*/2, // SelectAddr:$dst #3 #4 #5 #6 #7 108 /*200*/ OPC_CheckComplexPat, /*CP*/0, /*#*/2, // SelectAddr:$dst #3 #4 #5 #6 #7 120 /*225*/ OPC_CheckComplexPat, /*CP*/0, /*#*/2, // SelectAddr:$dst #3 #4 #5 #6 #7 138 /*265*/ OPC_CheckComplexPat, /*CP*/0, /*#*/2, // SelectAddr:$dst #3 #4 #5 #6 #7 156 /*305*/ OPC_CheckComplexPat, /*CP*/0, /*#*/2, // SelectAddr:$dst #3 #4 #5 #6 #7 [all …]
|
D | X86ISelDAGToDAG.cpp | 202 bool SelectAddr(SDNode *Parent, SDValue N, SDValue &Base, 1134 bool X86DAGToDAGISel::SelectAddr(SDNode *Parent, SDValue N, SDValue &Base, in SelectAddr() function in X86DAGToDAGISel 1189 if (!SelectAddr(LD, LD->getBasePtr(), Base, Scale, Index, Disp, Segment)) in SelectScalarSSELoad() 1207 if (!SelectAddr(LD, LD->getBasePtr(), Base, Scale, Index, Disp, Segment)) in SelectScalarSSELoad() 1313 return SelectAddr(N.getNode(), in TryFoldLoad() 1332 if (!SelectAddr(Node, In1, Tmp0, Tmp1, Tmp2, Tmp3, Tmp4)) in SelectAtomic64() 1360 if (!SelectAddr(Node, Ptr, Tmp0, Tmp1, Tmp2, Tmp3, Tmp4)) in SelectAtomicLoadAdd() 1572 if (!SelectAddr(Node, Ptr, Tmp0, Tmp1, Tmp2, Tmp3, Tmp4)) in SelectAtomicLoadArith() 2240 if (!SelectAddr(0, Op, Op0, Op1, Op2, Op3, Op4)) in SelectInlineAsmMemoryOperand()
|
D | X86InstrInfo.td | 440 def addr : ComplexPattern<iPTR, 5, "SelectAddr", [], [SDNPWantParent]>;
|
/external/llvm/lib/Target/BPF/ |
D | BPFISelDAGToDAG.cpp | 52 bool SelectAddr(SDValue Addr, SDValue &Base, SDValue &Offset); 58 bool BPFDAGToDAGISel::SelectAddr(SDValue Addr, SDValue &Base, SDValue &Offset) { in SelectAddr() function in BPFDAGToDAGISel
|
D | BPFInstrInfo.td | 57 def ADDRri : ComplexPattern<i64, 2, "SelectAddr", [], []>;
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelDAGToDAG.cpp | 118 bool SelectAddr(SDValue Addr, SDValue &Base, SDValue &Disp); 243 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/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
D | MSP430ISelDAGToDAG.cpp | 123 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()
|
D | MSP430InstrInfo.td | 98 def addr : ComplexPattern<iPTR, 2, "SelectAddr", [], []>;
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsISelDAGToDAG.cpp | 87 bool SelectAddr(SDValue N, SDValue &Base, SDValue &Offset); 113 SelectAddr(SDValue Addr, SDValue &Base, SDValue &Offset) { in SelectAddr() function in MipsDAGToDAGISel
|
D | MipsInstrInfo.td | 212 def addr : ComplexPattern<iPTR, 2, "SelectAddr", [frameindex], []>;
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetSelectionDAG.td | 962 // e.g. X86 addressing mode - def addr : ComplexPattern<4, "SelectAddr", [add]>;
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 1165 // e.g. X86 addressing mode - def addr : ComplexPattern<4, "SelectAddr", [add]>;
|
/external/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.td | 184 def addr : ComplexPattern<iPTR, 2, "SelectAddr", [], [SDNPWantRoot]>;
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 174 bool SelectAddr(SDValue N, SDValue &Base) { in SelectAddr() function in __anon0e9c87610111::PPCDAGToDAGISel
|
D | PPCInstrInfo.td | 772 def addr : ComplexPattern<iPTR, 1, "SelectAddr",[], []>;
|