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

/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1608 static const uint16_t AtomicOpcTbl[AtomicOpcEnd][AtomicSzEnd] = { variable
1801 Opc = AtomicOpcTbl[Op][ConstantI8];
1803 Opc = AtomicOpcTbl[Op][I8];
1808 Opc = AtomicOpcTbl[Op][SextConstantI16];
1810 Opc = AtomicOpcTbl[Op][ConstantI16];
1812 Opc = AtomicOpcTbl[Op][I16];
1817 Opc = AtomicOpcTbl[Op][SextConstantI32];
1819 Opc = AtomicOpcTbl[Op][ConstantI32];
1821 Opc = AtomicOpcTbl[Op][I32];
1824 Opc = AtomicOpcTbl[O
[all...]

Completed in 168 milliseconds