Home
last modified time | relevance | path

Searched refs:hasVAStart (Results 1 – 16 of 16) 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/MIR/Lanai/
Dpeephole-compare.mir206 hasVAStart: false
253 hasVAStart: false
301 hasVAStart: false
351 hasVAStart: false
401 hasVAStart: false
451 hasVAStart: false
501 hasVAStart: false
568 hasVAStart: false
663 hasVAStart: false
/external/llvm/test/CodeGen/AMDGPU/
Dindirect-addressing-undef.mir84 hasVAStart: false
140 hasVAStart: false
195 hasVAStart: false
252 hasVAStart: false
308 hasVAStart: false
/external/llvm/test/CodeGen/AArch64/
Dmovimm-wzr.mir35 hasVAStart: false
/external/llvm/test/CodeGen/PowerPC/
Dno-rlwimi-trivial-commute.mir70 hasVAStart: false
Dopt-sub-inst-cr0-live.mir86 hasVAStart: false
Daddisdtprelha-nonr3.mir46 hasVAStart: false
Daantidep-def-ec.mir83 hasVAStart: false
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h519 bool hasVAStart() const { return HasVAStart; } in hasVAStart() function
/external/llvm/test/CodeGen/MIR/ARM/
DARMLoadStoreDBG.mir118 hasVAStart: false
Dsched-it-debug-nodes.mir129 hasVAStart: false
/external/llvm/test/DebugInfo/MIR/X86/
Dlive-debug-values.mir186 hasVAStart: false
Dlive-debug-values-3preds.mir182 hasVAStart: false
/external/llvm/lib/CodeGen/
DMIRPrinter.cpp268 YamlMFI.HasVAStart = MFI.hasVAStart(); in convert()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp3246 if (isVarArg && MFI->hasVAStart()) { in LowerFormalArguments()
3385 if (isVarArg && MFI->hasVAStart()) in LowerFormalArguments()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp2709 if (MFI->hasVAStart() && in LowerFormalArguments()
2723 if (Is64Bit && isVarArg && MFI->hasVAStart()) { in LowerFormalArguments()