Home
last modified time | relevance | path

Searched refs:replaceUsesOfWith (Results 1 – 25 of 47) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/VMCore/
DUser.cpp23 void User::replaceUsesOfWith(Value *From, Value *To) { in replaceUsesOfWith() function in llvm::User
/external/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp148 Instr->replaceUsesOfWith(CE, NewInst); in replaceConstantExprOp()
214 U->replaceUsesOfWith(GV, Addr); in lowerGlobal()
/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp234 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()
DFlattenCFG.cpp292 PBI->replaceUsesOfWith(CC, NC); in FlattenParallelAndOr()
443 PBI->replaceUsesOfWith(CC, NC); in MergeIfRegion()
DDemoteRegToStack.cpp83 U->replaceUsesOfWith(&I, V); in DemoteRegToStack()
DBasicBlockUtils.cpp450 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()
DLoopVersioning.cpp145 User->replaceUsesOfWith(Inst, PN); in addPHINodes()
/external/spirv-llvm/lib/SPIRV/
DSPIRVLowerConstExpr.cpp150 User->replaceUsesOfWith(CE, ReplInst); in visit()
DSPIRVLowerOCLBlocks.cpp275 CI->replaceUsesOfWith(F, InvokeF); in lowerGetBlockInvoke()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DCodeExtractor.cpp157 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()
DDemoteRegToStack.cpp79 U->replaceUsesOfWith(&I, V); in DemoteRegToStack()
DBasicBlockUtils.cpp473 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/
DHexagonOptimizeSZextends.cpp140 J->replaceUsesOfWith(Ashr, I); in runOnFunction()
/external/swiftshader/third_party/LLVM/include/llvm/
DUser.h135 void replaceUsesOfWith(Value *From, Value *To);
/external/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp175 I->replaceUsesOfWith(Pointer, C); in processMemAccess()
457 RI->replaceUsesOfWith(RetVal, C); in runImpl()
DLoopDeletion.cpp158 TI->replaceUsesOfWith(L->getHeader(), exitBlock); in runImpl()
DIndVarSimplify.cpp1203 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/
DPartialInlining.cpp116 newEntryBlock->getTerminator()->replaceUsesOfWith(preReturn, newReturnBlock); in unswitchFunction()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DPartialInlining.cpp109 newEntryBlock->getTerminator()->replaceUsesOfWith(preReturn, newReturnBlock); in unswitchFunction()
/external/llvm/lib/IR/
DUser.cpp24 void User::replaceUsesOfWith(Value *From, Value *To) { in replaceUsesOfWith() function in llvm::User
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp131 I->replaceUsesOfWith(Pointer, C); in processMemAccess()
DLoopDeletion.cpp186 TI->replaceUsesOfWith(L->getHeader(), exitBlock); in runOnLoop()
DIndVarSimplify.cpp704 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/
DUser.h245 void replaceUsesOfWith(Value *From, Value *To);
/external/llvm/docs/
DLexicon.rst191 Replace All Uses With. The functions ``User::replaceUsesOfWith()``,

12