Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dno-tail-call.ll5 %foo = type <{ %Sf }>
6 %Sf = type <{ float }>
21 %.native.value = getelementptr inbounds %Sf, %Sf* %.native, i32 0, i32 0
24 %.native1.value = getelementptr inbounds %Sf, %Sf* %.native1, i32 0, i32 0
27 %.native2.value = getelementptr inbounds %Sf, %Sf* %.native2, i32 0, i32 0
33 %.native4.value = getelementptr inbounds %Sf, %Sf* %.native4, i32 0, i32 0
40 %.native3.value = getelementptr inbounds %Sf, %Sf* %.native3, i32 0, i32 0
59 %.native.value = getelementptr inbounds %Sf, %Sf* %.native, i32 0, i32 0
62 %.native1.value = getelementptr inbounds %Sf, %Sf* %.native1, i32 0, i32 0
65 %.native2.value = getelementptr inbounds %Sf, %Sf* %.native2, i32 0, i32 0
[all …]
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dppc64-struct-onefloat.c4 typedef struct s1 { float f; } Sf; typedef
6 typedef struct s4 { Sf fs; } SSf;
9 void bar(Sf a, Sd b, SSf d, SSd e) {} in bar()
30 Sf p1 = { 22.63f }; in foo()
/llvm-project-15.0.7/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp8.cpp10 static constexpr int Sf();
20 int (*Sf)() = &S::Sf; in f() local
32 constexpr int S::Sf() { return 2; } in Sf() function in S
/llvm-project-15.0.7/clang/include/clang/Basic/
H A Darm_neon.td1372 def SCALAR_FRINTN_S32 : SInst<"vrndn", "11", "Sf">;
1433 def SCALAR_FCVTNSS : SInst<"vcvtn_s32", "(1S)1", "Sf">;
1434 def SCALAR_FCVTNUS : SInst<"vcvtn_u32", "(1U)1", "Sf">;
1437 def SCALAR_FCVTMSS : SInst<"vcvtm_s32", "(1S)1", "Sf">;
1438 def SCALAR_FCVTMUS : SInst<"vcvtm_u32", "(1U)1", "Sf">;
1441 def SCALAR_FCVTASS : SInst<"vcvta_s32", "(1S)1", "Sf">;
1442 def SCALAR_FCVTAUS : SInst<"vcvta_u32", "(1U)1", "Sf">;
1445 def SCALAR_FCVTPSS : SInst<"vcvtp_s32", "(1S)1", "Sf">;
1446 def SCALAR_FCVTPUS : SInst<"vcvtp_u32", "(1U)1", "Sf">;
1449 def SCALAR_FCVTZSS : SInst<"vcvt_s32", "(1S)1", "Sf">;
[all …]
/llvm-project-15.0.7/llvm/tools/llvm-ml/
H A DOpts.td113 def first_pass_listing : UnsupportedFlag<"Sf">, HelpText<"">;
/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h876 SApply(SExpr *Sf, SExpr *A = nullptr) : SExpr(COP_SApply), Sfun(Sf), Arg(A) {} in SExpr()
877 SApply(SApply &A, SExpr *Sf, SExpr *Ar = nullptr) // rewrite constructor
878 : SExpr(A), Sfun(Sf), Arg(Ar) {} in SExpr()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp916 til::SExpr *Sf = new (Arena) til::LiteralPtr(VD); in handleDestructorCall() local
918 til::SExpr *Ap = new (Arena) til::Apply(Dr, Sf); in handleDestructorCall()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp10202 MachO::sub_framework_command Sf = Obj->getSubFrameworkCommand(Command); in PrintLoadCommands() local
10203 PrintSubFrameworkCommand(Sf, Command.Ptr); in PrintLoadCommands()
10205 MachO::sub_umbrella_command Sf = Obj->getSubUmbrellaCommand(Command); in PrintLoadCommands() local
10206 PrintSubUmbrellaCommand(Sf, Command.Ptr); in PrintLoadCommands()