Searched refs:selectLEAAddr (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/X86/ |
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
|
D | X86InstrInfo.td | 741 def lea32addr : ComplexPattern<i32, 5, "selectLEAAddr", 756 def lea64addr : ComplexPattern<i64, 5, "selectLEAAddr",
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 209 bool selectLEAAddr(SDValue N, SDValue &Base, 1863 if (!selectLEAAddr(N, Base, Scale, Index, Disp, Segment)) in selectLEA64_32Addr() 1899 bool X86DAGToDAGISel::selectLEAAddr(SDValue N, in selectLEAAddr() function in X86DAGToDAGISel
|
D | X86InstrInfo.td | 768 def lea32addr : ComplexPattern<i32, 5, "selectLEAAddr", 783 def lea64addr : ComplexPattern<i64, 5, "selectLEAAddr",
|