OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:input_cst
(Results
1 - 6
of
6
) sorted by null
/art/compiler/optimizing/
constant_folding.cc
219
HConstant*
input_cst
= instruction->GetConstantRight();
local
220
if ((
input_cst
!= nullptr) &&
input_cst
->IsZeroBitPattern()) {
225
instruction->ReplaceWith(
input_cst
);
231
HConstant*
input_cst
= instruction->GetConstantRight();
local
232
if (
input_cst
!= nullptr) {
235
((
input_cst
->IsFloatConstant() &&
input_cst
->AsFloatConstant()->IsNaN()) ||
236
(
input_cst
->IsDoubleConstant() &&
input_cst
->AsDoubleConstant()->IsNaN())))
251
HConstant*
input_cst
= instruction->GetConstantRight();
local
268
HConstant*
input_cst
= instruction->GetConstantRight();
local
[
all
...]
instruction_simplifier.cc
944
HConstant*
input_cst
= instruction->GetConstantRight();
local
1029
HConstant*
input_cst
= instruction->GetConstantRight();
local
1267
HConstant*
input_cst
= instruction->GetConstantRight();
local
1322
HConstant*
input_cst
= instruction->GetConstantRight();
local
1497
HConstant*
input_cst
= instruction->GetConstantRight();
local
1545
HConstant*
input_cst
= instruction->GetConstantRight();
local
1660
HConstant*
input_cst
= instruction->GetConstantRight();
local
[
all
...]
code_generator_arm.h
198
bool CanEncodeConstantAsImmediate(HConstant*
input_cst
, Opcode opcode);
code_generator_arm_vixl.h
292
bool CanEncodeConstantAsImmediate(HConstant*
input_cst
, Opcode opcode);
[
all
...]
code_generator_arm.cc
[
all
...]
code_generator_arm_vixl.cc
[
all
...]
Completed in 1532 milliseconds