Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp1613 static const uint16_t AtomicOpcTbl[AtomicOpcEnd][AtomicSzEnd] = { variable
1813 Opc = AtomicOpcTbl[Op][ConstantI8]; in SelectAtomicLoadArith()
1815 Opc = AtomicOpcTbl[Op][I8]; in SelectAtomicLoadArith()
1820 Opc = AtomicOpcTbl[Op][SextConstantI16]; in SelectAtomicLoadArith()
1822 Opc = AtomicOpcTbl[Op][ConstantI16]; in SelectAtomicLoadArith()
1824 Opc = AtomicOpcTbl[Op][I16]; in SelectAtomicLoadArith()
1829 Opc = AtomicOpcTbl[Op][SextConstantI32]; in SelectAtomicLoadArith()
1831 Opc = AtomicOpcTbl[Op][ConstantI32]; in SelectAtomicLoadArith()
1833 Opc = AtomicOpcTbl[Op][I32]; in SelectAtomicLoadArith()
1838 Opc = AtomicOpcTbl[Op][SextConstantI64]; in SelectAtomicLoadArith()
[all …]