Searched refs:OpcMap (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp2459 OpcMap;
2488 OpcMap[std::make_pair(DecoderNamespace, Size)].emplace_back(
2496 for (const auto &Opc : OpcMap) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp995 static const unsigned OpcMap[2][2][2] = { local
1001 unsigned Opc = OpcMap[0][N->isDivergent()][IsAdd];
1002 unsigned CarryOpc = OpcMap[1][N->isDivergent()][IsAdd];

Completed in 243 milliseconds