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

/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1660 static const uint16_t AtomicOpcTbl[AtomicOpcEnd][AtomicSzEnd] = { variable
1745 Opc = AtomicOpcTbl[Op][ConstantI8];
1747 Opc = AtomicOpcTbl[Op][I8];
1752 Opc = AtomicOpcTbl[Op][SextConstantI16];
1754 Opc = AtomicOpcTbl[Op][ConstantI16];
1756 Opc = AtomicOpcTbl[Op][I16];
1761 Opc = AtomicOpcTbl[Op][SextConstantI32];
1763 Opc = AtomicOpcTbl[Op][ConstantI32];
1765 Opc = AtomicOpcTbl[Op][I32];
1768 Opc = AtomicOpcTbl[O
[all...]

Completed in 66 milliseconds