Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h184 bool HasPatchPoint = false; variable
326 bool hasPatchPoint() const { return HasPatchPoint; } in hasPatchPoint()
327 void setHasPatchPoint(bool s = true) { HasPatchPoint = s; }
DMIRYamlMapping.h340 bool HasPatchPoint = false;
361 YamlIO.mapOptional("hasPatchPoint", MFI.HasPatchPoint);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMIRYamlMapping.h419 bool HasPatchPoint = false;
439 HasPatchPoint == Other.HasPatchPoint &&
459 YamlIO.mapOptional("hasPatchPoint", MFI.HasPatchPoint, false);
DMachineFrameInfo.h221 bool HasPatchPoint = false; variable
363 bool hasPatchPoint() const { return HasPatchPoint; } in hasPatchPoint()
364 void setHasPatchPoint(bool s = true) { HasPatchPoint = s; }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMIRPrinter.cpp322 YamlMFI.HasPatchPoint = MFI.hasPatchPoint(); in convert()
/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp458 MFI.setHasPatchPoint(YamlMFI.HasPatchPoint); in initializeFrameInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp574 MFI.setHasPatchPoint(YamlMFI.HasPatchPoint); in initializeFrameInfo()
/external/llvm/lib/CodeGen/
DMIRPrinter.cpp260 YamlMFI.HasPatchPoint = MFI.hasPatchPoint(); in convert()