Home
last modified time | relevance | path

Searched refs:hasGC (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGCMetadata.cpp27 if (F.isDeclaration() || !F.hasGC()) in invalidate()
41 if (F.isDeclaration() || !F.hasGC()) in run()
58 assert(F.hasGC() && "Function doesn't have GC!"); in run()
97 assert(F.hasGC()); in getFunctionInfo()
H A DGCRootLowering.cpp84 if (!F.hasGC()) in run()
129 if (!F.isDeclaration() && F.hasGC()) in doInitialization()
195 if (!F.hasGC()) in runOnFunction()
323 if (!MF.getFunction().hasGC()) in runOnMachineFunction()
H A DShadowStackGCLowering.cpp217 if (F.hasGC() && F.getGC() == "shadow-stack") { in doInitialization()
333 if (!F.hasGC() || F.getGC() != "shadow-stack") in runOnFunction()
H A DFixupStatepointCallerSaved.cpp599 if (!F.hasGC()) in run()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp832 assert(hasGC() && "Function has no collector"); in getGC()
842 if (!hasGC()) in clearGC()
860 if (Src->hasGC()) in copyAttributesFrom()
H A DValue.cpp859 if (!F->hasGC()) in canBeFreed()
H A DVerifier.cpp5853 Check(Call.getParent()->getParent()->hasGC(), in visitIntrinsicCall()
5908 Check(Call.getParent()->getParent()->hasGC(), in visitIntrinsicCall()
5914 Check(Call.getParent()->getParent()->hasGC(), in visitIntrinsicCall()
H A DAsmWriter.cpp4228 if (F->hasGC()) in printFunction()
H A DCore.cpp2527 return F->hasGC()? F->getGC().c_str() : nullptr; in LLVMGetGC()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp964 if (int Res = cmpNumbers(FnL->hasGC(), FnR->hasGC())) in compareSignature()
967 if (FnL->hasGC()) { in compareSignature()
H A DInlineFunction.cpp2543 if (CalledFunc->hasGC()) { in InlineFunction()
2544 if (!Caller->hasGC()) in InlineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp600 if (F.hasGC()) { in shouldRewriteFunction()
H A DRewriteStatepointsForGC.cpp3004 if (!F.hasGC()) in findGCStrategy()
3013 if (!F.hasGC()) in shouldRewriteStatepointsIn()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h344 bool hasGC() const { in hasGC() function
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1215 if (F.hasGC()) { in writeModuleInfo()
1310 Vals.push_back(F.hasGC() ? GCMap[F.getGC()] : 0); in writeModuleInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp466 GFI = Fn.hasGC() ? &FAM.getResult<GCFunctionAnalysis>(Fn) : nullptr; in initializeAnalysisResults()
519 GFI = Fn.hasGC() ? &MFP.getAnalysis<GCModuleInfo>().getFunctionInfo(Fn) in initializeAnalysisResults()
H A DSelectionDAGBuilder.cpp7462 assert(DAG.getMachineFunction().getFunction().hasGC() && in visitIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1527 if (F.hasGC()) { in writeModuleInfo()
1662 Vals.push_back(F.hasGC() ? GCMap[F.getGC()] : 0); in writeModuleInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc21217 {"_ZNK4llvm8Function5hasGCEv", "llvm::Function::hasGC() const"},