Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp220 const uint16_t *QOpcodes0, const uint16_t *QOpcodes1);
228 const uint16_t *QOpcodes0, const uint16_t *QOpcodes1);
1775 const uint16_t *QOpcodes1) { in SelectVLD() argument
1880 VLd = CurDAG->getMachineNode(QOpcodes1[OpcodeIndex], dl, ResTys, Ops); in SelectVLD()
1908 const uint16_t *QOpcodes1) { in SelectVST() argument
2046 SDNode *VStB = CurDAG->getMachineNode(QOpcodes1[OpcodeIndex], dl, ResTys, in SelectVST()
2886 static const uint16_t QOpcodes1[] = { ARM::VLD3q8oddPseudo_UPD, in Select() local
2889 return SelectVLD(N, true, 3, DOpcodes, QOpcodes0, QOpcodes1); in Select()
2900 static const uint16_t QOpcodes1[] = { ARM::VLD4q8oddPseudo_UPD, in Select() local
2903 return SelectVLD(N, true, 4, DOpcodes, QOpcodes0, QOpcodes1); in Select()
[all …]