| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanSLP.cpp | 67 auto *IG = IAI.getInterleaveGroup(Inst); in visitBlock() local 68 if (!IG) in visitBlock() 71 auto NewIGIter = Old2New.find(IG); in visitBlock() 73 Old2New[IG] = new InterleaveGroup<VPInstruction>( in visitBlock() 74 IG->getFactor(), IG->isReverse(), IG->getAlign()); in visitBlock() 76 if (Inst == IG->getInsertPos()) in visitBlock() 77 Old2New[IG]->setInsertPos(VPInst); in visitBlock() 79 InterleaveGroupMap[VPInst] = Old2New[IG]; in visitBlock() 81 VPInst, IG->getIndex(Inst), in visitBlock() 82 Align(IG->isReverse() ? (-1) * int(IG->getFactor()) in visitBlock() [all …]
|
| H A D | VPlanTransforms.cpp | 2479 for (const auto *IG : InterleaveGroups) { in createInterleaveGroups() local 2481 for (unsigned i = 0; i < IG->getFactor(); ++i) in createInterleaveGroups() 2482 if (auto *SI = dyn_cast_or_null<StoreInst>(IG->getMember(i))) { in createInterleaveGroups() 2488 IG->requiresScalarEpilogue() && !ScalarEpilogueAllowed; in createInterleaveGroups() 2490 Instruction *IRInsertPos = IG->getInsertPos(); in createInterleaveGroups() 2501 cast<VPWidenMemoryRecipe>(RecipeBuilder.getRecipe(IG->getMember(0))); in createInterleaveGroups() 2511 assert(IG->getIndex(IRInsertPos) != 0 && in createInterleaveGroups() 2516 IG->getIndex(IRInsertPos), in createInterleaveGroups() 2528 if (IG->isReverse()) { in createInterleaveGroups() 2531 -(int64_t)IG->getFactor(), in createInterleaveGroups() [all …]
|
| H A D | VPlanRecipes.cpp | 259 else if (auto *IG = dyn_cast<VPInterleaveRecipe>(this)) in cost() local 260 UI = IG->getInsertPos(); in cost() 3437 const InterleaveGroup<Instruction> *Group = IG; in execute() 3619 O << Indent << "INTERLEAVE-GROUP with factor " << IG->getFactor() << " at "; in print() 3620 IG->getInsertPos()->printAsOperand(O, false); in print() 3630 for (unsigned i = 0; i < IG->getFactor(); ++i) { in print() 3631 if (!IG->getMember(i)) in print() 3652 for (unsigned Idx = 0; IG->getFactor(); ++Idx) in computeCost() 3653 if (auto *Member = IG->getMember(Idx)) { in computeCost() 3664 unsigned InterleaveFactor = IG->getFactor(); in computeCost() [all …]
|
| H A D | VPlan.h | 2365 const InterleaveGroup<Instruction> *IG; variable 2376 VPInterleaveRecipe(const InterleaveGroup<Instruction> *IG, VPValue *Addr, in VPInterleaveRecipe() argument 2382 IG(IG), NeedsMaskForGaps(NeedsMaskForGaps) { 2384 assert((!Mask || !IG->isReverse()) && 2386 for (unsigned i = 0; i < IG->getFactor(); ++i) 2387 if (Instruction *I = IG->getMember(i)) { 2403 return new VPInterleaveRecipe(IG, getAddr(), getStoredValues(), getMask(), in clone() 2443 const InterleaveGroup<Instruction> *getInterleaveGroup() { return IG; } in getInterleaveGroup() 2458 Instruction *getInsertPos() const { return IG->getInsertPos(); } in getInsertPos()
|
| H A D | LoopVectorize.cpp | 6920 auto *IG = IR->getInterleaveGroup(); in planContainsAdditionalSimplifications() local 6921 unsigned NumMembers = IG->getNumMembers(); in planContainsAdditionalSimplifications() 6923 if (Instruction *M = IG->getMember(I)) in planContainsAdditionalSimplifications() 8672 for (InterleaveGroup<Instruction> *IG : IAI.getInterleaveGroups()) { in tryToBuildVPlanWithVPRecipes() 8673 auto ApplyIG = [IG, this](ElementCount VF) -> bool { in tryToBuildVPlanWithVPRecipes() 8675 CM.getWideningDecision(IG->getInsertPos(), VF) == in tryToBuildVPlanWithVPRecipes() 8679 assert((!Result || !VF.isScalable() || IG->getFactor() <= 8) && in tryToBuildVPlanWithVPRecipes() 8685 InterleaveGroups.insert(IG); in tryToBuildVPlanWithVPRecipes()
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | EVP_RAND-HMAC-DRBG.pod | 66 …<FIPS 140-3 IG D.R|https://csrc.nist.gov/CSRC/media/Projects/cryptographic-module-validation-progr… 130 …<FIPS 140-3 IG D.R|https://csrc.nist.gov/CSRC/media/Projects/cryptographic-module-validation-progr…
|
| H A D | EVP_RAND-HASH-DRBG.pod | 65 …<FIPS 140-3 IG D.R|https://csrc.nist.gov/CSRC/media/Projects/cryptographic-module-validation-progr… 127 …<FIPS 140-3 IG D.R|https://csrc.nist.gov/CSRC/media/Projects/cryptographic-module-validation-progr…
|
| H A D | OSSL_PROVIDER-FIPS.pod | 217 The FIPS 140-3 IG states that "Curves that are included in SP 800-186 but not 223 The FIPS 140-3 IG states that "Curves that are included in SP 800-186 but not"
|
| H A D | provider-signature.pod | 598 compliance. See FIPS 140-3 IG 2.4.B for further information.
|
| /freebsd/crypto/openssl/doc/designs/ |
| H A D | fips_indicator.md | 14 …csrc/media/Projects/cryptographic-module-validation-program/documents/fips 140-3/FIPS 140-3 IG.pdf> 19 The following information was extracted from the FIPS 140-3 IG [5] “2.4.C Approved Security Service… 276 - ECDSA B & K curves are deprecated, but still approved according to (IG C.K Resolution 4).\ 284 …transport. Verification allows 1024 also. Note also that according to the (IG section C.F) that fi… 306 The FIPS 140-3 IG Section C.B & C.C have notes related to Vendor affirmation. 315 Test that Deterministic ECDSA does not allow SHAKE (IG C.K Additional Comments 6) 337 - HMAC (FIPS 140-3 IG Section C.D has notes about the output length when using a Truncated HMAC)
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | JumpDiagnostics.cpp | 92 void DiagnoseIndirectOrAsmJump(Stmt *IG, unsigned IGScope, LabelDecl *Target, 778 for (Stmt *IG : IndirectJumps) { in VerifyIndirectJumps() 779 if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(IG))) in VerifyIndirectJumps() 781 unsigned IGScope = LabelAndGotoScopes[IG]; in VerifyIndirectJumps() 782 JumpScopesMap.try_emplace(IGScope, IG); in VerifyIndirectJumps()
|
| /freebsd/libexec/getty/ |
| H A D | gettytab.h | 162 #define IG gettyflags[15].value macro
|
| H A D | main.c | 598 if (IG && (c <= ' ' || c > 0176)) in getname()
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-fipsinstall.pod.in | 231 HMAC DRBGs. See FIPS 140-3 IG D.R for details. 273 still allowed). See FIPS 140-3 IG C.K for details. 296 RSA. See FIPS 140-3 IG C.K for details.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600InstrInfo.cpp | 501 R600InstrInfo::fitsReadPortLimitations(const std::vector<MachineInstr *> &IG, in fitsReadPortLimitations() argument 512 for (MachineInstr *MI : IG) { in fitsReadPortLimitations()
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMapping.cpp | 1498 InstantiationGroup IG{InstantiationSet.first.first, in getInstantiationGroups() local 1501 Result.emplace_back(std::move(IG)); in getInstantiationGroups()
|
| /freebsd/contrib/sendmail/contrib/ |
| H A D | mail.local.linux | 45 MBB"%(2!A@$$00A+X1X7FM0\$1LB@$^IG.R/@+PC"ZQT!AU`%)O1.>%60`A2>
|
| /freebsd/crypto/openssl/providers/fips/ |
| H A D | self_test_data.inc | 11 * This file contains self test data required by FIPS 140-3 IG 452 * FIPS 140-3 IG 10.3.A.8 allows the iteration count to be smaller 2859 * Refer to FIPS 140-3 IG 10.3.A.15 for details of the testing requirements. 3069 * FIPS 140-3 IG 10.3.A.16 Note 29 says: 3483 * FIPS 140-3 IG 10.3.A resolution 14 mandates a CAST for ML-KEM
|
| /freebsd/contrib/bmake/ |
| H A D | bmake.cat1 | 380 VVAARRIIAABBLLEE AASSSSIIGGNNMMEENNTTSS 1489 ..IIGGNNOORREE Ignore any errors from the commands associated with this 1612 … ..IIGGNNOORREE Mark each of the sources with the ..IIGGNNOORREE attribute. If no
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | EVP_EncryptInit.pod | 1013 See FIPS 140-3 IG C.H for information related to IV requirements.
|
| /freebsd/crypto/openssl/ |
| H A D | CHANGES.md | 762 on that requirement in FIPS 140-3 IG 10.3.A additional comment 1. 788 on that requirement in FIPS 140-3 IG 10.3.A additional comment 1. 830 This is mandated by FIPS 140-3 IG 10.3.A additional comment 1. 2293 master secret (FIPS 140-3 IG G.Q) and the Hash and HMAC DRBGs will 2294 not operate with truncated digests (FIPS 140-3 IG G.R). 2355 truncated digests with Hash and HMAC DRBGs (q.v. FIPS 140-3 IG D.R.). 3127 as per FIPS 140-2 IG A.5 "Key/IV Pair Uniqueness Requirements from
|
| /freebsd/sys/dev/usb/ |
| H A D | usbdevs | 1327 product ATP EUSB 0xaf01 ATP IG eUSB SSD
|
| /freebsd/crypto/heimdal/lib/wind/ |
| H A D | NormalizationTest.txt | 9350 C775;C775;110B 1175 11A8;C775;110B 1175 11A8; # (익; 익; 익; 익; 익; ) HANGUL SYLLABLE IG
|