Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h266 bool HasVAStart = false; variable
519 bool hasVAStart() const { return HasVAStart; } in hasVAStart()
520 void setHasVAStart(bool B) { HasVAStart = B; } in setHasVAStart()
DMIRYamlMapping.h350 bool HasVAStart = false;
371 YamlIO.mapOptional("hasVAStart", MFI.HasVAStart);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMIRYamlMapping.h429 bool HasVAStart = false;
447 HasVAStart == Other.HasVAStart &&
470 YamlIO.mapOptional("hasVAStart", MFI.HasVAStart, false);
DMachineFrameInfo.h303 bool HasVAStart = false; variable
570 bool hasVAStart() const { return HasVAStart; } in hasVAStart()
571 void setHasVAStart(bool B) { HasVAStart = B; } in setHasVAStart()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMIRPrinter.cpp331 YamlMFI.HasVAStart = MFI.hasVAStart(); in convert()
/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp467 MFI.setHasVAStart(YamlMFI.HasVAStart); in initializeFrameInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp584 MFI.setHasVAStart(YamlMFI.HasVAStart); in initializeFrameInfo()
/external/llvm/lib/CodeGen/
DMIRPrinter.cpp268 YamlMFI.HasVAStart = MFI.hasVAStart(); in convert()