Searched defs:S0 (Results 1 - 20 of 20) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringSwitch.h88 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, T Value) { argument
92 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, argument
97 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, argument
102 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, argument
107 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, argument
113 Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, StringLiteral S3, StringLiteral S4, StringLiteral S5, StringLiteral S6, T Value) argument
119 Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, StringLiteral S3, StringLiteral S4, StringLiteral S5, StringLiteral S6, StringLiteral S7, T Value) argument
125 Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, StringLiteral S3, StringLiteral S4, StringLiteral S5, StringLiteral S6, StringLiteral S7, StringLiteral S8, T Value) argument
132 Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, StringLiteral S3, StringLiteral S4, StringLiteral S5, StringLiteral S6, StringLiteral S7, StringLiteral S8, StringLiteral S9, T Value) argument
161 CasesLower(StringLiteral S0, StringLiteral S1, T Value) argument
165 CasesLower(StringLiteral S0, StringLiteral S1, StringLiteral S2, T Value) argument
170 CasesLower(StringLiteral S0, StringLiteral S1, StringLiteral S2, StringLiteral S3, T Value) argument
175 CasesLower(StringLiteral S0, StringLiteral S1, StringLiteral S2, StringLiteral S3, StringLiteral S4, T Value) argument
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dsha256c.c109 #define S0(x) (ROTR(x, 2) ^ ROTR(x, 13) ^ ROTR(x, 22)) macro
H A Dsha512c.c133 #define S0(x) (ROTR(x, 28) ^ ROTR(x, 34) ^ ROTR(x, 39)) macro
/freebsd-13-stable/sys/crypto/sha2/
H A Dsha256c.c107 #define S0(x) (ROTR(x, 2) ^ ROTR(x, 13) ^ ROTR(x, 22)) macro
H A Dsha512c.c133 #define S0(x) (ROTR(x, 28) ^ ROTR(x, 34) ^ ROTR(x, 39)) macro
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_hash/sha256/cp/
H A Dhash_sha256_cp.c78 #define S0(x) (ROTR(x, 2) ^ ROTR(x, 13) ^ ROTR(x, 22)) macro
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_hash/sha512/cp/
H A Dhash_sha512_cp.c94 #define S0(x) (ROTR(x, 28) ^ ROTR(x, 34) ^ ROTR(x, 39)) macro
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp210 PHINode *MergedLoadStoreMotion::getPHIOperand(BasicBlock *BB, StoreInst *S0, argument
229 bool MergedLoadStoreMotion::canSinkStoresAndGEPs(StoreInst *S0, argument
243 sinkStoresAndGEPs(BasicBlock *BB, StoreInst *S0, StoreInst *S1) argument
314 auto *S0 = dyn_cast<StoreInst>(I); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp271 SUnit &S0 = DAG->SUnits[i]; local
H A DHexagonISelLoweringHVX.cpp1482 SDValue S0 = getInstr(Hexagon::V6_vasrw, dl, ResTy, {Vs, S16}, DAG); local
H A DHexagonISelDAGToDAG.cpp960 SDValue S0 = U->getOperand(0); local
H A DHexagonISelLowering.cpp2507 SDValue S0 = DAG.getNode(ISD::MUL, dl, MVT::i32, IdxV, local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp980 StoreInst *S0 = cast<StoreInst>(Chain[0]); local
/freebsd-13-stable/sys/mips/include/
H A Dregnum.h83 #define S0 16 macro
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp781 BasicBlock *S0 = BI->getSuccessor(0); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp2527 ConstantFoldAMDGCNCubeIntrinsic(Intrinsic::ID IntrinsicID, const APFloat &S0, const APFloat &S1, const APFloat &S2) argument
[all...]
/freebsd-13-stable/sys/contrib/edk2/Include/Library/
H A DBaseLib.h136 UINT64 S0; member in struct:__anon9443
/freebsd-13-stable/usr.sbin/moused/
H A Dmoused.c452 #define S0 0 /* start */ macro
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp5267 StringRef S0 = A->getValue(), S = S0; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3308 SDValue S0 = N1.getOperand(0); local
7442 SDValue S0 = S.getOperand(0); local

Completed in 255 milliseconds