Home
last modified time | relevance | path

Searched refs:getISA (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/embree/embree-3.13.2/kernels/common/
H A Disa.h236 static __noinline int getISA(int depth = 5) {
238 else return getISA(depth-1);
241 namespace sse2 { int getISA(); };
242 namespace sse42 { int getISA(); };
243 namespace avx { int getISA(); };
244 namespace avx2 { int getISA(); };
245 namespace avx512 { int getISA(); };
H A Dstate.cpp160 assert(sse2::getISA() <= SSE2); in verify()
163 assert(sse42::getISA() <= SSE42); in verify()
166 assert(avx::getISA() <= AVX); in verify()
169 assert(avx2::getISA() <= AVX2); in verify()
172 assert(avx512::getISA() <= AVX512); in verify()
/dports/graphics/embree/embree-3.13.2/kernels/bvh/
H A Dbvh_intersector1_bvh4.cpp10 int getISA() { in getISA() function
11 return VerifyMultiTargetLinking::getISA(); in getISA()
/dports/devel/ispc/ispc-1.16.1/src/
H A Dispc.h253 ISA getISA() const { return m_isa; } in getISA() function
H A Dmodule.cpp2453 ftv.func[g->target->getISA()] = syms[i]->exportedFunction; in lGetExportedFunctions()
2454 ftv.FTs[g->target->getISA()] = CastType<FunctionType>(syms[i]->type); in lGetExportedFunctions()
2906 if (targetMachines[g->target->getISA()] != NULL) { in CompileAndOutput()
2913 targetMachines[g->target->getISA()] = g->target->GetTargetMachine(); in CompileAndOutput()
H A Dstmt.cpp3044 switch (g->target->getISA()) {
3568 switch (g->target->getISA()) {