HomeSort by relevance Sort by last modified time
    Searched defs:Bswap (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
ExpandMemCmp.cpp 416 Function *Bswap = Intrinsic::getDeclaration(CI->getModule(),
417 Intrinsic::bswap, LoadSizeType);
418 LoadSrc1 = Builder.CreateCall(Bswap, LoadSrc1);
419 LoadSrc2 = Builder.CreateCall(Bswap, LoadSrc2);
537 Function *Bswap = Intrinsic::getDeclaration(CI->getModule(),
538 Intrinsic::bswap, LoadSizeType);
539 LoadSrc1 = Builder.CreateCall(Bswap, LoadSrc1);
540 LoadSrc2 = Builder.CreateCall(Bswap, LoadSrc2);
619 /// %6 = call i64 @llvm.bswap.i64(i64 %4)
620 /// %7 = call i64 @llvm.bswap.i64(i64 %5
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceIntrinsics.h 49 Bswap,
IceInstX86Base.h 90 Bswap,
    [all...]
  /external/libtextclassifier/utils/hash/
farmhash.cc 88 // Easy case for bswap: no header file needed.
139 #include <machine/bswap.h>
359 #undef Bswap
360 #define Bswap Bswap64
530 #undef Bswap
531 #define Bswap Bswap32
658 #undef Bswap
659 #define Bswap Bswap32
910 #undef Bswap
911 #define Bswap Bswap3
    [all...]

Completed in 400 milliseconds