/llvm-project/clang/test/CodeGen/X86/ |
H A D | x86-crc-builtins.c | 8 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 D | sse42-builtins.c | 120 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 D | attr-target-crc32-x86.c | 13 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 D | CrashRecoveryTest.cpp | 63 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 D | CRC.cpp | 75 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 D | CrashRecoveryContext.cpp | 33 CrashRecoveryContext *CRC; member 497 CrashRecoveryContext *CRC; member 522 if (CrashRecoveryContextImpl *CRC = (CrashRecoveryContextImpl *)Impl) in RunSafelyOnThread() local
|
H A D | Process.cpp | 112 CRC->HandleExit(RetCode); in Exit() local
|
/llvm-project/clang/test/Driver/ |
H A D | x86-mgeneral-regs-only-crc32.c | 45 unsigned int test__crc32b(unsigned int CRC, unsigned char V) { in test__crc32b()
|
H A D | x86-mcrc32.c | 33 unsigned int test__crc32b(unsigned int CRC, unsigned char V) { in test__crc32b()
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | CRC.h | 47 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {} in CRC() function
|
/llvm-project/clang/lib/Basic/ |
H A D | Stack.cpp | 68 llvm::CrashRecoveryContext CRC; in runWithSufficientStackSpaceSlow() local
|
/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
H A D | ModelInjector.cpp | 97 llvm::CrashRecoveryContext CRC; onBodySynthesis() local
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | PDBFileBuilder.cpp | 185 CRC.update(arrayRefFromStringRef(IS.Content->getBuffer())); in finalizeMsfLayout() local
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | LazyCallGraphTest.cpp | 623 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 D | Job.cpp | 432 llvm::CrashRecoveryContext CRC; Execute() local
|
/llvm-project/clang/tools/libclang/ |
H A D | Indexing.cpp | 910 llvm::CrashRecoveryContext CRC; clang_indexSourceFileFullArgv() local 959 llvm::CrashRecoveryContext CRC; clang_indexTranslationUnit() local
|
H A D | CIndexCodeCompletion.cpp | 878 llvm::CrashRecoveryContext CRC; in clang_codeCompleteAt() local
|
H A D | CIndex.cpp | 4262 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 D | dsymutil.cpp | 755 CrashRecoveryContext CRC; dsymutil_main() local
|
/llvm-project/llvm/tools/llvm-exegesis/lib/ |
H A D | BenchmarkRunner.cpp | 142 CrashRecoveryContext CRC; runWithCounter() local
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | RawTypes.h | 334 support::ulittle32_t CRC; // CRC of the original file contents. member
|
/llvm-project/llvm/lib/MC/ |
H A D | WinCOFFObjectWriter.cpp | 627 uint32_t CRC = writeSectionContents(Asm, *Sec.MCSection); writeSection() local
|
/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | llvm-pdbutil.cpp | 975 uint32_t CRC = IS->getCrc32(); in dumpInjectedSources() local
|
/llvm-project/llvm/lib/Demangle/ |
H A D | MicrosoftDemangle.cpp | 1328 std::string_view CRC; demangleStringLiteral() local
|
/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.cpp | 1185 Elf_Word *CRC = visit() local
|