Searched refs:SelectAddrMode6 (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelDAGToDAG.cpp | 135 bool SelectAddrMode6(SDNode *Parent, SDValue N, SDValue &Addr,SDValue &Align); 1047 bool ARMDAGToDAGISel::SelectAddrMode6(SDNode *Parent, SDValue N, SDValue &Addr, in SelectAddrMode6() function in ARMDAGToDAGISel 2114 if (!SelectAddrMode6(N, N->getOperand(AddrOpIdx), MemAddr, Align)) in SelectVLD() 2257 if (!SelectAddrMode6(N, N->getOperand(AddrOpIdx), MemAddr, Align)) in SelectVST() 2411 if (!SelectAddrMode6(N, N->getOperand(AddrOpIdx), MemAddr, Align)) in SelectVLDSTLane() 2955 if (!SelectAddrMode6(N, N->getOperand(AddrOpIdx), MemAddr, Align)) in SelectVLDDup()
|
| H A D | ARMInstrInfo.td | 1277 ComplexPattern<i32, 2, "SelectAddrMode6", [], [SDNPWantParent]>{ 1297 ComplexPattern<i32, 2, "SelectAddrMode6", [], [SDNPWantParent]>{ 1305 ComplexPattern<i32, 2, "SelectAddrMode6", [], [SDNPWantParent]>{ 1381 ComplexPattern<i32, 2, "SelectAddrMode6", [], [SDNPWantParent]>{ 1392 ComplexPattern<i32, 2, "SelectAddrMode6", [], [SDNPWantParent]>{
|