Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp2470 OpcMap; in run() local
2499 OpcMap[std::make_pair(DecoderNamespace, Size)].emplace_back( in run()
2507 for (const auto &Opc : OpcMap) { in run()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp1103 static const unsigned OpcMap[2][2][2] = { in SelectADD_SUB_I64() local
1109 unsigned Opc = OpcMap[0][N->isDivergent()][IsAdd]; in SelectADD_SUB_I64()
1110 unsigned CarryOpc = OpcMap[1][N->isDivergent()][IsAdd]; in SelectADD_SUB_I64()