Home
last modified time | relevance | path

Searched refs:getStrategy (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DOcamlGCPrinter.cpp119 if (FI.getStrategy().getName() != getStrategy().getName()) in finishAssembly()
138 if (FI.getStrategy().getName() != getStrategy().getName()) in finishAssembly()
DErlangGCPrinter.cpp59 if (MD.getStrategy().getName() != getStrategy().getName()) in finishAssembly()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DGCMetadataPrinter.h54 GCStrategy &getStrategy() { return *S; } in getStrategy() function
DGCMetadata.h108 GCStrategy &getStrategy() { return S; } in getStrategy() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DGCRootLowering.cpp181 GCStrategy &S = FI.getStrategy(); in runOnFunction()
326 if (FI->getStrategy().needsSafePoints()) in runOnMachineFunction()
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DLineBreaker.h131 BreakStrategy getStrategy() const { return mStrategy; } in getStrategy() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp490 GCStrategy &S = GFI->getStrategy(); in lowerStatepointMetaArgs()
845 assert(GFI->getStrategy().useStatepoints() && in LowerStatepoint()
1001 if (auto IsManaged = GFI->getStrategy().isGCManagedPointer(Ty)) in visitGCRelocate()