Home
last modified time | relevance | path

Searched defs:WO (Results 1 – 14 of 14) sorted by relevance

/freebsd-14-stable/contrib/ntp/include/
HDntpd.h105 #define WO (CAN_WRITE) macro
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDLazyValueInfo.cpp1016 LazyValueInfoImpl::solveBlockValueOverflowIntrinsic(WithOverflowInst *WO, in solveBlockValueOverflowIntrinsic()
1067 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) in solveBlockValueExtractValue() local
1249 Value *Val, WithOverflowInst *WO, bool IsTrueDest) { in getValueFromOverflowCondition()
1276 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) in getValueFromCondition() local
HDValueTracking.cpp3046 const WithOverflowInst *WO; in isKnownNonZeroFromOperator() local
7159 bool llvm::isOverflowIntrinsicNoWrap(const WithOverflowInst *WO, in isOverflowIntrinsicNoWrap()
HDScalarEvolution.cpp5334 auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand()); in MatchBinaryOp() local
9004 const WithOverflowInst *WO; in computeExitLimitFromCondImpl() local
/freebsd-14-stable/sys/dev/aic7xxx/aicasm/
HDaicasm_symbol.h66 WO = 0x02, enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDCorrelatedValuePropagation.cpp607 static bool processOverflowIntrinsic(WithOverflowInst *WO, LazyValueInfo *LVI) { in processOverflowIntrinsic()
668 if (auto *WO = dyn_cast<WithOverflowInst>(&CB)) { in processCallSite() local
HDGVN.cpp398 WithOverflowInst *WO = dyn_cast<WithOverflowInst>(EI->getAggregateOperand()); in createExtractvalueExpr() local
HDNewGVN.cpp1833 auto *WO = dyn_cast<WithOverflowInst>(EI->getAggregateOperand()); in performSymbolicAggrValueEvaluation() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDSCCPSolver.cpp1309 const WithOverflowInst *WO, in handleExtractOfWithOverflow()
1353 if (auto *WO = dyn_cast<WithOverflowInst>(AggVal)) in visitExtractValueInst() local
HDSimplifyIndVar.cpp415 bool SimplifyIndvar::eliminateOverflowIntrinsic(WithOverflowInst *WO) { in eliminateOverflowIntrinsic()
611 if (auto *WO = dyn_cast<WithOverflowInst>(UseInst)) in eliminateIVUser() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineCalls.cpp826 WithOverflowInst *WO = cast<WithOverflowInst>(II); in foldIntrinsicWithOverflowCommon() local
HDInstCombineAndOrXor.cpp3909 const WithOverflowInst *WO; in visitOr() local
HDInstructionCombining.cpp3874 auto *WO = dyn_cast<WithOverflowInst>(EV.getAggregateOperand()); in foldExtractOfOverflowIntrinsic() local
/freebsd-14-stable/sys/contrib/dev/athk/ath10k/
HDcore.h33 #define WO(_f) ((_f##_OFFSET) >> 2) macro