Searched refs:selectLEAAddr (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/llvm/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",
|