/freebsd-src/sys/contrib/ck/include/ |
H A D | ck_rwcohort.h | 45 #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 D | ck_cohort.h | 51 #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-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 254 static bool isGCPointerType(Type *T, GCStrategy *GC) { in isGCPointerType() argument 268 static bool isHandledGCPointerType(Type *T, GCStrategy *GC) { in isHandledGCPointerType() argument 283 containsGCPtrType(Type * Ty,GCStrategy * GC) containsGCPtrType() argument 299 isUnhandledGCPointerType(Type * Ty,GCStrategy * GC) isUnhandledGCPointerType() argument 317 analyzeParsePointLiveness(DominatorTree & DT,GCPtrLivenessData & OriginalLivenessData,CallBase * Call,PartiallyConstructedSafepointRecord & Result,GCStrategy * GC) analyzeParsePointLiveness() argument 1351 recomputeLiveInValues(Function & F,DominatorTree & DT,ArrayRef<CallBase * > toUpdate,MutableArrayRef<struct PartiallyConstructedSafepointRecord> records,PointerToBaseTy & PointerToBase,GCStrategy * GC) recomputeLiveInValues() argument 1500 CreateGCRelocates(ArrayRef<Value * > LiveVariables,ArrayRef<Value * > BasePtrs,Instruction * StatepointToken,IRBuilder<> & Builder,GCStrategy * GC) CreateGCRelocates() argument 1647 makeStatepointExplicitImpl(CallBase * Call,const SmallVectorImpl<Value * > & BasePtrs,const SmallVectorImpl<Value * > & LiveVariables,PartiallyConstructedSafepointRecord & Result,std::vector<DeferredReplacement> & Replacements,const PointerToBaseTy & PointerToBase,GCStrategy * GC) makeStatepointExplicitImpl() argument 1937 makeStatepointExplicit(DominatorTree & DT,CallBase * Call,PartiallyConstructedSafepointRecord & Result,std::vector<DeferredReplacement> & Replacements,const PointerToBaseTy & PointerToBase,GCStrategy * GC) makeStatepointExplicit() argument 2247 findLiveReferences(Function & F,DominatorTree & DT,ArrayRef<CallBase * > toUpdate,MutableArrayRef<struct PartiallyConstructedSafepointRecord> records,GCStrategy * GC) findLiveReferences() argument 2650 std::unique_ptr<GCStrategy> GC = findGCStrategy(F); insertParsePoints() local 3190 computeLiveInValues(BasicBlock::reverse_iterator Begin,BasicBlock::reverse_iterator End,SetVector<Value * > & LiveTmp,GCStrategy * GC) computeLiveInValues() argument 3222 computeLiveOutSeed(BasicBlock * BB,SetVector<Value * > & LiveTmp,GCStrategy * GC) computeLiveOutSeed() argument 3238 computeKillSet(BasicBlock * BB,GCStrategy * GC) computeKillSet() argument 3276 computeLiveInValues(DominatorTree & DT,Function & F,GCPtrLivenessData & Data,GCStrategy * GC) computeLiveInValues() argument 3343 findLiveSetAtInst(Instruction * Inst,GCPtrLivenessData & Data,StatepointLiveSetTy & Out,GCStrategy * GC) findLiveSetAtInst() argument 3364 recomputeLiveInValues(GCPtrLivenessData & RevisedLivenessData,CallBase * Call,PartiallyConstructedSafepointRecord & Info,PointerToBaseTy & PointerToBase,GCStrategy * GC) recomputeLiveInValues() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | GsymCreator.cpp | 491 GsymCreator *GC = ExpectedGC->get(); saveSegments() local 521 std::unique_ptr<GsymCreator> GC(new GsymCreator(/*Quiet=*/true)); createSegment() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | InterfaceFile.h | 47 GC = 4, global() enumerator
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_fake_stack.cpp | 148 NOINLINE void FakeStack::GC(uptr real_stack) { in GC() function in __asan::FakeStack
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Verifier.cpp | 5557 auto GC = llvm::getGCStrategy(Relocate.getFunction()->getGC()); visitIntrinsicCall() local
|
H A D | Core.cpp | 2392 LLVMSetGC(LLVMValueRef Fn,const char * GC) LLVMSetGC() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 6101 std::string GC; parseFunctionHeader() local
|