Searched refs:OpcodesU (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelDAGToDAG.cpp | 271 const uint16_t *OpcodesS, const uint16_t *OpcodesU, 277 const uint16_t *OpcodesU); 281 const uint16_t *OpcodesU); 2713 const uint16_t *OpcodesU, in SelectBaseMVE_VMLLDAV() argument 2734 const uint16_t *Opcodes = IsUnsigned ? OpcodesU : OpcodesS; in SelectBaseMVE_VMLLDAV() 2764 const uint16_t *OpcodesU) { in SelectMVE_VMLLDAV() argument 2778 SelectBaseMVE_VMLLDAV(N, Predicated, OpcodesS, OpcodesU, 2, SizeIndex); in SelectMVE_VMLLDAV() 2783 const uint16_t *OpcodesU) { in SelectMVE_VRMLLDAVH() argument 2788 SelectBaseMVE_VMLLDAV(N, Predicated, OpcodesS, OpcodesU, 1, 0); in SelectMVE_VRMLLDAVH() 5245 static const uint16_t OpcodesU[] = { in Select() local [all …]
|