Home
last modified time | relevance | path

Searched refs:TryMatchIdentity (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/
Dinstruction-selector.h459 return TryMatchIdentity(shuffle); in TryMatchIdentityForTesting()
659 static bool TryMatchIdentity(const uint8_t* shuffle);
Dinstruction-selector.cc3060 bool InstructionSelector::TryMatchIdentity(const uint8_t* shuffle) { in TryMatchIdentity() function in v8::internal::compiler::InstructionSelector
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc2460 if (TryMatchIdentity(shuffle)) { in VisitS8x16Shuffle()
/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc2720 } else if (TryMatchIdentity(shuffle)) { in VisitS8x16Shuffle()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc3239 } else if (TryMatchIdentity(shuffle)) { in VisitS8x16Shuffle()