Home
last modified time | relevance | path

Searched refs:QOpcodes (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp232 const uint16_t *QOpcodes);
2414 const uint16_t *QOpcodes) { in SelectVLDSTLane() argument
2517 QOpcodes[OpcodeIndex]); in SelectVLDSTLane()
4328 static const uint16_t QOpcodes[] = { ARM::VLD1DUPq8, ARM::VLD1DUPq16, in Select() local
4330 SelectVLDDup(N, /* IsIntrinsic= */ false, false, 1, DOpcodes, QOpcodes); in Select()
4361 static const uint16_t QOpcodes[] = { ARM::VLD1DUPq8wb_fixed, in Select() local
4364 SelectVLDDup(N, /* IsIntrinsic= */ false, true, 1, DOpcodes, QOpcodes); in Select()
4418 static const uint16_t QOpcodes[] = { ARM::VLD1q8wb_fixed, in Select() local
4422 SelectVLD(N, true, 1, DOpcodes, QOpcodes, nullptr); in Select()
4431 static const uint16_t QOpcodes[] = {ARM::VLD2q8PseudoWB_fixed, in Select() local
[all …]