OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:replaceAllUsesWith
(Results
1 - 25
of
245
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroCleanup.cpp
53
SubFn->
replaceAllUsesWith
(Load);
66
II->
replaceAllUsesWith
(II->getArgOperand(1));
69
II->
replaceAllUsesWith
(II->getArgOperand(1));
72
II->
replaceAllUsesWith
(ConstantInt::getTrue(Context));
78
II->
replaceAllUsesWith
(ConstantTokenNone::get(Context));
98
Target->
replaceAllUsesWith
(NewFuncPtrStruct);
/src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
ReduceAliases.cpp
29
GA.
replaceAllUsesWith
(GA.getAliasee());
ReduceGlobalVars.cpp
40
GV.
replaceAllUsesWith
(UndefValue::get(GV.getType()));
49
Inst->
replaceAllUsesWith
(UndefValue::get(Inst->getType()));
ReduceSpecialGlobals.cpp
36
Used->
replaceAllUsesWith
(UndefValue::get(Used->getType()));
ReduceArguments.cpp
36
CI->
replaceAllUsesWith
(NewCI);
75
I->
replaceAllUsesWith
(UndefValue::get(I->getType()));
97
F->
replaceAllUsesWith
(ConstantExpr::getBitCast(ClonedFunc, F->getType()));
ReduceFunctions.cpp
48
F.
replaceAllUsesWith
(UndefValue::get(F.getType()));
ReduceInstructions.cpp
41
Inst.
replaceAllUsesWith
(UndefValue::get(Inst.getType()));
ReduceBasicBlocks.cpp
44
Term->
replaceAllUsesWith
(UndefValue::get(Term->getType()));
125
I.
replaceAllUsesWith
(UndefValue::get(I.getType()));
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
IntrinsicLowering.cpp
48
CI->
replaceAllUsesWith
(NewCI);
242
CI->
replaceAllUsesWith
(V);
247
CI->
replaceAllUsesWith
(LowerCTPOP(Context, CI->getArgOperand(0), CI));
251
CI->
replaceAllUsesWith
(LowerBSWAP(Context, CI->getArgOperand(0), CI));
255
CI->
replaceAllUsesWith
(LowerCTLZ(Context, CI->getArgOperand(0), CI));
266
CI->
replaceAllUsesWith
(Src);
278
CI->
replaceAllUsesWith
(Constant::getNullValue(CI->getType()));
287
CI->
replaceAllUsesWith
(ConstantInt::get(CI->getType(), 0));
294
CI->
replaceAllUsesWith
(
300
CI->
replaceAllUsesWith
(
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
ValueList.cpp
91
OldV->
replaceAllUsesWith
(V);
213
UserC->
replaceAllUsesWith
(NewC);
219
Placeholder->
replaceAllUsesWith
(RealVal);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VPlanTransforms.cpp
40
VPV->
replaceAllUsesWith
(&DummyValue);
90
VPV->
replaceAllUsesWith
(NewRecipe->getVPSingleValue());
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULowerKernelArguments.cpp
116
Arg.
replaceAllUsesWith
(CastOffsetPtr);
223
Arg.
replaceAllUsesWith
(NewVal);
227
Arg.
replaceAllUsesWith
(Shuf);
230
Arg.
replaceAllUsesWith
(Load);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
ObjCARCExpand.cpp
81
Inst->
replaceAllUsesWith
(Value);
ObjCARC.h
51
CI->
replaceAllUsesWith
(OldArg);
147
It->second->
replaceAllUsesWith
(NewCall);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LowerWidenableCondition.cpp
61
CI->
replaceAllUsesWith
(ConstantInt::getTrue(CI->getContext()));
CorrelatedValuePropagation.cpp
140
S->
replaceAllUsesWith
(ReplaceWith);
205
P->
replaceAllUsesWith
(CommonValue);
267
P->
replaceAllUsesWith
(V);
316
Cmp->
replaceAllUsesWith
(TorF);
465
II->
replaceAllUsesWith
(X);
497
II->
replaceAllUsesWith
(NegX);
516
MM->
replaceAllUsesWith
(MM->getOperand(!Result));
537
WO->
replaceAllUsesWith
(NewI);
557
SI->
replaceAllUsesWith
(BinOp);
719
Instr->
replaceAllUsesWith
(Sext)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LowerInvoke.cpp
62
II->
replaceAllUsesWith
(NewCall);
StripGCRelocates.cpp
54
GCRel->
replaceAllUsesWith
(ReplaceGCRel);
CallGraphUpdater.cpp
37
DeadFn->
replaceAllUsesWith
(UndefValue::get(DeadFn->getType()));
52
DeadFn->
replaceAllUsesWith
(UndefValue::get(DeadFn->getType()));
IntegerDivision.cpp
394
Rem->
replaceAllUsesWith
(Remainder);
412
Rem->
replaceAllUsesWith
(Remainder);
453
Div->
replaceAllUsesWith
(Quotient);
471
Div->
replaceAllUsesWith
(Quotient);
522
Rem->
replaceAllUsesWith
(Trunc);
570
Rem->
replaceAllUsesWith
(Trunc);
619
Div->
replaceAllUsesWith
(Trunc);
668
Div->
replaceAllUsesWith
(Trunc);
/src/external/apache2/llvm/dist/llvm/examples/IRTransforms/
SimplifyCFG.cpp
88
I.
replaceAllUsesWith
(UndefValue::get(I.getType()));
282
BB.
replaceAllUsesWith
(Pred);
285
PN.
replaceAllUsesWith
(PN.getIncomingValue(0));
333
BB.
replaceAllUsesWith
(Pred);
336
PN.
replaceAllUsesWith
(PN.getIncomingValue(0));
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
SVEIntrinsicOpts.cpp
191
PTrue->
replaceAllUsesWith
(ConvertFromSVBool);
193
PTrue->
replaceAllUsesWith
(MostEncompassingPTrue);
304
I->
replaceAllUsesWith
(CI);
357
I->
replaceAllUsesWith
(OpMultiplicand);
367
I->
replaceAllUsesWith
(OpMultiplicand);
415
I->
replaceAllUsesWith
(VectorSplat);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
GlobalSplit.cpp
133
GEP->
replaceAllUsesWith
(NewGEP);
139
GV.
replaceAllUsesWith
(UndefValue::get(GV.getType()));
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
Evaluator.h
51
Tmp->
replaceAllUsesWith
(Constant::getNullValue(Tmp->getType()));
/src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFCheckAndAdjustIR.cpp
117
Call->
replaceAllUsesWith
(Arg);
Completed in 66 milliseconds
1
2
3
4
5
6
7
8
9
10
Indexes created Tue Aug 04 00:24:20 UTC 2026