Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonOptimizeSZextends.cpp130 const Use &TheUse = UI.getUse(); in runOnFunction() local
131 if (Instruction *J = dyn_cast<Instruction>(TheUse.getUser())) { in runOnFunction()
H A DHexagonLoopIdiomRecognition.cpp675 Use &TheUse = UI.getUse(); in replaceAllUsesOfWithIn() local
677 if (auto *II = dyn_cast<Instruction>(TheUse.getUser())) in replaceAllUsesOfWithIn()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1224 Use &TheUse = UI.getUse(); in SinkCast() local
1231 UserBB = PN->getIncomingBlock(TheUse); in SinkCast()
1263 TheUse = InsertedCast; in SinkCast()
1601 Use &TheUse = UI.getUse(); in sinkCmpExpression() local
1633 TheUse = InsertedCmp; in sinkCmpExpression()
1799 Use &TheUse = UI.getUse(); in sinkAndCmp0Expression() local
1817 TheUse = InsertedAnd; in sinkAndCmp0Expression()
1950 Use &TheUse = UI.getUse(); in OptimizeExtractBits() local
2008 TheUse = InsertedShift; in OptimizeExtractBits()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLocal.cpp615 User *TheUse = *UI; in areAllUsesEqual() local
617 if (*UI != TheUse) in areAllUsesEqual()