OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AsConstant
(Results
1 - 25
of
25
) sorted by null
/art/compiler/optimizing/
locations.cc
47
? Location::ConstantLocation(instruction->
AsConstant
())
52
HConstant* constant = instruction->
AsConstant
();
63
HConstant* constant = instruction->
AsConstant
();
75
? Location::ConstantLocation(instruction->
AsConstant
())
81
? Location::ConstantLocation(instruction->
AsConstant
())
constant_folding.cc
123
if (check_input->IsConstant() && !check_input->
AsConstant
()->IsArithmeticZero()) {
133
if (left->IsConstant() && left->
AsConstant
()->IsArithmeticZero()) {
145
instruction->GetLeft()->
AsConstant
()->IsArithmeticZero()) {
157
instruction->GetRight()->
AsConstant
()->IsArithmeticZero()) {
169
instruction->GetRight()->
AsConstant
()->IsArithmeticZero()) {
181
instruction->GetLeft()->
AsConstant
()->IsArithmeticZero()) {
267
instruction->GetLeft()->
AsConstant
()->IsArithmeticZero()) {
276
HConstant* cst_right = instruction->GetRight()->
AsConstant
();
nodes_x86.h
50
return InputAt(1)->
AsConstant
();
instruction_simplifier_shared.cc
53
input_binop->GetRight()->
AsConstant
()->IsMinusOne()) {
61
input_binop->GetLeft()->
AsConstant
()->IsOne()) {
pc_relative_fixups_x86.cc
65
HConstant* value = ret->InputAt(0)->
AsConstant
();
93
HConstant* rhs = bin->InputAt(1)->
AsConstant
();
206
HConstant* input = invoke->InputAt(i)->
AsConstant
();
common_arm64.h
237
&& CanEncodeConstantAsImmediate(constant->
AsConstant
(), instr)) {
238
return Location::ConstantLocation(constant->
AsConstant
());
instruction_simplifier.cc
259
(Int64FromConstant(sub->GetLeft()->
AsConstant
()) & (reg_bits - 1)) == 0);
326
size_t rdist = Int64FromConstant(ushr->GetRight()->
AsConstant
());
327
size_t ldist = Int64FromConstant(shl->GetRight()->
AsConstant
());
[
all
...]
graph_checker.cc
691
return insn1->
AsConstant
()->GetValueAsUint64() == insn2->
AsConstant
()->GetValueAsUint64();
[
all
...]
code_generator_mips64.cc
685
int32_t value = GetInt32ValueOf(source.GetConstant()->
AsConstant
());
692
int64_t value = GetInt64ValueOf(source.GetConstant()->
AsConstant
());
765
int32_t value = GetInt32ValueOf(src_cst->
AsConstant
());
772
int64_t value = GetInt64ValueOf(src_cst->
AsConstant
());
[
all
...]
code_generator_arm64.cc
[
all
...]
intrinsics_x86_64.cc
[
all
...]
nodes.cc
[
all
...]
inliner.cc
[
all
...]
intrinsics_x86.cc
[
all
...]
code_generator_arm.cc
[
all
...]
code_generator_mips.cc
[
all
...]
code_generator_x86.cc
[
all
...]
/external/v8/src/
types.cc
105
if (this->IsConstant()) return this->
AsConstant
()->Value()->Number();
123
if (this->IsConstant()) return this->
AsConstant
()->Value()->Number();
172
if (type->IsConstant()) return type->
AsConstant
()->Lub();
484
&& *this->
AsConstant
()->Value() == *that->
AsConstant
()->Value();
578
Contains(that->AsRange(), this->
AsConstant
()));
594
i::Object* object = *this->
AsConstant
()->Value();
656
return Contains(this->AsRange(), that->
AsConstant
());
896
if (rhs->IsConstant() && Contains(lhs->AsRange(), rhs->
AsConstant
())) {
[
all
...]
types.h
506
ConstantType*
AsConstant
() { return ConstantType::cast(this); }
[
all
...]
/system/tools/aidl/
aidl_language.h
137
virtual AidlConstant*
AsConstant
() { return nullptr; }
151
AidlConstant*
AsConstant
() override { return this; }
aidl_language.cpp
160
AidlConstant* constant = local->
AsConstant
();
/external/v8/src/compiler/
js-typed-lowering.cc
[
all
...]
change-lowering.cc
441
input_type->
AsConstant
()->Value()->IsHeapObject()) {
443
Handle<HeapObject>::cast(input_type->
AsConstant
()->Value());
typer.cc
[
all
...]
/external/v8/test/cctest/
test-types.cc
355
CHECK(*value == *type->
AsConstant
()->Value());
[
all
...]
Completed in 1641 milliseconds