Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86GenDAGISel.inc29 /*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 …]
DX86ISelDAGToDAG.cpp202 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()
DX86InstrInfo.td440 def addr : ComplexPattern<iPTR, 5, "SelectAddr", [], [SDNPWantParent]>;
/external/llvm/lib/Target/BPF/
DBPFISelDAGToDAG.cpp52 bool SelectAddr(SDValue Addr, SDValue &Base, SDValue &Offset);
58 bool BPFDAGToDAGISel::SelectAddr(SDValue Addr, SDValue &Base, SDValue &Offset) { in SelectAddr() function in BPFDAGToDAGISel
DBPFInstrInfo.td57 def ADDRri : ComplexPattern<i64, 2, "SelectAddr", [], []>;
/external/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp118 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()
DMSP430InstrInfo.td98 def addr : ComplexPattern<iPTR, 2, "SelectAddr", [], []>;
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp123 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()
DMSP430InstrInfo.td98 def addr : ComplexPattern<iPTR, 2, "SelectAddr", [], []>;
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelDAGToDAG.cpp87 bool SelectAddr(SDValue N, SDValue &Base, SDValue &Offset);
113 SelectAddr(SDValue Addr, SDValue &Base, SDValue &Offset) { in SelectAddr() function in MipsDAGToDAGISel
DMipsInstrInfo.td212 def addr : ComplexPattern<iPTR, 2, "SelectAddr", [frameindex], []>;
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetSelectionDAG.td962 // e.g. X86 addressing mode - def addr : ComplexPattern<4, "SelectAddr", [add]>;
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td1165 // e.g. X86 addressing mode - def addr : ComplexPattern<4, "SelectAddr", [add]>;
/external/llvm/lib/Target/AVR/
DAVRInstrInfo.td184 def addr : ComplexPattern<iPTR, 2, "SelectAddr", [], [SDNPWantRoot]>;
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp174 bool SelectAddr(SDValue N, SDValue &Base) { in SelectAddr() function in __anon0e9c87610111::PPCDAGToDAGISel
DPPCInstrInfo.td772 def addr : ComplexPattern<iPTR, 1, "SelectAddr",[], []>;