Home
last modified time | relevance | path

Searched refs:HasReplacement (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/compiler/
Dsimd-scalar-lowering.cc246 DCHECK(!HasReplacement(1, node->InputAt(i))); in LowerNode()
280 DCHECK(!HasReplacement(1, node->InputAt(i))); in LowerNode()
306 if (HasReplacement(0, input)) { in DefaultLowering()
310 if (HasReplacement(1, input)) { in DefaultLowering()
330 bool SimdScalarLowering::HasReplacement(size_t index, Node* node) { in HasReplacement() function in v8::internal::compiler::SimdScalarLowering
Dsimd-scalar-lowering.h50 bool HasReplacement(size_t index, Node* node);
/external/v8/src/crankshaft/
Dlithium-codegen.cc82 emit_instructions = !LLabel::cast(instr)->HasReplacement() && in GenerateBody()
126 if (instr->IsLabel()) dead_block = LLabel::cast(instr)->HasReplacement(); in CheckEnvironmentUsage()
176 if (!chunk_->GetLabel(i)->HasReplacement()) return i; in GetNextEmittedBlock()
Dlithium.cc284 DCHECK(!label->HasReplacement()); in GetAssemblyLabel()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h439 bool HasReplacement() const { return replacement_ != NULL; } in HasReplacement() function
/external/v8/src/crankshaft/x64/
Dlithium-x64.h447 bool HasReplacement() const { return replacement_ != NULL; } in HasReplacement() function
/external/v8/src/crankshaft/x87/
Dlithium-x87.h452 bool HasReplacement() const { return replacement_ != NULL; } in HasReplacement() function
/external/v8/src/crankshaft/s390/
Dlithium-s390.h420 bool HasReplacement() const { return replacement_ != NULL; } in HasReplacement() function
/external/v8/src/crankshaft/arm/
Dlithium-arm.h441 bool HasReplacement() const { return replacement_ != NULL; } in HasReplacement() function
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h438 bool HasReplacement() const { return replacement_ != NULL; } in HasReplacement() function
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h442 bool HasReplacement() const { return replacement_ != NULL; } in HasReplacement() function
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h435 bool HasReplacement() const { return replacement_ != NULL; } in HasReplacement() function
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h501 bool HasReplacement() const { return replacement_ != NULL; } in HasReplacement() function