Searched refs:AtomicOpcTbl (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1616 static const uint16_t AtomicOpcTbl[AtomicOpcEnd][AtomicSzEnd] = { variable
1809 Opc = AtomicOpcTbl[Op][ConstantI8];
1811 Opc = AtomicOpcTbl[Op][I8];
1816 Opc = AtomicOpcTbl[Op][SextConstantI16];
1818 Opc = AtomicOpcTbl[Op][ConstantI16];
1820 Opc = AtomicOpcTbl[Op][I16];
1825 Opc = AtomicOpcTbl[Op][SextConstantI32];
1827 Opc = AtomicOpcTbl[Op][ConstantI32];
1829 Opc = AtomicOpcTbl[Op][I32];
1832 Opc = AtomicOpcTbl[O
[all...]

Completed in 244 milliseconds