Searched refs:S1 (Results 76 - 100 of 103) sorted by relevance

12345

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.cpp375 // Finds min of (strlen(S1), strlen(S2)).
377 static size_t InternalStrnlen2(const char *S1, const char *S2) {
379 for (; S1[Len] && S2[Len]; Len++) {}
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp477 W.printNumber(Annotation.Name, Annotation.S1);
491 << W.hex(Annotation.U1) << ", LineOffset: " << Annotation.S1
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp382 Mips::T7, Mips::S0, Mips::S1, Mips::S2, Mips::S3, Mips::S4, Mips::S5,
576 Reg == Mips::S0 || Reg == Mips::S1 || Reg == Mips::S2 ||
H A DMips16InstrInfo.cpp197 case Mips::S1:
209 // Adjust SP by FrameSize bytes. Save RA, S0, S1
239 // Adjust SP by FrameSize bytes. Restore RA, S0, S1
/freebsd-13-stable/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-armv8.pl871 $U1,$U2,$S1,$S2)=map(32*$_,(0..11));
921 add $rp,sp,#$S1
922 bl __ecp_nistz256_mul_mont // p256_mul_mont(S1, Z2sqr, in2_z);
932 ldp $a0,$a1,[sp,#$S1]
933 ldp $a2,$a3,[sp,#$S1+16]
935 add $rp,sp,#$S1
936 bl __ecp_nistz256_mul_mont // p256_mul_mont(S1, S1, in1_y);
945 add $bp,sp,#$S1
950 bl __ecp_nistz256_sub_from // p256_sub(R, S2, S1);
[all...]
H A Decp_nistz256-x86_64.pl3469 $U1,$U2,$S1,$S2,
3589 lea $S1(%rsp), $r_ptr # S1 = Z2^3
3590 call __ecp_nistz256_mul_mont$x # p256_mul_mont(S1, Z2sqr, in2_z);
3596 `&load_for_mul("$S1(%rsp)", "$in1_y(%rsp)", "$src0")`
3597 lea $S1(%rsp), $r_ptr # S1 = Y1*Z2^3
3598 call __ecp_nistz256_mul_mont$x # p256_mul_mont(S1, S1, in1_y);
3604 lea $S1(
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp782 BasicBlock *S1 = BI->getSuccessor(1); local
784 CHR_DEBUG(dbgs() << "S1 " << S1->getName() << "\n");
785 if (S0 != S1 && (S0 == Exit || S1 == Exit)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.cpp132 {codeview::RegisterId::ARM64_S1, AArch64::S1},
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp916 bool haveEqualConstraints(ProgramStateRef S1,
918 return S1->get<ConstraintRange>() == S2->get<ConstraintRange>();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp1266 void PMDataManager::dumpPassInfo(Pass *P, enum PassDebuggingString S1, argument
1273 switch (S1) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1895 if (const SelectInst *S1 = dyn_cast<SelectInst>(V1)) {
1897 aliasSelect(S1, V1Size, V1AAInfo, V2, V2Size, V2AAInfo, O2, AAQI);
H A DScalarEvolution.cpp9929 auto ProvedEasily = [&](const SCEV *S1, const SCEV *S2) {
9930 return isKnownViaNonRecursiveReasoning(Pred, S1, S2) ||
9931 isImpliedCondOperandsViaRanges(Pred, S1, S2, FoundLHS, FoundRHS) ||
9932 isImpliedViaOperations(Pred, S1, S2, FoundLHS, FoundRHS, Depth);
10115 auto IsSGTViaContext = [&](const SCEV *S1, const SCEV *S2) {
10116 return isKnownViaNonRecursiveReasoning(ICmpInst::ICMP_SGT, S1, S2) ||
10117 isImpliedViaOperations(ICmpInst::ICMP_SGT, S1, S2, OrigFoundLHS,
10138 // Checks that S1 >= 0 && S2 > RHS, trivially or using the found context.
10139 auto IsSumGreaterThanRHS = [&](const SCEV *S1, const SCEV *S2) {
10140 return IsSGTViaContext(S1, MinusOn
[all...]
/freebsd-13-stable/crypto/openssl/crypto/bn/asm/
H A Dbn-c64xplus.asm272 [A0] BNOP.S1 outer?,4
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1707 SmallSetVector<SUnit *, 8> S1; local
1708 if (N1.empty() || !succ_L(N1, S1))
1717 if (isSubset(S1, S2) && S1.size() == S2.size()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp2136 [](const std::pair<GlobalClassesTy::iterator, unsigned> &S1,
2138 return S1.second < S2.second;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1940 [](StringRef S1, StringRef S2) { return S1.size() < S2.size(); });
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp2426 unsigned Regs[] = {Mips::S0, Mips::S1, Mips::S2, Mips::S3, Mips::S4, Mips::S5,
2454 unsigned Regs[] = {Mips::S0, Mips::S1, Mips::S2, Mips::S3};
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCCodeEmitter.cpp1112 case Mips::S1: return 1;
/freebsd-13-stable/sys/contrib/edk2/Include/Library/
H A DBaseLib.h137 UINT64 S1; member in struct:__anon9443
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp961 SDValue S1 = U->getOperand(1); local
962 SDValue SY = (S0.getNode() == I) ? S1 : S0;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3243 case Mips::S0: return Mips::S1;
3244 case Mips::S1: return Mips::S2;
5596 case Mips::F17: return Mips::S1;
5635 case Mips::COP017: return Mips::S1;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp358 AArch64::S0, AArch64::S1, AArch64::S2, AArch64::S3, AArch64::S4,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp1704 const LLT S1 = LLT::scalar(1); local
1708 if (DstTy == S1) {
1904 // Scalar BFE is encoded as S1[5:0] = offset, S1[22:16]= width.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3011 { AArch64::S0, AArch64::S1, AArch64::S2, AArch64::S3, AArch64::S4,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp1310 ARM::S0, ARM::S1, ARM::S2, ARM::S3,

Completed in 517 milliseconds

12345