Home
last modified time | relevance | path

Searched refs:hasVAStart (Results 1 – 12 of 12) sorted by relevance

/external/llvm/test/CodeGen/MIR/Generic/
Dframe-info.mir42 # CHECK-NEXT: hasVAStart: false
69 # CHECK-NEXT: hasVAStart: true
84 hasVAStart: true
/external/llvm/test/CodeGen/PowerPC/
Dno-rlwimi-trivial-commute.mir70 hasVAStart: false
Daddisdtprelha-nonr3.mir45 hasVAStart: false
Daantidep-def-ec.mir82 hasVAStart: false
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h489 bool hasVAStart() const { return HasVAStart; } in hasVAStart() function
/external/llvm/test/CodeGen/MIR/ARM/
DARMLoadStoreDBG.mir117 hasVAStart: false
Dsched-it-debug-nodes.mir128 hasVAStart: false
/external/llvm/test/DebugInfo/MIR/X86/
Dlive-debug-values.mir187 hasVAStart: false
Dlive-debug-values-3preds.mir182 hasVAStart: false
/external/llvm/lib/CodeGen/
DMIRPrinter.cpp255 YamlMFI.HasVAStart = MFI.hasVAStart(); in convert()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp3115 if (isVarArg && MFI->hasVAStart()) { in LowerFormalArguments()
3254 if (isVarArg && MFI->hasVAStart()) in LowerFormalArguments()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp2795 if (MFI->hasVAStart() && in LowerFormalArguments()
2809 if (Is64Bit && isVarArg && MFI->hasVAStart()) { in LowerFormalArguments()