Searched refs:AtomicOpcTbl (Results 1 – 1 of 1) sorted by relevance
1613 static const uint16_t AtomicOpcTbl[AtomicOpcEnd][AtomicSzEnd] = { variable1813 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 …]