Home
last modified time | relevance | path

Searched refs:NW (Results 1 – 25 of 36) sorted by relevance

12

/freebsd/sys/dev/ath/ath_hal/
H A Dah_eeprom_9287.c292 #define NW(a) (sizeof(a) / sizeof(uint16_t)) in ath_hal_9287EepromAttach() macro
327 for (w = 0; w < NW(struct ar9287_eeprom); w++) { in ath_hal_9287EepromAttach()
342 for (w = 0; w < NW(HAL_EEPROM_9287); w++) in ath_hal_9287EepromAttach()
406 #undef NW in ath_hal_9287EepromAttach()
H A Dah_eeprom_v4k.c282 #define NW(a) (sizeof(a) / sizeof(uint16_t)) in ath_hal_v4kEepromAttach() macro
316 for (w = 0; w < NW(struct ar5416eeprom_4k); w++) { in ath_hal_v4kEepromAttach()
331 for (w = 0; w < NW(struct ar5416eeprom_4k); w++) in ath_hal_v4kEepromAttach()
396 #undef NW in ath_hal_v4kEepromAttach()
H A Dah_eeprom_v14.c335 #define NW(a) (sizeof(a) / sizeof(uint16_t)) in ath_hal_v14EepromAttach() macro
370 for (w = 0; w < NW(struct ar5416eeprom); w++) { in ath_hal_v14EepromAttach()
382 for (w = 0; w < NW(struct ar5416eeprom); w++) in ath_hal_v14EepromAttach()
446 #undef NW in ath_hal_v14EepromAttach()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h80 GEPNoWrapFlags NW) const override { in FoldGEP() argument
81 return simplifyGEPInst(Ty, Ptr, IdxList, NW, SQ); in FoldGEP()
H A DTargetFolder.h118 GEPNoWrapFlags NW) const override { in FoldGEP() argument
126 return Fold(ConstantExpr::getGetElementPtr(Ty, PC, IdxList, NW)); in FoldGEP()
H A DInstructionSimplify.h169 GEPNoWrapFlags NW, const SimplifyQuery &Q);
/freebsd/crypto/openssl/test/recipes/15-test_dsaparam_data/valid/
H A Dp2048_q224_t1862_gind1.pem10 NW/5aAqkBnJvG4/O+ANwB+r64hgUiwIxlBW3w6TQri3Wa/c5xCvThneRFTFGuDWi
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFolder.h107 GEPNoWrapFlags NW) const override { in FoldGEP() argument
116 return ConstantExpr::getGetElementPtr(Ty, PC, IdxList, NW); in FoldGEP()
H A DIRBuilderFolder.h56 GEPNoWrapFlags NW) const = 0;
H A DConstants.h1241 GEPNoWrapFlags NW = GEPNoWrapFlags::none(),
1245 Ty, C, ArrayRef((Value *const *)IdxList.data(), IdxList.size()), NW,
1250 GEPNoWrapFlags NW = GEPNoWrapFlags::none(),
1256 return getGetElementPtr(Ty, C, cast<Value>(Idx), NW, InRange,
1261 GEPNoWrapFlags NW = GEPNoWrapFlags::none(),
H A DNoFolder.h78 GEPNoWrapFlags NW) const override { in FoldGEP() argument
H A DIRBuilder.h1873 GEPNoWrapFlags NW = GEPNoWrapFlags::none()) {
1874 if (auto *V = Folder.FoldGEP(Ty, Ptr, IdxList, NW))
1876 return Insert(GetElementPtrInst::Create(Ty, Ptr, IdxList, NW), Name);
1982 GEPNoWrapFlags NW = GEPNoWrapFlags::none()) {
1983 return CreateGEP(getInt8Ty(), Ptr, Offset, Name, NW);
H A DInstructions.h949 ArrayRef<Value *> IdxList, GEPNoWrapFlags NW,
954 GEP->setNoWrapFlags(NW);
1074 void setNoWrapFlags(GEPNoWrapFlags NW);
/freebsd/secure/caroot/trusted/
H A DSSL_com_TLS_ECC_Root_CA_2022.pem65 GDAWgBSJjy+j6CugFFR781a4Jl9nOAuc0DAdBgNVHQ4EFgQUiY8vo+groBRUe/NW
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp830 Type *ResultTy, GEPNoWrapFlags NW, in CastGEPIndices() argument
860 ConstantExpr::getGetElementPtr(SrcElemTy, Ops[0], NewIdxs, NW, InRange); in CastGEPIndices()
899 GEPNoWrapFlags NW = GEP->getNoWrapFlags(); in SymbolicallyEvaluateGEP() local
902 NW &= GEP->getNoWrapFlags(); in SymbolicallyEvaluateGEP()
933 if (NW.hasNoUnsignedSignedWrap() && !NW.isInBounds() && Overflow) in SymbolicallyEvaluateGEP()
934 NW = NW.withoutNoUnsignedSignedWrap(); in SymbolicallyEvaluateGEP()
955 if (!NW.isInBounds() && Offset.isNonNegative()) { in SymbolicallyEvaluateGEP()
960 NW |= GEPNoWrapFlags::inBounds(); in SymbolicallyEvaluateGEP()
966 ConstantInt::get(Ctx, Offset), NW, in SymbolicallyEvaluateGEP()
H A DScalarEvolution.cpp3749 GEPNoWrapFlags NW = GEP->getNoWrapFlags(); in getGEPExpr() local
3750 if (NW != GEPNoWrapFlags::none()) { in getGEPExpr()
3758 NW = GEPNoWrapFlags::none(); in getGEPExpr()
3762 if (NW.hasNoUnsignedSignedWrap()) in getGEPExpr()
3764 if (NW.hasNoUnsignedWrap()) in getGEPExpr()
3811 bool NUW = NW.hasNoUnsignedWrap() || in getGEPExpr()
3812 (NW.hasNoUnsignedSignedWrap() && isKnownNonNegative(Offset)); in getGEPExpr()
5886 GEPNoWrapFlags NW = GEP->getNoWrapFlags(); in createAddRecFromPHI() local
5889 if (NW != GEPNoWrapFlags::none()) in createAddRecFromPHI()
5894 if (NW.hasNoUnsignedWrap() || in createAddRecFromPHI()
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Djavascript74 # Note: used in bytenode and NW.js protected source code
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp517 GEPNoWrapFlags NW = FirstInst->getNoWrapFlags(); in foldPHIArgGEPIntoPHI() local
527 NW &= GEP->getNoWrapFlags(); in foldPHIArgGEPIntoPHI()
609 ArrayRef(FixedOperands).slice(1), NW); in foldPHIArgGEPIntoPHI()
H A DInstructionCombining.cpp2335 GEPNoWrapFlags NW = GEP.getNoWrapFlags(); in foldSelectGEP() local
2337 Value *NewTrueC = Builder.CreateGEP(Ty, TrueC, IndexC, "", NW); in foldSelectGEP()
2338 Value *NewFalseC = Builder.CreateGEP(Ty, FalseC, IndexC, "", NW); in foldSelectGEP()
/freebsd/
H A DCOPYRIGHT85 Business Equipment Manufacturers Association (CBEMA), 311 First St., NW,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1554 void GetElementPtrInst::setNoWrapFlags(GEPNoWrapFlags NW) { in setNoWrapFlags() argument
1555 SubclassOptionalData = NW.getRaw(); in setNoWrapFlags()
1559 GEPNoWrapFlags NW = cast<GEPOperator>(this)->getNoWrapFlags(); in setIsInBounds() local
1561 NW |= GEPNoWrapFlags::inBounds(); in setIsInBounds()
1563 NW = NW.withoutInBounds(); in setIsInBounds()
1564 setNoWrapFlags(NW); in setIsInBounds()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1475 GEPNoWrapFlags NW; in toGEPNoWrapFlags() local
1477 NW |= GEPNoWrapFlags::inBounds(); in toGEPNoWrapFlags()
1479 NW |= GEPNoWrapFlags::noUnsignedSignedWrap(); in toGEPNoWrapFlags()
1481 NW |= GEPNoWrapFlags::noUnsignedWrap(); in toGEPNoWrapFlags()
1482 return NW; in toGEPNoWrapFlags()
5142 GEPNoWrapFlags NW; in parseFunctionBody() local
5145 NW = toGEPNoWrapFlags(Record[OpNum++]); in parseFunctionBody()
5150 NW = GEPNoWrapFlags::inBounds(); in parseFunctionBody()
5204 GEP->setNoWrapFlags(NW); in parseFunctionBody()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4311 GEPNoWrapFlags NW; in parseValID() local
4321 NW |= GEPNoWrapFlags::inBounds(); in parseValID()
4323 NW |= GEPNoWrapFlags::noUnsignedSignedWrap(); in parseValID()
4325 NW |= GEPNoWrapFlags::noUnsignedWrap(); in parseValID()
4409 ConstantExpr::getGetElementPtr(Ty, Elts[0], Indices, NW, InRange); in parseValID()
8451 GEPNoWrapFlags NW; in parseGetElementPtr() local
8455 NW |= GEPNoWrapFlags::inBounds(); in parseGetElementPtr()
8457 NW |= GEPNoWrapFlags::noUnsignedSignedWrap(); in parseGetElementPtr()
8459 NW |= GEPNoWrapFlags::noUnsignedWrap(); in parseGetElementPtr()
8517 GEP->setNoWrapFlags(NW); in parseGetElementPtr()
/freebsd/contrib/sendmail/contrib/
H A Dmail.local.linux134 MV>DU*>J#(\S*&*8NW*VJWM\PX.B>+.21_KFD3&:C:^E)GNX+SNE_">]C\*$)
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3983 GEPNoWrapFlags NW = GEPI.getNoWrapFlags(); in unfoldGEPSelect() local
3987 True->getName() + ".sroa.gep", NW); in unfoldGEPSelect()
3991 False->getName() + ".sroa.gep", NW); in unfoldGEPSelect()

12