HomeSort by relevance Sort by last modified time
    Searched refs:replaceAllUsesWith (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /external/llvm/include/llvm/Transforms/Utils/
SimplifyLibCalls.h 46 /// replaceAllUsesWith - This method is used when the library call
49 virtual void replaceAllUsesWith(Instruction *I, Value *With) const;
  /external/llvm/tools/bugpoint-passes/
TestPasses.cpp 63 CI->replaceAllUsesWith(Constant::getNullValue(CI->getType()));
  /frameworks/compile/libbcc/lib/AndroidBitcode/
ABCExpandVAArgPass.cpp 41 inst->replaceAllUsesWith(v);
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 83 CI->replaceAllUsesWith(NewCI);
359 CI->replaceAllUsesWith(V);
371 CI->replaceAllUsesWith(V);
376 CI->replaceAllUsesWith(Constant::getNullValue(CI->getType()));
392 CI->replaceAllUsesWith(LowerCTPOP(Context, CI->getArgOperand(0), CI));
396 CI->replaceAllUsesWith(LowerBSWAP(Context, CI->getArgOperand(0), CI));
400 CI->replaceAllUsesWith(LowerCTLZ(Context, CI->getArgOperand(0), CI));
411 CI->replaceAllUsesWith(Src);
423 CI->replaceAllUsesWith(Constant::getNullValue(CI->getType()));
432 CI->replaceAllUsesWith(ConstantPointerNull::get
    [all...]
  /external/llvm/lib/Transforms/IPO/
PartialInlining.cpp 83 F->replaceAllUsesWith(duplicateFunction);
99 OldPhi->replaceAllUsesWith(retPhi);
142 duplicateFunction->replaceAllUsesWith(F);
IPConstantPropagation.cpp 143 AI->replaceAllUsesWith(V);
244 Call->replaceAllUsesWith(New);
270 Ins->replaceAllUsesWith(New);
ExtractGV.cpp 120 CurI->replaceAllUsesWith(Declaration);
PruneEH.cpp 192 II->replaceAllUsesWith(Call);
250 I->replaceAllUsesWith(UndefValue::get(I->getType()));
  /external/llvm/lib/IR/
BasicBlock.cpp 74 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement,
257 PN->replaceAllUsesWith(PN->getIncomingValue(0));
260 PN->replaceAllUsesWith(UndefValue::get(PN->getType()));
279 PN->replaceAllUsesWith(PNV);
AutoUpgrade.cpp 299 CI->replaceAllUsesWith(Rep);
315 CI->replaceAllUsesWith(Builder.CreateCall2(NewFn, CI->getArgOperand(0),
322 CI->replaceAllUsesWith(Builder.CreateCall2(NewFn, CI->getArgOperand(0),
329 CI->replaceAllUsesWith(Builder.CreateCall(NewFn, CI->getArgOperand(0)));
336 CI->replaceAllUsesWith(Builder.CreateCall(NewFn, CI->getArgOperand(1),
365 CI->replaceAllUsesWith(NewCall);
  /external/llvm/lib/Target/Hexagon/
HexagonRemoveSZExtArgs.cpp 65 Use->replaceAllUsesWith(SI);
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCExpand.cpp 117 Inst->replaceAllUsesWith(Value);
  /external/llvm/lib/Transforms/Scalar/
ConstantProp.cpp 86 I->replaceAllUsesWith(C);
CorrelatedValuePropagation.cpp 86 S->replaceAllUsesWith(ReplaceWith);
129 P->replaceAllUsesWith(V);
189 C->replaceAllUsesWith(ConstantInt::getTrue(C->getContext()));
191 C->replaceAllUsesWith(ConstantInt::getFalse(C->getContext()));
LowerAtomic.cpp 34 CXI->replaceAllUsesWith(Orig);
88 RMWI->replaceAllUsesWith(Orig);
SimplifyCFGPass.cpp 93 BBI->replaceAllUsesWith(UndefValue::get(BBI->getType()));
106 II->replaceAllUsesWith(NewCall);
271 BB.replaceAllUsesWith(RetBlock);
  /external/llvm/lib/Transforms/Utils/
BypassSlowDivision.cpp 150 Instr->replaceAllUsesWith(QuoPhi);
152 Instr->replaceAllUsesWith(RemPhi);
206 J->replaceAllUsesWith(Value.Quotient);
209 J->replaceAllUsesWith(Value.Remainder);
SimplifyIndVar.cpp 171 ICmp->replaceAllUsesWith(ConstantInt::getTrue(ICmp->getContext()));
173 ICmp->replaceAllUsesWith(ConstantInt::getFalse(ICmp->getContext()));
206 Rem->replaceAllUsesWith(Rem->getOperand(0));
225 Rem->replaceAllUsesWith(Sel);
259 UseInst->replaceAllUsesWith(IVOperand);
SimplifyInstructions.cpp 71 I->replaceAllUsesWith(V);
InlineFunction.cpp 125 OuterPHI->replaceAllUsesWith(InnerPHI);
132 CallerLPad->replaceAllUsesWith(InnerEHValuesPHI);
204 CI->replaceAllUsesWith(II);
759 TheCall->replaceAllUsesWith(UndefValue::get(TheCall->getType()));
761 TheCall->replaceAllUsesWith(R->getReturnValue());
    [all...]
BasicBlockUtils.cpp 55 I.replaceAllUsesWith(UndefValue::get(I.getType()));
79 PN->replaceAllUsesWith(PN->getIncomingValue(0));
81 PN->replaceAllUsesWith(UndefValue::get(PN->getType()));
158 BB->replaceAllUsesWith(PredBB);
200 I.replaceAllUsesWith(V);
591 LPad->replaceAllUsesWith(PN);
596 LPad->replaceAllUsesWith(Clone1);
IntegerDivision.cpp 346 Rem->replaceAllUsesWith(Remainder);
362 Rem->replaceAllUsesWith(Remainder);
399 Div->replaceAllUsesWith(Quotient);
415 Div->replaceAllUsesWith(Quotient);
467 Rem->replaceAllUsesWith(Trunc);
519 Div->replaceAllUsesWith(Trunc);
  /external/llvm/unittests/IR/
ValueMapTest.cpp 53 this->BitcastV->replaceAllUsesWith(this->AddV.get());
171 this->BitcastV->replaceAllUsesWith(this->AddV.get());
205 this->BitcastV->replaceAllUsesWith(this->AddV.get());
222 this->BitcastV->replaceAllUsesWith(this->AddV.get());
254 this->BitcastV->replaceAllUsesWith(this->AddV.get());
286 this->BitcastV->replaceAllUsesWith(this->AddV.get());
  /external/llvm/unittests/Support/
ValueHandleTest.cpp 87 BitcastV->replaceAllUsesWith(ConstantV);
163 BitcastV->replaceAllUsesWith(ConstantV);
283 BitcastV->replaceAllUsesWith(ConstantV);
303 getValPtr()->replaceAllUsesWith(Constant::getNullValue(Type::getInt32Ty(getGlobalContext())));
361 BitcastV->replaceAllUsesWith(ConstantV);
  /external/llvm/lib/Target/R600/
AMDILPeepholeOptimizer.cpp 247 CI->replaceAllUsesWith(Val);
338 CI->replaceAllUsesWith(Val);
355 CI->replaceAllUsesWith(Val);
632 inst->replaceAllUsesWith(CI);
790 inst->replaceAllUsesWith(CI);
828 CI->replaceAllUsesWith(lhs);
871 CI->replaceAllUsesWith(lhs);
    [all...]

Completed in 541 milliseconds

1 2 3 4 5