Searched refs:selectLEAAddr (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
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
|
D | X86InstrInfo.td | 806 def lea32addr : ComplexPattern<i32, 5, "selectLEAAddr", 821 def lea64addr : ComplexPattern<i64, 5, "selectLEAAddr",
|