Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1663 static const unsigned OpcTable[3][2] = { in emitLogicalOp_ri() local
1679 Opc = OpcTable[Idx][0]; in emitLogicalOp_ri()
1685 Opc = OpcTable[ISDOpc - ISD::AND][1]; in emitLogicalOp_ri()
1709 static const unsigned OpcTable[3][2] = { in emitLogicalOp_rs() local
1728 Opc = OpcTable[ISDOpc - ISD::AND][0]; in emitLogicalOp_rs()
1732 Opc = OpcTable[ISDOpc - ISD::AND][1]; in emitLogicalOp_rs()
2097 static const unsigned OpcTable[4][6] = { in emitStore() local
4152 static const unsigned OpcTable[2][2] = { in emitLSL_ri() local
4156 unsigned Opc = OpcTable[IsZExt][Is64Bit]; in emitLSL_ri()
4268 static const unsigned OpcTable[2][2] = { in emitLSR_ri() local
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1597 unsigned Opc = OpcTable[UseWReg][IsNegative]; in emitTestBit()
1660 unsigned Opc = OpcTable[IsNegative][Width == 64]; in emitCBZ()
2514 static const unsigned OpcTable[2][2] = { in select() local
2519 unsigned Opc = OpcTable[IsSigned][Size == 64]; in select()
3787 static const unsigned OpcTable[4][4][9] = { in selectVectorICmp() local
3847 unsigned Opc = OpcTable[EltIdx][NumEltsIdx][PredIdx]; in selectVectorICmp()
4456 const std::array<std::array<unsigned, 2>, 5> OpcTable{ in emitADD() local
4469 const std::array<std::array<unsigned, 2>, 5> OpcTable{ in emitADDS() local
4475 return emitAddSub(OpcTable, Dst, LHS, RHS, MIRBuilder); in emitADDS()
4482 const std::array<std::array<unsigned, 2>, 5> OpcTable{ in emitSUBS() local
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp2245 static const uint16_t OpcTable[2][4] = { in X86FastEmitSSESelect() local
2253 case MVT::f32: Opc = &OpcTable[0][0]; break; in X86FastEmitSSESelect()
2254 case MVT::f64: Opc = &OpcTable[1][0]; break; in X86FastEmitSSESelect()