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

  /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);
  /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);

Completed in 369 milliseconds