Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1316 Use &TheUse = UI.getUse(); in SinkCast() local
1323 UserBB = PN->getIncomingBlock(TheUse); in SinkCast()
1356 TheUse = InsertedCast; in SinkCast()
1695 Use &TheUse = UI.getUse(); in sinkCmpExpression() local
1727 TheUse = InsertedCmp; in sinkCmpExpression()
1892 Use &TheUse = UI.getUse(); in sinkAndCmp0Expression() local
1910 TheUse = InsertedAnd; in sinkAndCmp0Expression()
2043 Use &TheUse = UI.getUse(); in OptimizeExtractBits() local
2101 TheUse = InsertedShift; in OptimizeExtractBits()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp632 User *TheUse = *UI; in areAllUsesEqual() local
634 if (*UI != TheUse) in areAllUsesEqual()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp9485 for (SDNode *TheUse : Op.OrigOperand->uses()) { in combineBinOp_VLToVWBinOp_VL()
9486 if (Inserted.insert(TheUse).second) in combineBinOp_VLToVWBinOp_VL()
9487 Worklist.push_back(TheUse); in combineBinOp_VLToVWBinOp_VL()