Home
last modified time | relevance | path

Searched defs:S0 (Results 1 – 25 of 29) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DStringSwitch.h88 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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp210 PHINode *MergedLoadStoreMotion::getPHIOperand(BasicBlock *BB, StoreInst *S0, in getPHIOperand()
229 bool MergedLoadStoreMotion::canSinkStoresAndGEPs(StoreInst *S0, in canSinkStoresAndGEPs()
243 void MergedLoadStoreMotion::sinkStoresAndGEPs(BasicBlock *BB, StoreInst *S0, in sinkStoresAndGEPs()
314 auto *S0 = dyn_cast<StoreInst>(I); in mergeStores() local
/netbsd-src/lib/libm/noieee_src/
H A Dtrig.h143 #define S0 vccast(S0) macro
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/mips64el/
H A Defisetjmp_arch.h14 UINT64 S0; member
/netbsd-src/external/gpl3/gcc/dist/libquadmath/math/
H A Dlog1pq.c109 S0 = 1.701761051846631278975701529965589676574E6Q; variable
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dlog1pq.c109 S0 = 1.701761051846631278975701529965589676574E6Q; variable
/netbsd-src/external/public-domain/xz/dist/src/liblzma/check/
H A Dsha256.c57 #define S0(x) rotr_32(x ^ rotr_32(x ^ rotr_32(x, 9), 11), 2) macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.hash/
H A Dtest_hash.d275 static struct S0 { Object a; alias a this; } in issue22076() argument
/netbsd-src/sys/external/isc/libsodium/dist/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
/netbsd-src/sys/external/isc/libsodium/dist/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
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dsin_cos.c290 sin_bs_aux (mpz_t Q0, mpz_t S0, mpz_t C0, mpz_srcptr p, mpfr_prec_t r, in sin_bs_aux()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/h8300/
H A Dlib1funcs.S44 #define S0 r4 macro
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/h8300/
H A Dlib1funcs.S44 #define S0 r4 macro
/netbsd-src/external/bsd/pcc/dist/pcc/arch/mips/
H A Dmacdefs.h165 #define S0 16 macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp342 SUnit &S0 = DAG->SUnits[i]; in apply() local
H A DHexagonISelDAGToDAG.cpp959 SDValue S0 = U->getOperand(0); in isMemOPCandidate() local
H A DHexagonBitSimplify.cpp2247 const BitTracker::BitValue &S0 = SC[0]; in genBitSplit() local
H A DHexagonISelLoweringHVX.cpp1531 SDValue S0 = getInstr(Hexagon::V6_vasrw, dl, ResTy, {Vs, S16}, DAG); in LowerHvxMulh() local
H A DHexagonISelLowering.cpp2545 SDValue S0 = DAG.getNode(ISD::MUL, dl, MVT::i32, IdxV, in extractVector() local
/netbsd-src/usr.sbin/moused/
H A Dmoused.c391 #define S0 0 /* start */ macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp992 StoreInst *S0 = cast<StoreInst>(Chain[0]); in vectorizeStoreChain() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp2621 const APFloat &S0, in ConstantFoldAMDGCNCubeIntrinsic()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp781 BasicBlock *S0 = BI->getSuccessor(0); in findScope() local
H A DMemorySanitizer.cpp2980 Value *S0 = IRB.CreateOr(getShadow(&I, 0), getShadow(&I, 1)); in handleVectorComparePackedIntrinsic() local
2992 Value *S0 = IRB.CreateOr(getShadow(&I, 0), getShadow(&I, 1)); in handleVectorCompareScalarIntrinsic() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp5749 StringRef S0 = A->getValue(), S = S0; in ConstructJob() local

12