Searched refs:Sd (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMInstrVFP.td | 730 bits<5> Sd; 845 bits<5> Sd; 883 bits<5> Sd; 1417 bits<5> Sd; 1436 bits<5> Sd; 1550 bits<5> Sd; 1570 bits<5> Sd; 1589 bits<5> Sd; 1999 bits<5> Sd; 2630 bits<5> Sd; [all …]
|
| H A D | ARMInstrFormats.td | 1630 bits<5> Sd; 1657 bits<5> Sd; 1868 bits<5> Sd; 1893 bits<5> Sd; 1928 bits<5> Sd; 1955 bits<5> Sd; 1986 bits<5> Sd; 2007 bits<5> Sd; 2035 bits<5> Sd; 2063 bits<5> Sd; [all …]
|
| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | target_codegen_global_capture.cpp | 30 static float Sd = 8.0; in foo() local 62 Sd += 1.0; in foo() 65 return a + b + c + d + (int)Sa + (int)Sb + (int)Sc + (int)Sd; in foo() 72 static float Sd = 12.0; in bar() local 106 Sd += 1.0; in bar() 110 return a + b + c + d + (int)Sa + (int)Sb + (int)Sc + (int)Sd; in bar() 123 static float Sd = 20.0; in tbar() local 157 Sd += 1.0; in tbar() 161 return a + b + c + d + (int)Sa + (int)Sb + (int)Sc + (int)Sd; in tbar()
|
| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | ppc64-struct-onefloat.c | 5 typedef struct s2 { double d; } Sd; typedef 7 typedef struct s5 { Sd ds; } SSd; 9 void bar(Sf a, Sd b, SSf d, SSd e) {} in bar() 31 Sd p2 = { 19.47 }; in foo()
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | err_typecheck_assign_const_filecheck.cpp | 25 static D Sd; member
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | arm_neon.td | 1432 def SCALAR_FCVTXN : IInst<"vcvtx_f32", "(1F<)(1!)", "Sd">; 1435 def SCALAR_FCVTNSD : SInst<"vcvtn_s64", "(1S)1", "Sd">; 1436 def SCALAR_FCVTNUD : SInst<"vcvtn_u64", "(1U)1", "Sd">; 1439 def SCALAR_FCVTMSD : SInst<"vcvtm_s64", "(1S)1", "Sd">; 1440 def SCALAR_FCVTMUD : SInst<"vcvtm_u64", "(1U)1", "Sd">; 1443 def SCALAR_FCVTASD : SInst<"vcvta_s64", "(1S)1", "Sd">; 1444 def SCALAR_FCVTAUD : SInst<"vcvta_u64", "(1U)1", "Sd">; 1447 def SCALAR_FCVTPSD : SInst<"vcvtp_s64", "(1S)1", "Sd">; 1448 def SCALAR_FCVTPUD : SInst<"vcvtp_u64", "(1U)1", "Sd">; 1451 def SCALAR_FCVTZSD : SInst<"vcvt_s64", "(1S)1", "Sd">; [all …]
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 3949 Value *Sd = getShadow(D); in visitSelectInst() local 3952 Value *Sa0 = IRB.CreateSelect(B, Sc, Sd); in visitSelectInst() 3970 Sa1 = IRB.CreateOr({IRB.CreateXor(C, D), Sc, Sd}); in visitSelectInst()
|
| /llvm-project-15.0.7/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 10184 MachO::source_version_command Sd = Obj->getSourceVersionCommand(Command); in PrintLoadCommands() local 10185 PrintSourceVersionCommand(Sd); in PrintLoadCommands()
|