HomeSort by: relevance | last modified time | path
    Searched refs:OpcMap (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 2470 OpcMap;
2499 OpcMap[std::make_pair(DecoderNamespace, Size)].emplace_back(
2507 for (const auto &Opc : OpcMap) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp 1037 static const unsigned OpcMap[2][2][2] = {
1043 unsigned Opc = OpcMap[0][N->isDivergent()][IsAdd];
1044 unsigned CarryOpc = OpcMap[1][N->isDivergent()][IsAdd];

Completed in 66 milliseconds