| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | AssumptionCache.cpp | 174 void AssumptionCache::transferAffectedValuesInCache(Value *OV, Value *NV) { in transferAffectedValuesInCache() argument 176 auto AVI = AffectedValues.find(OV); in transferAffectedValuesInCache() 183 AffectedValues.erase(OV); in transferAffectedValuesInCache()
|
| /netbsd-src/external/mpl/mozilla-certdata/share/certs/ |
| H A D | Certainly_Root_R1.pem | 30 OV+KmalBWQewLK8=
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/v850/ |
| H A D | shl.cgs | 7 # OV is set to zero.
|
| H A D | shr.cgs | 7 # OV is set to zero.
|
| H A D | sar.cgs | 7 # OV is set to zero.
|
| H A D | divu.cgs | 25 # If the data is divided by zero, OV=1 and the quotient is undefined.
|
| H A D | divh.cgs | 50 # If the data is divhided by zero, OV=1 and the quotient is undefined.
|
| H A D | divhu.cgs | 36 # If the data is divided by zero, OV=1 and the quotient is undefined.
|
| H A D | div.cgs | 46 # If the data is divided by zero, OV=1 and the quotient is undefined.
|
| H A D | divh_3.cgs | 58 # If the data is divhided by zero, OV=1 and the quotient is undefined.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | IROutliner.cpp | 1310 Optional<Value *> OV = Region->Candidate->fromGVN(OutputGVN); in findCostOutputReloads() local 1311 assert(OV.hasValue() && "Could not find value for GVN?"); in findCostOutputReloads() 1312 Value *V = OV.getValue(); in findCostOutputReloads() 1344 Optional<Value *> OV = Candidate.fromGVN(GVN); in findCostForOutputBlocks() local 1345 assert(OV.hasValue() && "Could not find value for GVN?"); in findCostForOutputBlocks() 1346 Value *V = OV.getValue(); in findCostForOutputBlocks()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | AssumptionCache.h | 92 void transferAffectedValuesInCache(Value *OV, Value *NV);
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | LiveVariables.cpp | 262 if (OpaqueValueExpr *OV = dyn_cast<OpaqueValueExpr>(child)) in Visit() local 263 child = OV->getSourceExpr(); in Visit()
|
| /netbsd-src/external/public-domain/tz/ |
| H A D | tzdata2netbsd | 141 local OVF OV NV OVy OVs NVy NVs 238 OV=${OLDVER%gtz} 241 OVy=${OV%%[!0-9]*} 242 OVs=${OV#${OVy}}
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1282 OVERLAPPED OV = {}; 1287 if (::LockFileEx(File, Flags, 0, MAXDWORD, MAXDWORD, &OV)) 1301 OVERLAPPED OV = {}; 1303 if (::LockFileEx(File, Flags, 0, MAXDWORD, MAXDWORD, &OV)) 1310 OVERLAPPED OV = {}; 1312 if (::UnlockFileEx(File, 0, MAXDWORD, MAXDWORD, &OV))
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | CommandLine.h | 1218 OptionValue<DT> OV = V; 1219 P.printOptionDiff(O, OV, Default, GlobalWidth);
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 1315 OpaqueValueMapping(CodeGenFunction &CGF, const OpaqueValueExpr *OV) 1317 if (OV) { 1318 assert(OV->getSourceExpr() && "wrong form of OpaqueValueMapping used " 1320 Data = OpaqueValueMappingData::bind(CGF, OV, OV->getSourceExpr());
|
| /netbsd-src/external/gpl3/binutils.old/dist/cpu/ |
| H A D | or1kcommon.cpu | 317 (SYS SR OV 11 11 "overflow bit")
|
| /netbsd-src/external/gpl3/binutils/dist/cpu/ |
| H A D | or1kcommon.cpu | 317 (SYS SR OV 11 11 "overflow bit")
|
| /netbsd-src/external/gpl3/gdb.old/dist/cpu/ |
| H A D | or1kcommon.cpu | 317 (SYS SR OV 11 11 "overflow bit")
|
| /netbsd-src/external/gpl3/gdb/dist/cpu/ |
| H A D | or1kcommon.cpu | 317 (SYS SR OV 11 11 "overflow bit")
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | RegisterCoalescer.cpp | 2955 const Val &OV = Other.Vals[OtherI->valno->id]; in taintExtent() local 2956 TaintedLanes &= ~OV.WriteLanes; in taintExtent() 2957 if (!OV.RedefVNI) in taintExtent()
|
| /netbsd-src/external/bsd/less/dist/ |
| H A D | less.hlp | 12 MMOOVVIINNGG
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 5549 for (auto OV : I->operand_values()) { in collectLoopUniforms() local 5551 if (isOutOfScope(OV)) in collectLoopUniforms() 5555 auto *OP = dyn_cast<PHINode>(OV); in collectLoopUniforms() 5560 auto *OI = cast<Instruction>(OV); in collectLoopUniforms()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Core.cpp | 1126 for (auto *OV : makeArrayRef(Vals, Count)) { in LLVMMDNodeInContext() local 1127 Value *V = unwrap(OV); in LLVMMDNodeInContext()
|