Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp221 const uint16_t *QOpcodes);
2095 const uint16_t *QOpcodes) { in SelectVLDSTLane() argument
2191 QOpcodes[OpcodeIndex]); in SelectVLDSTLane()
3200 static const uint16_t QOpcodes[] = { ARM::VLD1q8wb_fixed, in Select() local
3204 SelectVLD(N, true, 1, DOpcodes, QOpcodes, nullptr); in Select()
3213 static const uint16_t QOpcodes[] = { ARM::VLD2q8PseudoWB_fixed, in Select() local
3216 SelectVLD(N, true, 2, DOpcodes, QOpcodes, nullptr); in Select()
3254 static const uint16_t QOpcodes[] = { ARM::VLD2LNq16Pseudo_UPD, in Select() local
3256 SelectVLDSTLane(N, true, true, 2, DOpcodes, QOpcodes); in Select()
3264 static const uint16_t QOpcodes[] = { ARM::VLD3LNq16Pseudo_UPD, in Select() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp214 const uint16_t *QOpcodes);
2301 const uint16_t *QOpcodes) { in SelectVLDSTLane() argument
2402 QOpcodes[OpcodeIndex]); in SelectVLDSTLane()
3753 static const uint16_t QOpcodes[] = { ARM::VLD1DUPq8, ARM::VLD1DUPq16, in Select() local
3755 SelectVLDDup(N, /* IsIntrinsic= */ false, false, 1, DOpcodes, QOpcodes); in Select()
3786 static const uint16_t QOpcodes[] = { ARM::VLD1DUPq8wb_fixed, in Select() local
3789 SelectVLDDup(N, /* IsIntrinsic= */ false, true, 1, DOpcodes, QOpcodes); in Select()
3822 static const uint16_t QOpcodes[] = { ARM::VLD1q8wb_fixed, in Select() local
3826 SelectVLD(N, true, 1, DOpcodes, QOpcodes, nullptr); in Select()
3835 static const uint16_t QOpcodes[] = { ARM::VLD2q8PseudoWB_fixed, in Select() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp234 const uint16_t *QOpcodes);
2409 const uint16_t *QOpcodes) { in SelectVLDSTLane() argument
2513 QOpcodes[OpcodeIndex]); in SelectVLDSTLane()
4335 static const uint16_t QOpcodes[] = { ARM::VLD1DUPq8, ARM::VLD1DUPq16, in Select() local
4337 SelectVLDDup(N, /* IsIntrinsic= */ false, false, 1, DOpcodes, QOpcodes); in Select()
4368 static const uint16_t QOpcodes[] = { ARM::VLD1DUPq8wb_fixed, in Select() local
4371 SelectVLDDup(N, /* IsIntrinsic= */ false, true, 1, DOpcodes, QOpcodes); in Select()
4425 static const uint16_t QOpcodes[] = { ARM::VLD1q8wb_fixed, in Select() local
4429 SelectVLD(N, true, 1, DOpcodes, QOpcodes, nullptr); in Select()
4438 static const uint16_t QOpcodes[] = {ARM::VLD2q8PseudoWB_fixed, in Select() local
[all …]