Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonOptimizeSZextends.cpp138 const Use &TheUse = UI.getUse(); in runOnFunction() local
139 if (Instruction *J = dyn_cast<Instruction>(TheUse.getUser())) { in runOnFunction()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DCodeGenPrepare.cpp400 Use &TheUse = UI.getUse(); in OptimizeNoopCopyExpression() local
428 TheUse = InsertedCast; in OptimizeNoopCopyExpression()
456 Use &TheUse = UI.getUse(); in OptimizeCmpExpression() local
485 TheUse = InsertedCmp; in OptimizeCmpExpression()
1035 Use &TheUse = UI.getUse(); in OptimizeExtUses() local
1051 TheUse = InsertedTrunc; in OptimizeExtUses()
DScalarReplAggregates.cpp1759 Use &TheUse = UI.getUse(); in RewriteForScalarRepl() local
1862 TheUse = BCI; in RewriteForScalarRepl()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLocal.cpp310 User *TheUse = *UI; in areAllUsesEqual() local
312 if (*UI != TheUse) in areAllUsesEqual()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp748 Use &TheUse = UI.getUse(); in SinkCast() local
755 UserBB = PN->getIncomingBlock(TheUse); in SinkCast()
786 TheUse = InsertedCast; in SinkCast()
903 Use &TheUse = UI.getUse(); in SinkCmpExpression() local
931 TheUse = InsertedCmp; in SinkCmpExpression()
1076 Use &TheUse = UI.getUse(); in OptimizeExtractBits() local
1133 TheUse = InsertedShift; in OptimizeExtractBits()
5423 for (Use &TheUse : Cmp->uses()) { in sinkAndCmp()
5425 BranchInst *BrccUser = dyn_cast<BranchInst>(TheUse); in sinkAndCmp()
5440 TheUse = NewCmp; in sinkAndCmp()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInstructionSimplify.cpp2541 Use &TheUse = From->use_begin().getUse(); in ReplaceAndSimplifyAllUses() local
2542 Instruction *User = cast<Instruction>(TheUse.getUser()); in ReplaceAndSimplifyAllUses()
2543 TheUse = To; in ReplaceAndSimplifyAllUses()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp395 User *TheUse = *UI; in areAllUsesEqual() local
397 if (*UI != TheUse) in areAllUsesEqual()