/freebsd/sys/dev/ath/ath_hal/ |
H A D | ah_eeprom_9287.c | 292 #define NW(a) (sizeof(a) / sizeof(uint16_t)) in ath_hal_9287EepromAttach() macro
|
H A D | ah_eeprom_v14.c | 335 #define NW(a) (sizeof(a) / sizeof(uint16_t)) in ath_hal_v14EepromAttach() macro
|
H A D | ah_eeprom_v4k.c | 282 #define NW(a) (sizeof(a) / sizeof(uint16_t)) in ath_hal_v4kEepromAttach() macro
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | NoFolder.h | 78 GEPNoWrapFlags NW) const override { in FoldGEP()
|
H A D | ConstantFolder.h | 107 GEPNoWrapFlags NW) const override { in FoldGEP()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InstSimplifyFolder.h | 80 GEPNoWrapFlags NW) const override { in FoldGEP()
|
H A D | TargetFolder.h | 118 GEPNoWrapFlags NW) const override { in FoldGEP()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 830 Type *ResultTy, GEPNoWrapFlags NW, in CastGEPIndices() 899 GEPNoWrapFlags NW = GEP->getNoWrapFlags(); in SymbolicallyEvaluateGEP() local
|
H A D | InstructionSimplify.cpp | 4980 ArrayRef<Value *> Indices, GEPNoWrapFlags NW, in simplifyGEPInst() 5114 GEPNoWrapFlags NW, const SimplifyQuery &Q) { in simplifyGEPInst()
|
H A D | ScalarEvolution.cpp | 3749 GEPNoWrapFlags NW = GEP->getNoWrapFlags(); in getGEPExpr() local 5886 GEPNoWrapFlags NW = GEP->getNoWrapFlags(); in createAddRecFromPHI() local 12338 SCEV::NoWrapFlags NW = ICmpInst::isSigned(Pred) ? in IsKnownPredicateViaAddRecStart() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombinePHI.cpp | 517 GEPNoWrapFlags NW = FirstInst->getNoWrapFlags(); in foldPHIArgGEPIntoPHI() local
|
H A D | InstructionCombining.cpp | 2335 GEPNoWrapFlags NW = GEP.getNoWrapFlags(); in foldSelectGEP() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 1554 void GetElementPtrInst::setNoWrapFlags(GEPNoWrapFlags NW) { in setNoWrapFlags() 1559 GEPNoWrapFlags NW = cast<GEPOperator>(this)->getNoWrapFlags(); in setIsInBounds() local
|
H A D | Constants.cpp | 2467 GEPNoWrapFlags NW, in getGetElementPtr()
|
/freebsd/sys/contrib/edk2/Include/Library/ |
H A D | BaseLib.h | 5487 UINT32 NW : 1; ///< Mot Write-through. member
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 1475 GEPNoWrapFlags NW; in toGEPNoWrapFlags() local 5142 GEPNoWrapFlags NW; in parseFunctionBody() local
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 4311 GEPNoWrapFlags NW; in parseValID() local 8451 GEPNoWrapFlags NW; in parseGetElementPtr() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 3983 GEPNoWrapFlags NW = GEPI.getNoWrapFlags(); in unfoldGEPSelect() local
|