Searched refs:OpsA (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelDAGToDAG.cpp | 2198 const SDValue OpsA[] = { MemAddr, Align, Reg0, ImplDef, Pred, Reg0, Chain }; in SelectVLD() local 2200 ResTy, AddrTy, MVT::Other, OpsA); in SelectVLD() 2371 const SDValue OpsA[] = { MemAddr, Align, Reg0, RegSeq, Pred, Reg0, Chain }; in SelectVST() local 2374 MVT::Other, OpsA); in SelectVST() 3033 const SDValue OpsA[] = {MemAddr, Align, Pred, Reg0, Chain}; in SelectVLDDup() local 3035 MVT::Other, OpsA); in SelectVLDDup() 3040 const SDValue OpsA[] = {MemAddr, Align, ImplDef, Pred, Reg0, Chain}; in SelectVLDDup() local 3042 MVT::Other, OpsA); in SelectVLDDup()
|