Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp75 using UseSet = SetVector<Use *>; typedef
367 UseSet Us; in processGepInst()
603 UseSet &MinUs = Uses[Min]; in common()
763 UseSet &Us = UF->second; in recalculatePlacement()
971 UseSet &Us = UF->second; in separateChainForNode()
972 UseSet NewUs; in separateChainForNode()
1007 UseSet &Us = UF->second; in separateConstantChains()
1009 UseSet LSs; in separateConstantChains()
1037 UseSet &Us = FN.second; in separateConstantChains()
1136 UseSet &Us = UF->second; in getAllUsersForNode()
[all …]
H A DHexagonOptAddrMode.cpp253 auto UseSet = LV->getAllReachedUses(DR, DA); in getAllRealUses() local
255 for (auto UI : UseSet) { in getAllRealUses()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp600 BitVector &DefSet, BitVector &UseSet) { in addRegsToSet() argument
603 addRegUnits(TRI, Op.isDef() ? DefSet : UseSet, Op.getReg().asMCReg()); in addRegsToSet()