Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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()
1710 static const unsigned OpcTable[3][2] = { in emitLogicalOp_rs() local
1729 Opc = OpcTable[ISDOpc - ISD::AND][0]; in emitLogicalOp_rs()
1733 Opc = OpcTable[ISDOpc - ISD::AND][1]; in emitLogicalOp_rs()
2099 static const unsigned OpcTable[4][6] = { in emitStore() local
4116 static const unsigned OpcTable[2][2] = { in emitLSL_ri() local
4120 unsigned Opc = OpcTable[IsZExt][Is64Bit]; in emitLSL_ri()
4237 static const unsigned OpcTable[2][2] = { in emitLSR_ri() local
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp2198 static const uint16_t OpcTable[2][4] = { in X86FastEmitSSESelect() local
2206 case MVT::f32: Opc = &OpcTable[0][0]; break; in X86FastEmitSSESelect()
2207 case MVT::f64: Opc = &OpcTable[1][0]; break; in X86FastEmitSSESelect()