Searched refs:OpcTable (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 1292 static const unsigned OpcTable[2][2][2] = { in emitAddSub_rr() local 1299 unsigned Opc = OpcTable[SetFlags][UseAdd][Is64Bit]; in emitAddSub_rr() 1334 static const unsigned OpcTable[2][2][2] = { in emitAddSub_ri() local 1341 unsigned Opc = OpcTable[SetFlags][UseAdd][Is64Bit]; in emitAddSub_ri() 1378 static const unsigned OpcTable[2][2][2] = { in emitAddSub_rs() local 1385 unsigned Opc = OpcTable[SetFlags][UseAdd][Is64Bit]; in emitAddSub_rs() 1419 static const unsigned OpcTable[2][2][2] = { in emitAddSub_rx() local 1426 unsigned Opc = OpcTable[SetFlags][UseAdd][Is64Bit]; in emitAddSub_rx() 1645 static const unsigned OpcTable[3][2] = { in emitLogicalOp_ri() local 1661 Opc = OpcTable[Idx][0]; in emitLogicalOp_ri() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 1387 static const unsigned OpcTable[2][2] = {{AArch64::TBZX, AArch64::TBNZX}, in emitTestBit() local 1389 unsigned Opc = OpcTable[UseWReg][IsNegative]; in emitTestBit() 1450 static const unsigned OpcTable[2][2] = {{AArch64::CBZW, AArch64::CBZX}, in emitCBZ() local 1452 unsigned Opc = OpcTable[IsNegative][Width == 64]; in emitCBZ() 2252 static const unsigned OpcTable[2][2] = { in select() local 2257 unsigned Opc = OpcTable[IsSigned][Size == 64]; in select() 3533 static const unsigned OpcTable[4][4][9] = { in selectVectorICmp() local 3593 unsigned Opc = OpcTable[EltIdx][NumEltsIdx][PredIdx]; in selectVectorICmp() 4153 const std::array<std::array<unsigned, 2>, 5> OpcTable{ in emitADD() local 4159 return emitAddSub(OpcTable, DefReg, LHS, RHS, MIRBuilder); in emitADD() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 2255 static const uint16_t OpcTable[2][4] = { in X86FastEmitSSESelect() local 2263 case MVT::f32: Opc = &OpcTable[0][0]; break; in X86FastEmitSSESelect() 2264 case MVT::f64: Opc = &OpcTable[1][0]; break; in X86FastEmitSSESelect()
|