| /freebsd-src/contrib/ntp/include/ |
| H A D | ntpd.h | 105 #define WO (CAN_WRITE) macro
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 1020 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 D | ValueTracking.cpp | 6482 isOverflowIntrinsicNoWrap(const WithOverflowInst * WO,const DominatorTree & DT) isOverflowIntrinsicNoWrap() argument [all...] |
| H A D | ScalarEvolution.cpp | 5329 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 D | CorrelatedValuePropagation.cpp | 545 processOverflowIntrinsic(WithOverflowInst * WO,LazyValueInfo * LVI) processOverflowIntrinsic() argument 602 if (auto *WO = dyn_cast<WithOverflowInst>(&CB)) { processCallSite() local [all...] |
| H A D | GVN.cpp | 397 WithOverflowInst *WO = dyn_cast<WithOverflowInst>(EI->getAggregateOperand()); createExtractvalueExpr() local
|
| H A D | NewGVN.cpp | 1829 auto *WO = dyn_cast<WithOverflowInst>(EI->getAggregateOperand()); performSymbolicAggrValueEvaluation() local
|
| /freebsd-src/sys/dev/aic7xxx/aicasm/ |
| H A D | aicasm_symbol.h | 66 WO = 0x02, enumerator
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyIndVar.cpp | 403 eliminateOverflowIntrinsic(WithOverflowInst * WO) eliminateOverflowIntrinsic() argument 597 if (auto *WO = dyn_cast<WithOverflowInst>(UseInst)) eliminateIVUser() local [all...] |
| H A D | SCCPSolver.cpp | 1271 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 D | InstCombineCalls.cpp | 831 return createOverflowTuple(WO, OperationResult, OverflowResult); in foldIntrinsicWithOverflowCommon() local
|
| H A D | InstructionCombining.cpp | 3404 auto *WO = dyn_cast<WithOverflowInst>(EV.getAggregateOperand()); foldExtractOfOverflowIntrinsic() local [all...] |
| H A D | InstCombineAndOrXor.cpp | 3790 const WithOverflowInst *WO; visitOr() local
|
| /freebsd-src/sys/contrib/dev/athk/ath10k/ |
| H A D | core.h | 33 #define WO(_f) ((_f##_OFFSET) >> 2) macro
|