Searched refs:selectLEAAddr (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrFragments.td | 361 def lea32addr : ComplexPattern<i32, 5, "selectLEAAddr", 376 def lea64addr : ComplexPattern<i64, 5, "selectLEAAddr",
|
H A D | X86ISelDAGToDAG.cpp | 227 bool selectLEAAddr(SDValue N, SDValue &Base, 3021 if (!selectLEAAddr(N, Base, Scale, Index, Disp, Segment)) in selectLEA64_32Addr() 3052 bool X86DAGToDAGISel::selectLEAAddr(SDValue N, in selectLEAAddr() function in X86DAGToDAGISel
|