Home
last modified time | relevance | path

Searched refs:selectLEAAddr (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp217 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 DX86InstrInfo.td741 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 DX86ISelDAGToDAG.cpp228 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 DX86InstrInfo.td806 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 DX86ISelDAGToDAG.cpp227 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 DX86InstrInfo.td838 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 DX86GenDAGISel.inc19597 /* 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 DX86GenDAGISel.inc286781 …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,…