HomeSort by relevance Sort by last modified time
    Searched refs:MLxEntryMap (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMBaseInstrInfo.h 263 /// MLxEntryMap - Map fp MLA / MLS to the corresponding entry in the internal
265 DenseMap<unsigned, unsigned> MLxEntryMap;
275 return MLxEntryMap.count(Opcode);
ARMBaseInstrInfo.cpp 89 if (!MLxEntryMap.insert(std::make_pair(ARM_MLxTable[i].MLxOpc, i)).second)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 364 /// MLxEntryMap - Map fp MLA / MLS to the corresponding entry in the internal
366 DenseMap<unsigned, unsigned> MLxEntryMap;
376 return MLxEntryMap.count(Opcode);
ARMBaseInstrInfo.cpp 90 if (!MLxEntryMap.insert(std::make_pair(ARM_MLxTable[i].MLxOpc, i)).second)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 395 /// MLxEntryMap - Map fp MLA / MLS to the corresponding entry in the internal
397 DenseMap<unsigned, unsigned> MLxEntryMap;
407 return MLxEntryMap.count(Opcode);
ARMBaseInstrInfo.cpp 114 if (!MLxEntryMap.insert(std::make_pair(ARM_MLxTable[i].MLxOpc, i)).second)
    [all...]

Completed in 1333 milliseconds