OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReplaceWith
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/v8/src/compiler/
js-typed-lowering.h
35
Reduction
ReplaceWith
(Node* node) { return Reducer::Replace(node); }
js-typed-lowering.cc
107
return lowering_->
ReplaceWith
(value);
442
return
ReplaceWith
(jsgraph()->NaNConstant());
446
return
ReplaceWith
(jsgraph()->ZeroConstant());
450
return
ReplaceWith
(
473
return
ReplaceWith
(jsgraph()->HeapConstant(
477
return
ReplaceWith
(jsgraph()->HeapConstant(
502
return
ReplaceWith
(jsgraph()->FalseConstant());
506
return
ReplaceWith
(jsgraph()->FalseConstant());
510
return
ReplaceWith
(jsgraph()->TrueConstant());
514
return
ReplaceWith
(jsgraph()->FalseConstant())
[
all
...]
/external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp
82
Value *
ReplaceWith
= S->getOperand(1);
84
if (!CI->isOne()) std::swap(
ReplaceWith
, Other);
85
if (
ReplaceWith
== S)
ReplaceWith
= UndefValue::get(S->getType());
87
S->replaceAllUsesWith(
ReplaceWith
);
/art/compiler/optimizing/
ssa_phi_elimination.cc
121
phi->
ReplaceWith
(candidate);
ssa_builder.cc
133
load->
ReplaceWith
(current_locals_->Get(load->GetLocal()->GetRegNumber()));
nodes.cc
395
void HInstruction::
ReplaceWith
(HInstruction* other) {
nodes.h
559
void
ReplaceWith
(HInstruction* instruction);
[
all
...]
/external/clang/utils/TableGen/
NeonEmitter.cpp
[
all
...]
Completed in 5168 milliseconds