Home
last modified time | relevance | path

Searched refs:UseI (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/R600/
DR600EmitClauseMarkers.cpp196 for (MachineBasicBlock::iterator UseI = Def; UseI != BBEnd; ++UseI) { in canClauseLocalKillFitInClause() local
197 AluInstCount += OccupiedDwords(UseI); in canClauseLocalKillFitInClause()
199 if (!SubstituteKCacheBank(UseI, KCacheBanks, false)) in canClauseLocalKillFitInClause()
213 if (UseI->findRegisterUseOperandIdx(MOI->getReg())) in canClauseLocalKillFitInClause()
216 if (UseI != Def && UseI->findRegisterDefOperandIdx(MOI->getReg()) != -1) in canClauseLocalKillFitInClause()
/external/llvm/lib/CodeGen/
DSplitKit.cpp174 SmallVectorImpl<SlotIndex>::const_iterator UseI, UseE; in calcLiveBlockInfo() local
175 UseI = UseSlots.begin(); in calcLiveBlockInfo()
189 if (UseI == UseE || *UseI >= Stop) { in calcLiveBlockInfo()
198 BI.FirstInstr = *UseI; in calcLiveBlockInfo()
200 do ++UseI; in calcLiveBlockInfo()
201 while (UseI != UseE && *UseI < Stop); in calcLiveBlockInfo()
202 BI.LastInstr = UseI[-1]; in calcLiveBlockInfo()
/external/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp246 for (User *UseI : IVOpnd->users()) { in shouldSpeculateInstrs()
247 auto *UserInst = cast<Instruction>(UseI); in shouldSpeculateInstrs()
DLoopStrengthReduce.cpp2842 User::op_iterator UseI = in FinalizeChain() local
2844 assert(UseI != I->UserInst->op_end() && "cannot find IV operand"); in FinalizeChain()
2845 IVIncSet.insert(UseI); in FinalizeChain()
2979 User::op_iterator UseI = std::find(UserInst->op_begin(), UserInst->op_end(), in CollectFixupsAndInitialFormulae() local
2981 assert(UseI != UserInst->op_end() && "cannot find IV operand"); in CollectFixupsAndInitialFormulae()
2982 if (IVIncSet.count(UseI)) in CollectFixupsAndInitialFormulae()