HomeSort by relevance Sort by last modified time
    Searched refs:GFI (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/CodeGen/
GCMetadata.cpp 71 GCFunctionInfo *GFI = Functions.back().get();
72 FInfoMap[&F] = GFI;
73 return *GFI;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
GCMetadata.cpp 111 GCFunctionInfo *GFI = S->insertFunctionInfo(F);
112 FInfoMap[&F] = GFI;
113 return *GFI;
  /external/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 422 if (auto *GFI = Builder.GFI) {
428 GCStrategy &S = GFI->getStrategy();
744 assert(GFI->getStrategy().useStatepoints() &&
    [all...]
SelectionDAGBuilder.h 594 /// GFI - Garbage collection metadata for the function.
595 GCFunctionInfo *GFI;
615 void init(GCFunctionInfo *gfi, AliasAnalysis &aa,
    [all...]
SelectionDAGISel.cpp 360 GFI(),
455 GFI = Fn.hasGC() ? &getAnalysis<GCModuleInfo>().getFunctionInfo(Fn) : nullptr;
469 SDB->init(GFI, *AA, LibInfo);
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGISel.h 52 GCFunctionInfo *GFI;
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAGISel.h 51 GCFunctionInfo *GFI;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 320 /// GFI - Garbage collection metadata for the function.
321 GCFunctionInfo *GFI;
341 void init(GCFunctionInfo *gfi, AliasAnalysis &aa);
SelectionDAGISel.cpp 197 GFI(),
273 GFI = Fn.hasGC() ? &getAnalysis<GCModuleInfo>().getFunctionInfo(Fn) : 0;
287 SDB->init(GFI, *AA);
    [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 249 milliseconds