Searched refs:OpsA (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelDAGToDAG.cpp | 2205 const SDValue OpsA[] = { MemAddr, Align, Reg0, ImplDef, Pred, Reg0, Chain }; in SelectVLD() local 2207 ResTy, AddrTy, MVT::Other, OpsA); in SelectVLD() 2378 const SDValue OpsA[] = { MemAddr, Align, Reg0, RegSeq, Pred, Reg0, Chain }; in SelectVST() local 2381 MVT::Other, OpsA); in SelectVST() 3036 const SDValue OpsA[] = {MemAddr, Align, Pred, Reg0, Chain}; in SelectVLDDup() local 3038 MVT::Other, OpsA); in SelectVLDDup() 3043 const SDValue OpsA[] = {MemAddr, Align, ImplDef, Pred, Reg0, Chain}; in SelectVLDDup() local 3045 MVT::Other, OpsA); in SelectVLDDup()
|