Home
last modified time | relevance | path

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

123

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSetOperations.h23 set_union(S1Ty & S1,const S2Ty & S2) set_union() argument
40 set_intersect(S1Ty & S1,const S2Ty & S2) set_intersect() argument
49 set_intersection_impl(const S1Ty & S1,const S2Ty & S2) set_intersection_impl() argument
60 set_intersection(const S1Ty & S1,const S2Ty & S2) set_intersection() argument
70 set_difference(const S1Ty & S1,const S2Ty & S2) set_difference() argument
82 set_subtract(S1Ty & S1,const S2Ty & S2) set_subtract() argument
92 set_subtract(S1Ty & S1,const S2Ty & S2,S1Ty & Removed,S1Ty & Remaining) set_subtract() argument
104 set_is_subset(const S1Ty & S1,const S2Ty & S2) set_is_subset() argument
[all...]
H A DStringSwitch.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-src/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-src/lib/msun/ld80/
H A Dk_sinl.c33 #define S1 ((long double)S1hi + S1lo) macro
36 S1 = -0.166666666666666666671L; /* -0xaaaaaaaaaaaaaaab.0p-66 */ variable
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp212 StoreInst *S1) { in getPHIOperand() argument
247 sinkStoresAndGEPs(BasicBlock * BB,StoreInst * S0,StoreInst * S1) sinkStoresAndGEPs() argument
336 if (StoreInst *S1 = canSinkFromBlock(Pred1, S0)) { mergeStores() local
[all...]
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-src/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCLegalizerInfo.cpp44 const LLT S1 = LLT::scalar(1); in PPCLegalizerInfo() local
/freebsd-src/lib/msun/ld128/
H A Dk_sinl.c29 S1 = -0.16666666666666666666666666666666666606732416116558L, variable
/freebsd-src/contrib/wpa/src/crypto/
H A Dsha1-tlsprf.c34 const u8 *S1, *S2; in tls_prf_sha1_md5() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCExpr.cpp293 if (S1->getKind() == MEK_NEG && S2->getKind() == MEK_GPREL) { in isGpOff() local
/freebsd-src/contrib/bearssl/src/symcipher/
H A Ddes_tab.c52 static const uint32_t S1[] = { variable
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h608 haveEqualConstraints(ProgramStateRef S1,ProgramStateRef S2) haveEqualConstraints() argument
612 haveEqualEnvironments(ProgramStateRef S1,ProgramStateRef S2) haveEqualEnvironments() argument
616 haveEqualStores(ProgramStateRef S1,ProgramStateRef S2) haveEqualStores() argument
/freebsd-src/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-src/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp418 return IsStmtEquivalent(S1, S2); \ in IsEquivalent() argument
289 IsStmtEquivalent(const Stmt * S1,const Stmt * S2) IsStmtEquivalent() argument
291 IsStmtEquivalent(const GotoStmt * S1,const GotoStmt * S2) IsStmtEquivalent() argument
396 TraverseStmt(const Stmt * S1,const Stmt * S2) TraverseStmt() argument
478 IsStructurallyEquivalent(StructuralEquivalenceContext & Context,const Stmt * S1,const Stmt * S2) IsStructurallyEquivalent() argument
2402 IsEquivalent(Stmt * S1,Stmt * S2) IsEquivalent() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp284 bool HexagonStoreWidening::storesAreAdjacent(const MachineInstr *S1, in storesAreAdjacent() argument
341 MachineInstr *S1 = FirstMI; in selectStores() local
[all...]
H A DHexagonPeephole.cpp256 unsigned PR = 1, S1 = 2, S2 = 3; // Operand indices. in runOnMachineFunction() local
/freebsd-src/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
/freebsd-src/sys/contrib/libsodium/src/libsodium/crypto_hash/sha512/cp/
H A Dhash_sha512_cp.c95 #define S1(x) (ROTR(x, 14) ^ ROTR(x, 18) ^ ROTR(x, 41)) macro
/freebsd-src/sys/crypto/sha2/
H A Dsha256c.c112 #define S1(x) (ROTR(x, 6) ^ ROTR(x, 11) ^ ROTR(x, 25)) macro

123