Home
last modified time | relevance | path

Searched refs:OV (Results 1 – 25 of 38) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DAssumptionCache.cpp174 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 DCertainly_Root_R1.pem30 OV+KmalBWQewLK8=
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/v850/
H A Dshl.cgs7 # OV is set to zero.
H A Dshr.cgs7 # OV is set to zero.
H A Dsar.cgs7 # OV is set to zero.
H A Ddivu.cgs25 # If the data is divided by zero, OV=1 and the quotient is undefined.
H A Ddivh.cgs50 # If the data is divhided by zero, OV=1 and the quotient is undefined.
H A Ddivhu.cgs36 # If the data is divided by zero, OV=1 and the quotient is undefined.
H A Ddiv.cgs46 # If the data is divided by zero, OV=1 and the quotient is undefined.
H A Ddivh_3.cgs58 # 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 DIROutliner.cpp1310 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 DAssumptionCache.h92 void transferAffectedValuesInCache(Value *OV, Value *NV);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DLiveVariables.cpp262 if (OpaqueValueExpr *OV = dyn_cast<OpaqueValueExpr>(child)) in Visit() local
263 child = OV->getSourceExpr(); in Visit()
/netbsd-src/external/public-domain/tz/
H A Dtzdata2netbsd141 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 DPath.inc1282 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 DCommandLine.h1218 OptionValue<DT> OV = V;
1219 P.printOptionDiff(O, OV, Default, GlobalWidth);
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.h1315 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 Dor1kcommon.cpu317 (SYS SR OV 11 11 "overflow bit")
/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Dor1kcommon.cpu317 (SYS SR OV 11 11 "overflow bit")
/netbsd-src/external/gpl3/gdb.old/dist/cpu/
H A Dor1kcommon.cpu317 (SYS SR OV 11 11 "overflow bit")
/netbsd-src/external/gpl3/gdb/dist/cpu/
H A Dor1kcommon.cpu317 (SYS SR OV 11 11 "overflow bit")
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2955 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 Dless.hlp12 MMOOVVIINNGG
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5549 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 DCore.cpp1126 for (auto *OV : makeArrayRef(Vals, Count)) { in LLVMMDNodeInContext() local
1127 Value *V = unwrap(OV); in LLVMMDNodeInContext()

12