Searched refs:OpcTable (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 1645 static const unsigned OpcTable[3][2] = { in emitLogicalOp_ri() local 1661 Opc = OpcTable[Idx][0]; in emitLogicalOp_ri() 1667 Opc = OpcTable[ISDOpc - ISD::AND][1]; in emitLogicalOp_ri() 1691 static const unsigned OpcTable[3][2] = { in emitLogicalOp_rs() local 1710 Opc = OpcTable[ISDOpc - ISD::AND][0]; in emitLogicalOp_rs() 1714 Opc = OpcTable[ISDOpc - ISD::AND][1]; in emitLogicalOp_rs() 2079 static const unsigned OpcTable[4][6] = { in emitStore() local 4077 static const unsigned OpcTable[2][2] = { in emitLSL_ri() local 4081 unsigned Opc = OpcTable[IsZExt][Is64Bit]; in emitLSL_ri() 4193 static const unsigned OpcTable[2][2] = { in emitLSR_ri() local [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 1458 unsigned Opc = OpcTable[UseWReg][IsNegative]; in emitTestBit() 1521 unsigned Opc = OpcTable[IsNegative][Width == 64]; in emitCBZ() 2356 static const unsigned OpcTable[2][2] = { in select() local 2361 unsigned Opc = OpcTable[IsSigned][Size == 64]; in select() 3653 static const unsigned OpcTable[4][4][9] = { in selectVectorICmp() local 3713 unsigned Opc = OpcTable[EltIdx][NumEltsIdx][PredIdx]; in selectVectorICmp() 4280 const std::array<std::array<unsigned, 2>, 5> OpcTable{ in emitADD() local 4293 const std::array<std::array<unsigned, 2>, 5> OpcTable{ in emitADDS() local 4299 return emitAddSub(OpcTable, Dst, LHS, RHS, MIRBuilder); in emitADDS() 4306 const std::array<std::array<unsigned, 2>, 5> OpcTable{ in emitSUBS() local [all …]
|
| /freebsd-13.1/contrib/llvm-project/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()
|