| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/ |
| HD | StringSwitch.h | 88 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, T Value) { in Cases() 92 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 97 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 102 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 107 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 113 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 119 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 125 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 132 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 161 StringSwitch &CasesLower(StringLiteral S0, StringLiteral S1, T Value) { in CasesLower() [all …]
|
| HD | SetOperations.h | 22 bool set_union(S1Ty &S1, const S2Ty &S2) { in set_union() 39 void set_intersect(S1Ty &S1, const S2Ty &S2) { in set_intersect() 50 S1Ty set_difference(const S1Ty &S1, const S2Ty &S2) { in set_difference() 62 void set_subtract(S1Ty &S1, const S2Ty &S2) { in set_subtract()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| HD | PrettyTypeDumper.cpp | 39 static bool CompareNames(const LayoutPtr &S1, const LayoutPtr &S2) { in CompareNames() 43 static bool CompareSizes(const LayoutPtr &S1, const LayoutPtr &S2) { in CompareSizes() 47 static bool ComparePadding(const LayoutPtr &S1, const LayoutPtr &S2) { in ComparePadding() 51 static bool ComparePaddingPct(const LayoutPtr &S1, const LayoutPtr &S2) { in ComparePaddingPct() 57 static bool ComparePaddingImmediate(const LayoutPtr &S1, const LayoutPtr &S2) { in ComparePaddingImmediate() 61 static bool ComparePaddingPctImmediate(const LayoutPtr &S1, in ComparePaddingPctImmediate()
|
| /freebsd-11-stable/lib/msun/ld80/ |
| HD | k_sinl.c | 37 #define S1 ((long double)S1hi + S1lo) macro 40 S1 = -0.166666666666666666671L; /* -0xaaaaaaaaaaaaaaab.0p-66 */ variable
|
| /freebsd-11-stable/lib/msun/src/ |
| HD | k_sincosl.h | 27 #define S1 ((long double)S1hi + S1lo) macro 32 S1 = -0.166666666666666666671L; /* -0xaaaaaaaaaaaaaaab.0p-66 */ variable 86 S1 = -0.16666666666666666666666666666666666606732416116558L, variable
|
| HD | k_sinf.c | 27 S1 = -0x15555554cbac77.0p-55, /* -0.166666666416265235595 */ variable
|
| HD | k_sin.c | 52 S1 = -1.66666666666666324348e-01, /* 0xBFC55555, 0x55555549 */ variable
|
| HD | k_sincosf.h | 19 S1 = -0x15555554cbac77.0p-55, /* -0.166666666416265235595 */ variable
|
| HD | k_sincos.h | 18 S1 = -1.66666666666666324348e-01, /* 0xBFC55555, 0x55555549 */ variable
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| HD | MergedLoadStoreMotion.cpp | 211 StoreInst *S1) { in getPHIOperand() 244 StoreInst *S1) { in sinkStoresAndGEPs() 321 if (StoreInst *S1 = canSinkFromBlock(Pred1, S0)) { in mergeStores() local
|
| HD | InstSimplifyPass.cpp | 33 SmallPtrSet<const Instruction *, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; in runImpl() local
|
| HD | LoopInstSimplify.cpp | 63 SmallPtrSet<const Instruction *, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; in simplifyLoopInst() local
|
| /freebsd-11-stable/lib/msun/ld128/ |
| HD | k_sinl.c | 33 S1 = -0.16666666666666666666666666666666666606732416116558L, variable
|
| /freebsd-11-stable/contrib/wpa/src/crypto/ |
| HD | sha1-tlsprf.c | 34 const u8 *S1, *S2; in tls_prf_sha1_md5() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| HD | MipsMCExpr.cpp | 293 if (const MipsMCExpr *S1 = dyn_cast<const MipsMCExpr>(getSubExpr())) { in isGpOff() local
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| HD | ProgramState.h | 561 bool haveEqualConstraints(ProgramStateRef S1, ProgramStateRef S2) const { in haveEqualConstraints() 565 bool haveEqualEnvironments(ProgramStateRef S1, ProgramStateRef S2) const { in haveEqualEnvironments() 569 bool haveEqualStores(ProgramStateRef S1, ProgramStateRef S2) const { in haveEqualStores()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| HD | MipsCCState.cpp | 32 auto Comp = [](const char *S1, const char *S2) { return strcmp(S1, S2) < 0; }; in isF128SoftLibCall()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| HD | HexagonStoreWidening.cpp | 284 bool HexagonStoreWidening::storesAreAdjacent(const MachineInstr *S1, in storesAreAdjacent() 341 MachineInstr *S1 = FirstMI; in selectStores() local
|
| HD | HexagonPeephole.cpp | 263 unsigned PR = 1, S1 = 2, S2 = 3; // Operand indices. in runOnMachineFunction() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| HD | LoopUnroll.cpp | 318 auto CheckLatchSuccessors = [&](unsigned S1, unsigned S2) { in UnrollLoop() 331 auto CheckHeaderSuccessors = [&](unsigned S1, unsigned S2) { in UnrollLoop()
|
| /freebsd-11-stable/sys/crypto/sha2/ |
| HD | sha256c.c | 107 #define S1(x) (ROTR(x, 6) ^ ROTR(x, 11) ^ ROTR(x, 25)) macro
|
| HD | sha512c.c | 134 #define S1(x) (ROTR(x, 14) ^ ROTR(x, 18) ^ ROTR(x, 41)) macro
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | AMDGPULegalizerInfo.cpp | 172 const LLT S1 = LLT::scalar(1); in AMDGPULegalizerInfo() local 1388 const LLT S1 = LLT::scalar(1); in legalizeFceil() local 1433 const LLT S1 = LLT::scalar(1); in legalizeIntrinsicTrunc() local 2075 LLT S1 = LLT::scalar(1); in legalizeFDIV32() local 2140 LLT S1 = LLT::scalar(1); in legalizeFDIV64() local 2220 LLT S1 = LLT::scalar(1); in legalizeFDIVFastIntrin() local
|
| /freebsd-11-stable/sbin/iscontrol/ |
| HD | fsm.c | 629 S1, S2, /*S3,*/ S4, S5, S6, S7, S8 enumerator
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/ |
| HD | SetTheory.cpp | 69 RecSet S1, S2; in apply() local
|