Home
last modified time | relevance | path

Searched defs:S1 (Results 1 – 25 of 78) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDSetOperations.h43 template <class S1Ty, class S2Ty> bool set_union(S1Ty &S1, const S2Ty &S2) { in set_union()
58 template <class S1Ty, class S2Ty> void set_intersect(S1Ty &S1, const S2Ty &S2) { in set_intersect()
73 S1Ty set_intersection_impl(const S1Ty &S1, const S2Ty &S2) { in set_intersection_impl()
83 S1Ty set_intersection(const S1Ty &S1, const S2Ty &S2) { in set_intersection()
93 S1Ty set_difference(const S1Ty &S1, const S2Ty &S2) { in set_difference()
106 template <class S1Ty, class S2Ty> void set_subtract(S1Ty &S1, const S2Ty &S2) { in set_subtract()
140 void set_subtract(S1Ty &S1, const S2Ty &S2, S1Ty &Removed, S1Ty &Remaining) { in set_subtract()
151 bool set_is_subset(const S1Ty &S1, const S2Ty &S2) { in set_is_subset()
HDStringSwitch.h90 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, T Value) { in Cases()
94 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
99 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
104 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
109 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
115 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
121 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
127 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
134 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
163 StringSwitch &CasesLower(StringLiteral S0, StringLiteral S1, T Value) { in CasesLower()
[all …]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDPrettyTypeDumper.cpp41 static bool CompareNames(const LayoutPtr &S1, const LayoutPtr &S2) { in CompareNames()
45 static bool CompareSizes(const LayoutPtr &S1, const LayoutPtr &S2) { in CompareSizes()
49 static bool ComparePadding(const LayoutPtr &S1, const LayoutPtr &S2) { in ComparePadding()
53 static bool ComparePaddingPct(const LayoutPtr &S1, const LayoutPtr &S2) { in ComparePaddingPct()
59 static bool ComparePaddingImmediate(const LayoutPtr &S1, const LayoutPtr &S2) { in ComparePaddingImmediate()
63 static bool ComparePaddingPctImmediate(const LayoutPtr &S1, in ComparePaddingPctImmediate()
/freebsd-13-stable/lib/msun/ld80/
HDk_sinl.c35 #define S1 ((long double)S1hi + S1lo) macro
38 S1 = -0.166666666666666666671L; /* -0xaaaaaaaaaaaaaaab.0p-66 */ variable
/freebsd-13-stable/lib/msun/src/
HDk_sincosl.h25 #define S1 ((long double)S1hi + S1lo) macro
30 S1 = -0.166666666666666666671L; /* -0xaaaaaaaaaaaaaaab.0p-66 */ variable
77 S1 = -0.16666666666666666666666666666666666606732416116558L, variable
HDk_sinf.c26 S1 = -0x15555554cbac77.0p-55, /* -0.166666666416265235595 */ variable
HDk_sin.c50 S1 = -1.66666666666666324348e-01, /* 0xBFC55555, 0x55555549 */ variable
HDk_sincosf.h17 S1 = -0x15555554cbac77.0p-55, /* -0.166666666416265235595 */ variable
HDk_sincos.h16 S1 = -1.66666666666666324348e-01, /* 0xBFC55555, 0x55555549 */ variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDMergedLoadStoreMotion.cpp212 StoreInst *S1) { in getPHIOperand()
247 StoreInst *S1) { in sinkStoresAndGEPs()
336 if (StoreInst *S1 = canSinkFromBlock(Pred1, S0)) { in mergeStores() local
HDLoopInstSimplify.cpp57 SmallPtrSet<const Instruction *, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; in simplifyLoopInst() local
HDInstSimplifyPass.cpp29 SmallPtrSet<const Instruction *, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; in runImpl() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDPointerSubChecker.cpp83 ProgramStateRef S1, S2; in checkArrayBounds() local
95 ProgramStateRef S1, S2; in checkArrayBounds() local
/freebsd-13-stable/lib/msun/ld128/
HDk_sinl.c31 S1 = -0.16666666666666666666666666666666666606732416116558L, variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
HDPPCLegalizerInfo.cpp44 const LLT S1 = LLT::scalar(1); in PPCLegalizerInfo() local
/freebsd-13-stable/contrib/wpa/src/crypto/
HDsha1-tlsprf.c34 const u8 *S1, *S2; in tls_prf_sha1_md5() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsMCExpr.cpp291 if (const MipsMCExpr *S1 = dyn_cast<const MipsMCExpr>(getSubExpr())) { in isGpOff() local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDProgramState.h610 bool haveEqualConstraints(ProgramStateRef S1, ProgramStateRef S2) const { in haveEqualConstraints()
614 bool haveEqualEnvironments(ProgramStateRef S1, ProgramStateRef S2) const { in haveEqualEnvironments()
618 bool haveEqualStores(ProgramStateRef S1, ProgramStateRef S2) const { in haveEqualStores()
/freebsd-13-stable/contrib/bearssl/src/symcipher/
HDdes_tab.c52 static const uint32_t S1[] = { variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUGlobalISelDivergenceLowering.cpp103 LLT S1 = LLT::scalar(1); in getCandidatesForLowering() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsCCState.cpp31 auto Comp = [](const char *S1, const char *S2) { return strcmp(S1, S2) < 0; }; in isF128SoftLibCall()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDASTStructuralEquivalence.cpp290 bool IsStmtEquivalent(const Stmt *S1, const Stmt *S2) { return true; } in IsStmtEquivalent()
292 bool IsStmtEquivalent(const GotoStmt *S1, const GotoStmt *S2) { in IsStmtEquivalent()
406 bool TraverseStmt(const Stmt *S1, const Stmt *S2) { return true; } in TraverseStmt()
428 bool IsEquivalent(const Stmt *S1, const Stmt *S2) { in IsEquivalent()
488 const Stmt *S1, const Stmt *S2) { in IsStructurallyEquivalent()
2439 bool StructuralEquivalenceContext::IsEquivalent(Stmt *S1, Stmt *S2) { in IsEquivalent()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonStoreWidening.cpp284 bool HexagonStoreWidening::storesAreAdjacent(const MachineInstr *S1, in storesAreAdjacent()
341 MachineInstr *S1 = FirstMI; in selectStores() local
HDHexagonPeephole.cpp256 unsigned PR = 1, S1 = 2, S2 = 3; // Operand indices. in runOnMachineFunction() local
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_hash/sha256/cp/
HDhash_sha256_cp.c79 #define S1(x) (ROTR(x, 6) ^ ROTR(x, 11) ^ ROTR(x, 25)) macro

1234