Searched refs:OpcTable (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 1311 static const unsigned OpcTable[2][2][2] = { in emitAddSub_rr() local 1318 unsigned Opc = OpcTable[SetFlags][UseAdd][Is64Bit]; in emitAddSub_rr() 1353 static const unsigned OpcTable[2][2][2] = { in emitAddSub_ri() local 1360 unsigned Opc = OpcTable[SetFlags][UseAdd][Is64Bit]; in emitAddSub_ri() 1397 static const unsigned OpcTable[2][2][2] = { in emitAddSub_rs() local 1404 unsigned Opc = OpcTable[SetFlags][UseAdd][Is64Bit]; in emitAddSub_rs() 1438 static const unsigned OpcTable[2][2][2] = { in emitAddSub_rx() local 1445 unsigned Opc = OpcTable[SetFlags][UseAdd][Is64Bit]; in emitAddSub_rx() 1664 static const unsigned OpcTable[3][2] = { in emitLogicalOp_ri() local 1680 Opc = OpcTable[Idx][0]; in emitLogicalOp_ri() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 1611 static const unsigned OpcTable[2][2] = {{AArch64::TBZX, AArch64::TBNZX}, in emitTestBit() local 1613 unsigned Opc = OpcTable[UseWReg][IsNegative]; in emitTestBit() 1674 static const unsigned OpcTable[2][2] = {{AArch64::CBZW, AArch64::CBZX}, in emitCBZ() local 1676 unsigned Opc = OpcTable[IsNegative][Width == 64]; in emitCBZ() 2530 static const unsigned OpcTable[2][2] = { in select() local 2535 unsigned Opc = OpcTable[IsSigned][Size == 64]; in select() 4304 const std::array<std::array<unsigned, 2>, 5> OpcTable{ in emitADD() local 4310 return emitAddSub(OpcTable, DefReg, LHS, RHS, MIRBuilder); in emitADD() 4317 const std::array<std::array<unsigned, 2>, 5> OpcTable{ in emitADDS() local 4323 return emitAddSub(OpcTable, Dst, LHS, RHS, MIRBuilder); in emitADDS() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 2247 static const uint16_t OpcTable[2][4] = { in X86FastEmitSSESelect() local 2255 case MVT::f32: Opc = &OpcTable[0][0]; break; in X86FastEmitSSESelect() 2256 case MVT::f64: Opc = &OpcTable[1][0]; break; in X86FastEmitSSESelect()
|