Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSetOperations.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()
H A DStringSwitch.h90 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, T Value) { in Cases() argument
94 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() argument
99 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() argument
104 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() argument
109 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() argument
115 Cases(StringLiteral S0,StringLiteral S1,StringLiteral S2,StringLiteral S3,StringLiteral S4,StringLiteral S5,StringLiteral S6,T Value) Cases() argument
121 Cases(StringLiteral S0,StringLiteral S1,StringLiteral S2,StringLiteral S3,StringLiteral S4,StringLiteral S5,StringLiteral S6,StringLiteral S7,T Value) Cases() argument
127 Cases(StringLiteral S0,StringLiteral S1,StringLiteral S2,StringLiteral S3,StringLiteral S4,StringLiteral S5,StringLiteral S6,StringLiteral S7,StringLiteral S8,T Value) Cases() argument
134 Cases(StringLiteral S0,StringLiteral S1,StringLiteral S2,StringLiteral S3,StringLiteral S4,StringLiteral S5,StringLiteral S6,StringLiteral S7,StringLiteral S8,StringLiteral S9,T Value) Cases() argument
163 CasesLower(StringLiteral S0,StringLiteral S1,T Value) CasesLower() argument
167 CasesLower(StringLiteral S0,StringLiteral S1,StringLiteral S2,T Value) CasesLower() argument
172 CasesLower(StringLiteral S0,StringLiteral S1,StringLiteral S2,StringLiteral S3,T Value) CasesLower() argument
177 CasesLower(StringLiteral S0,StringLiteral S1,StringLiteral S2,StringLiteral S3,StringLiteral S4,T Value) CasesLower() argument
[all...]
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyTypeDumper.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/lib/msun/ld80/
H A Dk_sinl.c33 #define S1 ((long double)S1hi + S1lo) macro
36 S1 = -0.166666666666666666671L; /* -0xaaaaaaaaaaaaaaab.0p-66 */ variable
/freebsd/lib/msun/src/
H A Dk_sincosl.h24 #define S1 ((long double)S1hi + S1lo) macro
29 S1 = -0.166666666666666666671L; /* -0xaaaaaaaaaaaaaaab.0p-66 */ variable
76 S1 = -0.16666666666666666666666666666666666606732416116558L, variable
H A Dk_sinf.c22 S1 = -0x15555554cbac77.0p-55, /* -0.166666666416265235595 */ variable
H A Dk_sin.c48 S1 = -1.66666666666666324348e-01, /* 0xBFC55555, 0x55555549 */ variable
H A Dk_sincosf.h16 S1 = -0x15555554cbac77.0p-55, /* -0.166666666416265235595 */ variable
H A Dk_sincos.h15 S1 = -1.66666666666666324348e-01, /* 0xBFC55555, 0x55555549 */ variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp212 StoreInst *S1) { in getPHIOperand()
247 StoreInst *S1) { in sinkStoresAndGEPs()
336 if (StoreInst *S1 = canSinkFromBlock(Pred1, S0)) { in mergeStores() local
H A DLoopInstSimplify.cpp57 SmallPtrSet<const Instruction *, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; in simplifyLoopInst() local
H A DInstSimplifyPass.cpp29 SmallPtrSet<const Instruction *, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; in runImpl() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPointerSubChecker.cpp83 ProgramStateRef S1, S2; in checkArrayBounds() local
95 ProgramStateRef S1, S2; in checkArrayBounds() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCLegalizerInfo.cpp44 const LLT S1 = LLT::scalar(1); in PPCLegalizerInfo() local
/freebsd/lib/msun/ld128/
H A Dk_sinl.c29 S1 = -0.16666666666666666666666666666666666606732416116558L, variable
/freebsd/contrib/wpa/src/crypto/
H A Dsha1-tlsprf.c34 const u8 *S1, *S2; in tls_prf_sha1_md5() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCExpr.cpp291 if (const MipsMCExpr *S1 = dyn_cast<const MipsMCExpr>(getSubExpr())) { in isGpOff() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.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/contrib/bearssl/src/symcipher/
H A Ddes_tab.c52 static const uint32_t S1[] = { variable
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.cpp31 auto Comp = [](const char *S1, const char *S2) { return strcmp(S1, S2) < 0; }; in isF128SoftLibCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUGlobalISelDivergenceLowering.cpp103 LLT S1 = LLT::scalar(1); in getCandidatesForLowering() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.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/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp284 bool HexagonStoreWidening::storesAreAdjacent(const MachineInstr *S1, in storesAreAdjacent()
341 MachineInstr *S1 = FirstMI; in selectStores() local
H A DHexagonPeephole.cpp256 unsigned PR = 1, S1 = 2, S2 = 3; // Operand indices. in runOnMachineFunction() local
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_hash/sha256/cp/
H A Dhash_sha256_cp.c79 #define S1(x) (ROTR(x, 6) ^ ROTR(x, 11) ^ ROTR(x, 25)) macro

123