Home
last modified time | relevance | path

Searched refs:HasVAStart (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.h323 bool HasVAStart = false; variable
599 bool hasVAStart() const { return HasVAStart; } in hasVAStart()
600 void setHasVAStart(bool B) { HasVAStart = B; } in setHasVAStart()
DMIRYamlMapping.h502 bool HasVAStart = false;
522 HasVAStart == Other.HasVAStart &&
547 YamlIO.mapOptional("hasVAStart", MFI.HasVAStart, false);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMIRPrinter.cpp344 YamlMFI.HasVAStart = MFI.hasVAStart(); in convert()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp656 MFI.setHasVAStart(YamlMFI.HasVAStart); in initializeFrameInfo()