Home
last modified time | relevance | path

Searched defs:CRC (Results 1 – 25 of 25) sorted by relevance

/llvm-project/clang/test/CodeGen/X86/
H A Dx86-crc-builtins.c8 unsigned int test__crc32b(unsigned int CRC, unsigned char V) { in test__crc32b()
14 unsigned int test__crc32w(unsigned int CRC, unsigned short V) { in test__crc32w()
20 unsigned int test__crc32d(unsigned int CRC, unsigned int V) { in test__crc32d()
27 unsigned long long test__crc32q(unsigned long long CRC, unsigned long long V) { in test__crc32q()
34 unsigned int test_mm_crc32_u8(unsigned int CRC, unsigned char V) { in test_mm_crc32_u8()
40 unsigned int test_mm_crc32_u16(unsigned int CRC, unsigned short V) { in test_mm_crc32_u16()
46 unsigned int test_mm_crc32_u32(unsigned int CRC, unsigned int V) { in test_mm_crc32_u32()
53 unsigned long long test_mm_crc32_u64(unsigned long long CRC, unsigned long long V) { in test_mm_crc32_u64()
H A Dsse42-builtins.c120 return _mm_crc32_u32(CRC, V); in test_mm_crc32_u64() argument
101 test_mm_crc32_u8(unsigned int CRC,unsigned char V) test_mm_crc32_u8() argument
107 test_mm_crc32_u16(unsigned int CRC,unsigned short V) test_mm_crc32_u16() argument
113 test_mm_crc32_u32(unsigned int CRC,unsigned int V) test_mm_crc32_u32() argument
/llvm-project/clang/test/CodeGen/
H A Dattr-target-crc32-x86.c13 unsigned int __attribute__((target("crc32"))) test1(unsigned int CRC, unsigned char V) { in test1()
19 unsigned int __attribute__((target("general-regs-only,crc32"))) test2(unsigned int CRC, unsigned ch… in test2()
25 unsigned int __attribute__((target("crc32,general-regs-only"))) test3(unsigned int CRC, unsigned ch… in test3()
31 unsigned int __attribute__((target("sse4.2"))) test4(unsigned int CRC, unsigned char V) { in test4()
37 unsigned int __attribute__((target("sse4.2,general-regs-only,crc32"))) test5(unsigned int CRC, unsi… in test5()
/llvm-project/llvm/unittests/Support/
H A DCrashRecoveryTest.cpp63 CRC.registerCleanup(new IncrementGlobalCleanup(&CRC)); in TEST() local
71 CRC.registerCleanup(new IncrementGlobalCleanup(&CRC)); in TEST() local
88 CrashRecoveryContext CRC; TEST() local
95 CrashRecoveryContext CRC; TEST() local
159 CrashRecoveryContext CRC; TEST() local
[all...]
/llvm-project/llvm/lib/Support/
H A DCRC.cpp75 uint32_t llvm::crc32(uint32_t CRC, ArrayRef<uint8_t> Data) { in crc32()
87 uint32_t llvm::crc32(uint32_t CRC, ArrayRef<uint8_t> Data) { in crc32()
H A DCrashRecoveryContext.cpp33 CrashRecoveryContext *CRC; member
497 CrashRecoveryContext *CRC; member
522 if (CrashRecoveryContextImpl *CRC = (CrashRecoveryContextImpl *)Impl) in RunSafelyOnThread() local
H A DProcess.cpp112 CRC->HandleExit(RetCode); in Exit() local
/llvm-project/clang/test/Driver/
H A Dx86-mgeneral-regs-only-crc32.c45 unsigned int test__crc32b(unsigned int CRC, unsigned char V) { in test__crc32b()
H A Dx86-mcrc32.c33 unsigned int test__crc32b(unsigned int CRC, unsigned char V) { in test__crc32b()
/llvm-project/llvm/include/llvm/Support/
H A DCRC.h47 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {} in CRC() function
/llvm-project/clang/lib/Basic/
H A DStack.cpp68 llvm::CrashRecoveryContext CRC; in runWithSufficientStackSpaceSlow() local
/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp97 llvm::CrashRecoveryContext CRC; onBodySynthesis() local
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp185 CRC.update(arrayRefFromStringRef(IS.Content->getBuffer())); in finalizeMsfLayout() local
/llvm-project/llvm/unittests/Analysis/
H A DLazyCallGraphTest.cpp623 LazyCallGraph::RefSCC &CRC = *CG.lookupRefSCC(C); in TEST() local
773 LazyCallGraph::RefSCC &CRC = *CG.lookupRefSCC(C1); in TEST() local
865 LazyCallGraph::RefSCC &CRC = *CG.lookupRefSCC(C1); TEST() local
968 LazyCallGraph::RefSCC &CRC = *CG.lookupRefSCC(C); TEST() local
1041 LazyCallGraph::RefSCC &CRC = *CG.lookupRefSCC(C); TEST() local
1111 LazyCallGraph::RefSCC &CRC = *CG.lookupRefSCC(C1); TEST() local
[all...]
/llvm-project/clang/lib/Driver/
H A DJob.cpp432 llvm::CrashRecoveryContext CRC; Execute() local
/llvm-project/clang/tools/libclang/
H A DIndexing.cpp910 llvm::CrashRecoveryContext CRC; clang_indexSourceFileFullArgv() local
959 llvm::CrashRecoveryContext CRC; clang_indexTranslationUnit() local
H A DCIndexCodeCompletion.cpp878 llvm::CrashRecoveryContext CRC; in clang_codeCompleteAt() local
H A DCIndex.cpp4262 llvm::CrashRecoveryContext CRC; clang_parseTranslationUnit2FullArgv() local
4684 llvm::CrashRecoveryContext CRC; clang_saveTranslationUnit() local
4793 llvm::CrashRecoveryContext CRC; clang_reparseTranslationUnit() local
8384 llvm::CrashRecoveryContext CRC; clang_annotateTokens() local
9584 RunSafely(llvm::CrashRecoveryContext & CRC,llvm::function_ref<void ()> Fn,unsigned Size) RunSafely() argument
[all...]
/llvm-project/llvm/tools/dsymutil/
H A Ddsymutil.cpp755 CrashRecoveryContext CRC; dsymutil_main() local
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkRunner.cpp142 CrashRecoveryContext CRC; runWithCounter() local
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawTypes.h334 support::ulittle32_t CRC; // CRC of the original file contents. member
/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp627 uint32_t CRC = writeSectionContents(Asm, *Sec.MCSection); writeSection() local
/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp975 uint32_t CRC = IS->getCrc32(); in dumpInjectedSources() local
/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp1328 std::string_view CRC; demangleStringLiteral() local
/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1185 Elf_Word *CRC = visit() local