Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonOptimizeSZextends.cpp123 const Use &TheUse = UI.getUse(); in runOnFunction() local
124 if (Instruction *J = dyn_cast<Instruction>(TheUse.getUser())) { in runOnFunction()
H A DHexagonLoopIdiomRecognition.cpp665 Use &TheUse = UI.getUse(); in replaceAllUsesOfWithIn() local
667 if (auto *II = dyn_cast<Instruction>(TheUse.getUser())) in replaceAllUsesOfWithIn()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1402 Use &TheUse = UI.getUse(); in SinkCast() local
1409 UserBB = PN->getIncomingBlock(TheUse); in SinkCast()
1441 TheUse = InsertedCast; in SinkCast()
1851 Use &TheUse = UI.getUse(); in sinkCmpExpression() local
1883 TheUse = InsertedCmp; in sinkCmpExpression()
2294 Use &TheUse = UI.getUse(); in sinkAndCmp0Expression() local
2312 TheUse = InsertedAnd; in sinkAndCmp0Expression()
2449 Use &TheUse = UI.getUse(); in OptimizeExtractBits() local
2508 TheUse = InsertedShift; in OptimizeExtractBits()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp637 User *TheUse = *UI; in areAllUsesEqual() local
639 if (*UI != TheUse) in areAllUsesEqual()