Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/
DBuiltinGCs.cpp75 Optional<bool> isGCManagedPointer(const Type *Ty) const override { in isGCManagedPointer() function in __anonbaad987f0111::StatepointGC
107 Optional<bool> isGCManagedPointer(const Type *Ty) const override { in isGCManagedPointer() function in __anonbaad987f0111::CoreCLRGC
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DBuiltinGCs.cpp75 Optional<bool> isGCManagedPointer(const Type *Ty) const override { in isGCManagedPointer() function in __anonbde8e0f30111::StatepointGC
107 Optional<bool> isGCManagedPointer(const Type *Ty) const override { in isGCManagedPointer() function in __anonbde8e0f30111::CoreCLRGC
/external/llvm/lib/CodeGen/
DBuiltinGCs.cpp80 Optional<bool> isGCManagedPointer(const Type *Ty) const override { in isGCManagedPointer() function in __anon57c0c1910111::StatepointGC
113 Optional<bool> isGCManagedPointer(const Type *Ty) const override { in isGCManagedPointer() function in __anon57c0c1910111::CoreCLRGC
/external/llvm-project/llvm/include/llvm/CodeGen/
DGCStrategy.h99 virtual Optional<bool> isGCManagedPointer(const Type *Ty) const { in isGCManagedPointer() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DGCStrategy.h99 virtual Optional<bool> isGCManagedPointer(const Type *Ty) const { in isGCManagedPointer() function
/external/llvm/include/llvm/CodeGen/
DGCStrategy.h124 virtual Optional<bool> isGCManagedPointer(const Type *Ty) const { in isGCManagedPointer() function
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp430 auto Opt = S.isGCManagedPointer(V->getType()->getScalarType()); in lowerStatepointMetaArgs()
437 auto Opt = S.isGCManagedPointer(V->getType()->getScalarType()); in lowerStatepointMetaArgs()
900 if (auto IsManaged = GFI->getStrategy().isGCManagedPointer(Ty)) in visitGCRelocate()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp513 auto Opt = S.isGCManagedPointer(V->getType()->getScalarType()); in lowerStatepointMetaArgs()
520 auto Opt = S.isGCManagedPointer(V->getType()->getScalarType()); in lowerStatepointMetaArgs()
588 if (auto IsManaged = GFI->getStrategy().isGCManagedPointer(Ty)) in lowerStatepointMetaArgs()
1141 if (auto IsManaged = GFI->getStrategy().isGCManagedPointer(Ty)) in visitGCRelocate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp492 auto Opt = S.isGCManagedPointer(V->getType()->getScalarType()); in lowerStatepointMetaArgs()
499 auto Opt = S.isGCManagedPointer(V->getType()->getScalarType()); in lowerStatepointMetaArgs()
1001 if (auto IsManaged = GFI->getStrategy().isGCManagedPointer(Ty)) in visitGCRelocate()