Home
last modified time | relevance | path

Searched refs:MethodIDs (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegBankLegalizeHelper.cpp718 const SmallVectorImpl<RegBankLLTMappingApplyID> &MethodIDs) { in applyMappingDst() argument
720 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 …]
H A DAMDGPURegBankLegalizeHelper.h99 const SmallVectorImpl<RegBankLLTMappingApplyID> &MethodIDs);
103 const SmallVectorImpl<RegBankLLTMappingApplyID> &MethodIDs,
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp125 MethodIDMap MethodIDs; member in __anon0044147b0111::IntelJITEventListener
325 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()