/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 217 bool selectLEAAddr(SDValue N, SDValue &Base, 1586 if (!selectLEAAddr(N, Base, Scale, Index, Disp, Segment)) in selectLEA64_32Addr() 1622 bool X86DAGToDAGISel::selectLEAAddr(SDValue N, in selectLEAAddr() function in X86DAGToDAGISel
|
H A D | X86InstrInfo.td | 741 def lea32addr : ComplexPattern<i32, 5, "selectLEAAddr", 756 def lea64addr : ComplexPattern<i64, 5, "selectLEAAddr",
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 228 bool selectLEAAddr(SDValue N, SDValue &Base, 2464 if (!selectLEAAddr(N, Base, Scale, Index, Disp, Segment)) in selectLEA64_32Addr() 2495 bool X86DAGToDAGISel::selectLEAAddr(SDValue N, in selectLEAAddr() function in X86DAGToDAGISel
|
H A D | X86InstrInfo.td | 806 def lea32addr : ComplexPattern<i32, 5, "selectLEAAddr", 821 def lea64addr : ComplexPattern<i64, 5, "selectLEAAddr",
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 227 bool selectLEAAddr(SDValue N, SDValue &Base, 2711 if (!selectLEAAddr(N, Base, Scale, Index, Disp, Segment)) in selectLEA64_32Addr() 2742 bool X86DAGToDAGISel::selectLEAAddr(SDValue N, in selectLEAAddr() function in X86DAGToDAGISel
|
H A D | X86InstrInfo.td | 838 def lea32addr : ComplexPattern<i32, 5, "selectLEAAddr", 853 def lea64addr : ComplexPattern<i64, 5, "selectLEAAddr",
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
H A D | X86GenDAGISel.inc | 19597 /* 39510*/ OPC_CheckComplexPat, /*CP*/4, /*#*/0, // selectLEAAddr:$src #1 #2 #3 #4 #5 19611 /* 39544*/ OPC_CheckComplexPat, /*CP*/6, /*#*/0, // selectLEAAddr:$src #1 #2 #3 #4 #5 32463 /* 67361*/ OPC_CheckComplexPat, /*CP*/4, /*#*/0, // selectLEAAddr:$src #1 #2 #3 #4 #5 32477 /* 67395*/ OPC_CheckComplexPat, /*CP*/6, /*#*/0, // selectLEAAddr:$src #1 #2 #3 #4 #5 43633 /* 91240*/ OPC_CheckComplexPat, /*CP*/4, /*#*/0, // selectLEAAddr:$src #1 #2 #3 #4 #5 43647 /* 91274*/ OPC_CheckComplexPat, /*CP*/6, /*#*/0, // selectLEAAddr:$src #1 #2 #3 #4 #5 45120 /* 94401*/ OPC_CheckComplexPat, /*CP*/4, /*#*/0, // selectLEAAddr:$src #1 #2 #3 #4 #5 45134 /* 94435*/ OPC_CheckComplexPat, /*CP*/6, /*#*/0, // selectLEAAddr:$src #1 #2 #3 #4 #5 46029 /* 96335*/ OPC_CheckComplexPat, /*CP*/4, /*#*/0, // selectLEAAddr:$src #1 #2 #3 #4 #5 46043 /* 96369*/ OPC_CheckComplexPat, /*CP*/6, /*#*/0, // selectLEAAddr:$src #1 #2 #3 #4 #5 [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/configs/common/lib/Target/X86/ |
H A D | X86GenDAGISel.inc | 286781 …return selectLEAAddr(N, Result[NextRes+0].first, Result[NextRes+1].first, Result[NextRes+2].first,… 286787 …return selectLEAAddr(N, Result[NextRes+0].first, Result[NextRes+1].first, Result[NextRes+2].first,…
|