Searched refs:Opcodes32 (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMISelDAGToDAG.cpp | 4233 static const uint16_t Opcodes32[] = {ARM::MVE_VLD20_32, in Select() local 4235 static const uint16_t *const Opcodes[] = {Opcodes8, Opcodes16, Opcodes32}; in Select() 4275 static const uint16_t Opcodes32[] = {ARM::MVE_VLD40_32, ARM::MVE_VLD41_32, in Select() local 4278 static const uint16_t *const Opcodes[] = {Opcodes8, Opcodes16, Opcodes32}; in Select() 4901 static const uint16_t Opcodes32[] = {ARM::MVE_VLD20_32, in Select() local 4903 static const uint16_t *const Opcodes[] = {Opcodes8, Opcodes16, Opcodes32}; in Select() 4914 static const uint16_t Opcodes32[] = {ARM::MVE_VLD40_32, ARM::MVE_VLD41_32, in Select() local 4917 static const uint16_t *const Opcodes[] = {Opcodes8, Opcodes16, Opcodes32}; in Select()
|