Home
last modified time | relevance | path

Searched refs:YF (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp514 for (const auto &YF : Frames) { in toCodeViewSubsection() local
516 F.CodeSize = YF.CodeSize; in toCodeViewSubsection()
517 F.Flags = YF.Flags; in toCodeViewSubsection()
518 F.LocalSize = YF.LocalSize; in toCodeViewSubsection()
522 F.RvaStart = YF.RvaStart; in toCodeViewSubsection()
713 YAMLFrameData YF; in fromCodeViewSubsection() local
714 YF.CodeSize = F.CodeSize; in fromCodeViewSubsection()
715 YF.Flags = F.Flags; in fromCodeViewSubsection()
716 YF.LocalSize = F.LocalSize; in fromCodeViewSubsection()
720 YF.RvaStart = F.RvaStart; in fromCodeViewSubsection()
[all …]
/llvm-project-15.0.7/clang/test/Layout/
H A Dms-x86-pack-and-align.cpp240 struct YF { struct
687 sizeof(YF)+
688 sizeof(YF)+
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/AMDGPU/
H A Dfmul_legacy.ll46 ; CHECK-NEXT: [[YF:%.*]] = sitofp i32 [[Y:%.*]] to float
47 ; CHECK-NEXT: [[CALL:%.*]] = fmul float [[XF]], [[YF]]
H A Dfma_legacy.ll76 ; CHECK-NEXT: [[YF:%.*]] = sitofp i32 [[Y:%.*]] to float
77 ; CHECK-NEXT: [[CALL:%.*]] = call float @llvm.fma.f32(float [[XF]], float [[YF]], float [[Z:%.*]…