Home
last modified time | relevance | path

Searched refs:HasPatchPoint (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h237 bool HasPatchPoint = false; variable
383 bool hasPatchPoint() const { return HasPatchPoint; } in hasPatchPoint()
384 void setHasPatchPoint(bool s = true) { HasPatchPoint = s; }
DMIRYamlMapping.h491 bool HasPatchPoint = false;
512 HasPatchPoint == Other.HasPatchPoint &&
534 YamlIO.mapOptional("hasPatchPoint", MFI.HasPatchPoint, false);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMIRPrinter.cpp333 YamlMFI.HasPatchPoint = MFI.hasPatchPoint(); in convert()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp645 MFI.setHasPatchPoint(YamlMFI.HasPatchPoint); in initializeFrameInfo()