HomeSort by relevance Sort by last modified time
    Searched refs:FNS (Results 1 - 6 of 6) sorted by null

  /external/libaom/libaom/aom_dsp/x86/
variance_sse2.c 376 #define FNS(opt) \
400 FNS(sse2);
401 FNS(ssse3);
403 #undef FNS
455 #define FNS(opt) \
479 FNS(sse2);
480 FNS(ssse3);
482 #undef FNS
    [all...]
highbd_variance_sse2.c 426 #define FNS(opt) \
447 FNS(sse2);
449 #undef FNS
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
variance_sse2.c 474 #define FNS(opt1, opt2) \
489 FNS(sse2, sse2);
490 FNS(ssse3, ssse3);
492 #undef FNS
546 #define FNS(opt1, opt2) \
561 FNS(sse2, sse);
562 FNS(ssse3, ssse3);
564 #undef FNS
highbd_variance_sse2.c 386 #define FNS(opt) \
399 FNS(sse2);
401 #undef FNS
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonEarlyIfConv.cpp 263 unsigned TNS = TB->succ_size(), FNS = FB->succ_size();
270 bool FOk = (FNP == 1) && (FNS == 1);
277 MachineBasicBlock *FSB = (FNS > 0) ? *FB->succ_begin() : 0;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonEarlyIfConv.cpp 287 unsigned TNS = TB->succ_size(), FNS = FB->succ_size();
295 bool FOk = (FNP == 1 && FNS == 1 && MLI->getLoopFor(FB) == L);
307 MachineBasicBlock *FSB = (FNS > 0) ? *FB->succ_begin() : nullptr;
    [all...]

Completed in 253 milliseconds