Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1400 Use &TheUse = UI.getUse(); in SinkCast() local
1407 UserBB = PN->getIncomingBlock(TheUse); in SinkCast()
1439 TheUse = InsertedCast; in SinkCast()
1780 Use &TheUse = UI.getUse(); in sinkCmpExpression() local
1812 TheUse = InsertedCmp; in sinkCmpExpression()
2047 Use &TheUse = UI.getUse(); in sinkAndCmp0Expression() local
2065 TheUse = InsertedAnd; in sinkAndCmp0Expression()
2202 Use &TheUse = UI.getUse(); in OptimizeExtractBits() local
2261 TheUse = InsertedShift; in OptimizeExtractBits()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp638 User *TheUse = *UI; in areAllUsesEqual() local
640 if (*UI != TheUse) in areAllUsesEqual()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp15009 for (SDNode *TheUse : Op.OrigOperand->uses()) { in combineBinOp_VLToVWBinOp_VL()
15010 if (Inserted.insert(TheUse).second) in combineBinOp_VLToVWBinOp_VL()
15011 Worklist.push_back(TheUse); in combineBinOp_VLToVWBinOp_VL()