/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | User.cpp | 23 void User::replaceUsesOfWith(Value *From, Value *To) { in replaceUsesOfWith() function in llvm::User
|
/external/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 148 Instr->replaceUsesOfWith(CE, NewInst); in replaceConstantExprOp() 214 U->replaceUsesOfWith(GV, Addr); in lowerGlobal()
|
/external/llvm/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 234 TI->replaceUsesOfWith(OldPred, NewBB); in severSplitPHINodes() 367 inst->replaceUsesOfWith(inputs[i], RewriteVal); in constructFunction() 389 TI->replaceUsesOfWith(header, newHeader); in constructFunction() 496 inst->replaceUsesOfWith(outputs[i], load); in emitCallAndSwitchStatement()
|
D | FlattenCFG.cpp | 292 PBI->replaceUsesOfWith(CC, NC); in FlattenParallelAndOr() 443 PBI->replaceUsesOfWith(CC, NC); in MergeIfRegion()
|
D | DemoteRegToStack.cpp | 83 U->replaceUsesOfWith(&I, V); in DemoteRegToStack()
|
D | BasicBlockUtils.cpp | 450 Preds[i]->getTerminator()->replaceUsesOfWith(BB, NewBB); in SplitBlockPredecessors() 500 Preds[i]->getTerminator()->replaceUsesOfWith(OrigBB, NewBB1); in SplitLandingPadPredecessors() 536 NewBB2Pred->getTerminator()->replaceUsesOfWith(OrigBB, NewBB2); in SplitLandingPadPredecessors()
|
D | LoopVersioning.cpp | 145 User->replaceUsesOfWith(Inst, PN); in addPHINodes()
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVLowerConstExpr.cpp | 150 User->replaceUsesOfWith(CE, ReplInst); in visit()
|
D | SPIRVLowerOCLBlocks.cpp | 275 CI->replaceUsesOfWith(F, InvokeF); in lowerGetBlockInvoke()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 157 TI->replaceUsesOfWith(OldPred, NewBB); in severSplitPHINodes() 330 inst->replaceUsesOfWith(inputs[i], RewriteVal); in constructFunction() 352 TI->replaceUsesOfWith(header, newHeader); in constructFunction() 462 inst->replaceUsesOfWith(outputs[i], load); in emitCallAndSwitchStatement()
|
D | DemoteRegToStack.cpp | 79 U->replaceUsesOfWith(&I, V); in DemoteRegToStack()
|
D | BasicBlockUtils.cpp | 473 Preds[i]->getTerminator()->replaceUsesOfWith(BB, NewBB); in SplitBlockPredecessors() 535 Preds[i]->getTerminator()->replaceUsesOfWith(OrigBB, NewBB1); in SplitLandingPadPredecessors() 571 (*i)->getTerminator()->replaceUsesOfWith(OrigBB, NewBB2); in SplitLandingPadPredecessors()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonOptimizeSZextends.cpp | 140 J->replaceUsesOfWith(Ashr, I); in runOnFunction()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | User.h | 135 void replaceUsesOfWith(Value *From, Value *To);
|
/external/llvm/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 175 I->replaceUsesOfWith(Pointer, C); in processMemAccess() 457 RI->replaceUsesOfWith(RetVal, C); in runImpl()
|
D | LoopDeletion.cpp | 158 TI->replaceUsesOfWith(L->getHeader(), exitBlock); in runImpl()
|
D | IndVarSimplify.cpp | 1203 DU.NarrowUse->replaceUsesOfWith(DU.NarrowDef, Trunc); in truncateIVUse() 1240 DU.NarrowUse->replaceUsesOfWith(DU.NarrowDef, DU.WideDef); in widenLoopCompare() 1245 DU.NarrowUse->replaceUsesOfWith(Op, ExtOp); in widenLoopCompare() 1300 DU.NarrowUse->replaceUsesOfWith(DU.NarrowDef, DU.WideDef); in widenIVUse()
|
/external/llvm/lib/Transforms/IPO/ |
D | PartialInlining.cpp | 116 newEntryBlock->getTerminator()->replaceUsesOfWith(preReturn, newReturnBlock); in unswitchFunction()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | PartialInlining.cpp | 109 newEntryBlock->getTerminator()->replaceUsesOfWith(preReturn, newReturnBlock); in unswitchFunction()
|
/external/llvm/lib/IR/ |
D | User.cpp | 24 void User::replaceUsesOfWith(Value *From, Value *To) { in replaceUsesOfWith() function in llvm::User
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 131 I->replaceUsesOfWith(Pointer, C); in processMemAccess()
|
D | LoopDeletion.cpp | 186 TI->replaceUsesOfWith(L->getHeader(), exitBlock); in runOnLoop()
|
D | IndVarSimplify.cpp | 704 User->replaceUsesOfWith(Op, NewVal); in RewriteIVExpressions() 1010 DU.NarrowUse->replaceUsesOfWith(DU.NarrowDef, DU.WideDef); in WidenIVUse() 1042 DU.NarrowUse->replaceUsesOfWith(DU.NarrowDef, Trunc); in WidenIVUse()
|
/external/llvm/include/llvm/IR/ |
D | User.h | 245 void replaceUsesOfWith(Value *From, Value *To);
|
/external/llvm/docs/ |
D | Lexicon.rst | 191 Replace All Uses With. The functions ``User::replaceUsesOfWith()``,
|