Home
last modified time | relevance | path

Searched refs:isGCManagedPointer (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DBuiltinGCs.cpp75 Optional<bool> isGCManagedPointer(const Type *Ty) const override { in isGCManagedPointer() function in __anon5fe95c9e0111::StatepointGC
107 Optional<bool> isGCManagedPointer(const Type *Ty) const override { in isGCManagedPointer() function in __anon5fe95c9e0111::CoreCLRGC
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DGCStrategy.h97 virtual Optional<bool> isGCManagedPointer(const Type *Ty) const { in isGCManagedPointer() function
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp508 if (auto IsManaged = GFI->getStrategy().isGCManagedPointer(Ty)) in isGCValue()
538 auto Opt = S.isGCManagedPointer(V->getType()->getScalarType()); in lowerStatepointMetaArgs()
545 auto Opt = S.isGCManagedPointer(V->getType()->getScalarType()); in lowerStatepointMetaArgs()
1244 if (auto IsManaged = GFI->getStrategy().isGCManagedPointer(Ty)) in visitGCRelocate()