Home
last modified time | relevance | path

Searched defs:GC (Results 1 – 8 of 8) 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.cpp254 static bool isGCPointerType(Type *T, GCStrategy *GC) { in isGCPointerType()
268 static bool isHandledGCPointerType(Type *T, GCStrategy *GC) { in isHandledGCPointerType()
283 static bool containsGCPtrType(Type *Ty, GCStrategy *GC) { in containsGCPtrType()
299 static bool isUnhandledGCPointerType(Type *Ty, GCStrategy *GC) { in isUnhandledGCPointerType()
317 PartiallyConstructedSafepointRecord &Result, GCStrategy *GC) { in analyzeParsePointLiveness()
1352 PointerToBaseTy &PointerToBase, GCStrategy *GC) { in recomputeLiveInValues()
1501 IRBuilder<> &Builder, GCStrategy *GC) { in CreateGCRelocates()
1648 GCStrategy *GC) { in makeStatepointExplicitImpl()
1938 const PointerToBaseTy &PointerToBase, GCStrategy *GC) { in makeStatepointExplicit()
2249 GCStrategy *GC) { in findLiveReferences()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp498 GsymCreator *GC = ExpectedGC->get(); in saveSegments() local
529 std::unique_ptr<GsymCreator> GC(new GsymCreator(/*Quiet=*/true)); in createSegment() local
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h48 GC = 4, enumerator
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp5757 auto GC = llvm::getGCStrategy(Relocate.getFunction()->getGC()); in visitIntrinsicCall() local
H A DCore.cpp2519 void LLVMSetGC(LLVMValueRef Fn, const char *GC) { in LLVMSetGC()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6390 std::string GC; in parseFunctionHeader() local