Searched refs:MethodIDs (Results 1 – 3 of 3) sorted by relevance
718 const SmallVectorImpl<RegBankLLTMappingApplyID> &MethodIDs) { in applyMappingDst() argument720 for (; OpIdx < MethodIDs.size(); ++OpIdx) { in applyMappingDst()721 if (MethodIDs[OpIdx] == None) in applyMappingDst()728 switch (MethodIDs[OpIdx]) { in applyMappingDst()754 assert(Ty == getTyFromID(MethodIDs[OpIdx])); in applyMappingDst()755 assert(RB == getRegBankFromID(MethodIDs[OpIdx])); in applyMappingDst()777 assert(Ty == getBTyFromID(MethodIDs[OpIdx], Ty)); in applyMappingDst()778 assert(RB == getRegBankFromID(MethodIDs[OpIdx])); in applyMappingDst()795 assert(Ty == getTyFromID(MethodIDs[OpIdx])); in applyMappingDst()808 assert(Ty == getBTyFromID(MethodIDs[OpIdx], Ty)); in applyMappingDst()[all …]
99 const SmallVectorImpl<RegBankLLTMappingApplyID> &MethodIDs);103 const SmallVectorImpl<RegBankLLTMappingApplyID> &MethodIDs,
125 MethodIDMap MethodIDs; member in __anon0044147b0111::IntelJITEventListener325 MethodIDs[(void *)Addr] = FunctionMessage.method_id; in notifyObjectLoaded()369 MethodIDMap::iterator MI = MethodIDs.find(FnStart); in notifyFreeingObject()370 if (MI != MethodIDs.end()) { in notifyFreeingObject()373 MethodIDs.erase(MI); in notifyFreeingObject()