Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/include/
H A Dntpd.h94 #define WO global() macro
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.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
H A DValueTracking.cpp3046 const WithOverflowInst *WO; in isKnownNonZeroFromOperator() local
7159 bool llvm::isOverflowIntrinsicNoWrap(const WithOverflowInst *WO, in isOverflowIntrinsicNoWrap()
H A DScalarEvolution.cpp5334 auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand()); in MatchBinaryOp() local
9004 const WithOverflowInst *WO; in computeExitLimitFromCondImpl() local
/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.h66 WO = 0x02, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp607 static bool processOverflowIntrinsic(WithOverflowInst *WO, LazyValueInfo *LVI) { in processOverflowIntrinsic()
668 if (auto *WO = dyn_cast<WithOverflowInst>(&CB)) { in processCallSite() local
H A DGVN.cpp398 WithOverflowInst *WO = dyn_cast<WithOverflowInst>(EI->getAggregateOperand()); in createExtractvalueExpr() local
H A DNewGVN.cpp1833 auto *WO = dyn_cast<WithOverflowInst>(EI->getAggregateOperand()); in performSymbolicAggrValueEvaluation() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp415 bool SimplifyIndvar::eliminateOverflowIntrinsic(WithOverflowInst *WO) { in eliminateOverflowIntrinsic()
611 if (auto *WO = dyn_cast<WithOverflowInst>(UseInst)) in eliminateIVUser() local
H A DSCCPSolver.cpp1309 const WithOverflowInst *WO, in handleExtractOfWithOverflow()
1353 if (auto *WO = dyn_cast<WithOverflowInst>(AggVal)) in visitExtractValueInst() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp826 WithOverflowInst *WO = cast<WithOverflowInst>(II); in foldIntrinsicWithOverflowCommon() local
H A DInstCombineAndOrXor.cpp3909 const WithOverflowInst *WO; in visitOr() local
H A DInstructionCombining.cpp3874 auto *WO = dyn_cast<WithOverflowInst>(EV.getAggregateOperand()); in foldExtractOfOverflowIntrinsic() local
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcore.h33 #define WO(_f) ((_f##_OFFSET) >> 2) macro