Searched defs:IsSupported (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/compiler/
H A Dinstruction-selector.h78 bool IsSupported(CpuFeature feature) const { function in class:v8::internal::compiler::FINAL
/external/eigen/Eigen/src/Core/
H A DAssign_MKL.h41 { enum { IsSupported = 0 }; }; enumerator in enum:Eigen::internal::vml_call::__anon3889
60 MightEnableVml = vml_call<UnaryOp>::IsSupported && StorageOrdersAgree && DstHasDirectAccess && SrcHasDirectAccess
145 enum { IsSupported = 1 }; \
154 enum { IsSupported = 1 }; \
164 enum { IsSupported = 1 }; \
/external/v8/src/
H A Dassembler.h164 // if (assembler->IsSupported(SSE3)) {
184 static bool IsSupported(CpuFeature f) { function in class:v8::internal::CpuFeatures

Completed in 156 milliseconds