Home
last modified time | relevance | path

Searched defs:GC (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/contrib/ck/include/
H A Dck_rwcohort.h45 #define CK_RWCOHORT_WP_READ_LOCK(N, RW, C, GC, LC) \ argument
47 #define CK_RWCOHORT_WP_READ_UNLOCK(N, RW, C, GC, LC) \ argument
49 #define CK_RWCOHORT_WP_WRITE_LOCK(N, RW, C, GC, LC) \ argument
51 #define CK_RWCOHORT_WP_WRITE_UNLOCK(N, RW, C, GC, LC) \ argument
149 #define CK_RWCOHORT_RP_READ_LOCK(N, RW, C, GC, LC) \ argument
151 #define CK_RWCOHORT_RP_READ_UNLOCK(N, RW, C, GC, LC) \ argument
153 #define CK_RWCOHORT_RP_WRITE_LOCK(N, RW, C, GC, LC) \ argument
155 #define CK_RWCOHORT_RP_WRITE_UNLOCK(N, RW, C, GC, LC) \ argument
250 #define CK_RWCOHORT_NEUTRAL_READ_LOCK(N, RW, C, GC, LC) \ argument
252 #define CK_RWCOHORT_NEUTRAL_READ_UNLOCK(N, RW, C, GC, LC) \ argument
[all …]
H A Dck_cohort.h51 #define CK_COHORT_LOCK(N, C, GC, LC) ck_cohort_##N##_lock(C, GC, LC) argument
52 #define CK_COHORT_UNLOCK(N, C, GC, LC) ck_cohort_##N##_unlock(C, GC, LC) argument
54 #define CK_COHORT_LOCKED(N, C, GC, LC) ck_cohort_##N##_locked(C, GC, LC) argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp253 static bool isGCPointerType(Type *T, GCStrategy *GC) { in isGCPointerType()
267 static bool isHandledGCPointerType(Type *T, GCStrategy *GC) { in isHandledGCPointerType()
282 static bool containsGCPtrType(Type *Ty, GCStrategy *GC) { in containsGCPtrType()
298 static bool isUnhandledGCPointerType(Type *Ty, GCStrategy *GC) { in isUnhandledGCPointerType()
316 PartiallyConstructedSafepointRecord &Result, GCStrategy *GC) { in analyzeParsePointLiveness()
1358 PointerToBaseTy &PointerToBase, GCStrategy *GC) { in recomputeLiveInValues()
1506 IRBuilder<> &Builder, GCStrategy *GC) { in CreateGCRelocates()
1654 GCStrategy *GC) { in makeStatepointExplicitImpl()
1944 const PointerToBaseTy &PointerToBase, GCStrategy *GC) { in makeStatepointExplicit()
2255 GCStrategy *GC) { in findLiveReferences()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp554 GsymCreator *GC = ExpectedGC->get(); in saveSegments() local
585 std::unique_ptr<GsymCreator> GC(new GsymCreator(/*Quiet=*/true)); in createSegment() local
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h49 GC = 4, enumerator
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fake_stack.cpp154 NOINLINE void FakeStack::GC(uptr real_stack) { in GC() function in __asan::FakeStack
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACCClause.cpp677 for (auto *GC : GangClauses) { in VisitNumGangsClause() local
2144 for (auto *GC : GangClauses) { in CheckReductionClause() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp446 auto *GC = cast<OpenACCGangClause>(C); in Visit() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp6016 auto GC = llvm::getGCStrategy(Relocate.getFunction()->getGC()); in visitIntrinsicCall() local
H A DCore.cpp2530 void LLVMSetGC(LLVMValueRef Fn, const char *GC) { in LLVMSetGC()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp8884 const auto *GC = cast<OpenACCGangClause>(C); in writeOpenACCClause() local
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6692 std::string GC; in parseFunctionHeader() local