Searched defs:MLxEntryMap (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h283 /// MLxEntryMap - Map fp MLA / MLS to the corresponding entry in the internal
285 DenseMap<unsigned, unsigned> MLxEntryMap; member in class:llvm::ARMBaseInstrInfo
295 return MLxEntryMap.count(Opcode);

Completed in 62 milliseconds