Home
last modified time | relevance | path

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

/freebsd-src/contrib/ntp/include/
H A Dntpd.h105 #define WO (CAN_WRITE) macro
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1020 return CR1.binaryOp(WO->getBinaryOp(), CR2); in solveBlockValueOverflowIntrinsic() argument
1053 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) solveBlockValueExtractValue() local
1241 getValueFromOverflowCondition(Value * Val,WithOverflowInst * WO,bool IsTrueDest) getValueFromOverflowCondition() argument
1268 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) getValueFromCondition() local
[all...]
H A DValueTracking.cpp6482 isOverflowIntrinsicNoWrap(const WithOverflowInst * WO,const DominatorTree & DT) isOverflowIntrinsicNoWrap() argument
[all...]
H A DScalarEvolution.cpp5329 auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand()); MatchBinaryOp() local
8960 const WithOverflowInst *WO; computeExitLimitFromCondImpl() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp545 processOverflowIntrinsic(WithOverflowInst * WO,LazyValueInfo * LVI) processOverflowIntrinsic() argument
602 if (auto *WO = dyn_cast<WithOverflowInst>(&CB)) { processCallSite() local
[all...]
H A DGVN.cpp397 WithOverflowInst *WO = dyn_cast<WithOverflowInst>(EI->getAggregateOperand()); createExtractvalueExpr() local
H A DNewGVN.cpp1829 auto *WO = dyn_cast<WithOverflowInst>(EI->getAggregateOperand()); performSymbolicAggrValueEvaluation() local
/freebsd-src/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.h66 WO = 0x02, enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp403 eliminateOverflowIntrinsic(WithOverflowInst * WO) eliminateOverflowIntrinsic() argument
597 if (auto *WO = dyn_cast<WithOverflowInst>(UseInst)) eliminateIVUser() local
[all...]
H A DSCCPSolver.cpp1271 handleExtractOfWithOverflow(ExtractValueInst & EVI,const WithOverflowInst * WO,unsigned Idx) handleExtractOfWithOverflow() argument
1315 if (auto *WO = dyn_cast<WithOverflowInst>(AggVal)) visitExtractValueInst() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp831 return createOverflowTuple(WO, OperationResult, OverflowResult); in foldIntrinsicWithOverflowCommon() local
H A DInstructionCombining.cpp3404 auto *WO = dyn_cast<WithOverflowInst>(EV.getAggregateOperand()); foldExtractOfOverflowIntrinsic() local
[all...]
H A DInstCombineAndOrXor.cpp3790 const WithOverflowInst *WO; visitOr() local
/freebsd-src/sys/contrib/dev/athk/ath10k/
H A Dcore.h33 #define WO(_f) ((_f##_OFFSET) >> 2) macro