Home
last modified time | relevance | path

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

/freebsd/sys/contrib/device-tree/Bindings/leds/backlight/
H A Dlp855x.txt28 /* 4V OV, 4 output LED0 string enabled */
67 /* 4V OV, 4 output LED string enabled */
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAssumptionCache.cpp144 void AssumptionCache::transferAffectedValuesInCache(Value *OV, Value *NV) { in transferAffectedValuesInCache() argument
146 auto AVI = AffectedValues.find(OV); in transferAffectedValuesInCache()
153 AffectedValues.erase(OV); in transferAffectedValuesInCache()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAssumptionCache.h94 /// Move affected values in the cache for OV to be affected values for NV.
95 void transferAffectedValuesInCache(Value *OV, Value *NV);
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp268 if (OpaqueValueExpr *OV = dyn_cast<OpaqueValueExpr>(child)) in Visit() local
269 child = OV->getSourceExpr(); in Visit()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc1332 OVERLAPPED OV = {};
1337 if (::LockFileEx(File, Flags, 0, MAXDWORD, MAXDWORD, &OV))
1351 OVERLAPPED OV = {};
1353 if (::LockFileEx(File, Flags, 0, MAXDWORD, MAXDWORD, &OV))
1360 OVERLAPPED OV = {};
1362 if (::UnlockFileEx(File, 0, MAXDWORD, MAXDWORD, &OV))
/freebsd/secure/caroot/trusted/
H A DCertainly_Root_R1.pem133 OV+KmalBWQewLK8=
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp2523 std::optional<Value *> OV = Region.Candidate->fromGVN(*OGVN); in findOutputValueInRegion() local
2524 assert(OV && "Could not find value for GVN?"); in findOutputValueInRegion()
2525 return *OV; in findOutputValueInRegion()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h1219 OptionValue<DT> OV = V;
1220 P.printOptionDiff(O, OV, Default, GlobalWidth);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h1454 OpaqueValueMapping(CodeGenFunction &CGF, const OpaqueValueExpr *OV)
1456 if (OV) {
1457 assert(OV->getSourceExpr() && "wrong form of OpaqueValueMapping used "
1459 Data = OpaqueValueMappingData::bind(CGF, OV, OV->getSourceExpr());
/freebsd/contrib/less/
H A Dless.hlp12 MMOOVVIINNGG
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp3102 const Val &OV = Other.Vals[OtherI->valno->id]; in taintExtent() local
3103 TaintedLanes &= ~OV.WriteLanes; in taintExtent()
3104 if (!OV.RedefVNI) in taintExtent()
H A DCodeGenPrepare.cpp1624 Value *OV = Builder.CreateExtractValue(MathOV, 1, "ov"); in replaceMathCmpWithIntrinsic() local
1625 replaceAllUsesWith(Cmp, OV, FreshBBs, IsHugeFunc); in replaceMathCmpWithIntrinsic()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp5095 if (OpaqueValueExpr *OV = dyn_cast<OpaqueValueExpr>(SrcExpr)) in CheckConversionToObjCLiteral() local
5096 if (OV->getSourceExpr()) in CheckConversionToObjCLiteral()
5097 SrcExpr = OV->getSourceExpr()->IgnoreParenImpCasts(); in CheckConversionToObjCLiteral()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3720 for (auto *OV : I->operand_values()) { in collectLoopUniforms() local
3722 if (isOutOfScope(OV)) in collectLoopUniforms()
3726 auto *OP = dyn_cast<PHINode>(OV); in collectLoopUniforms()
3731 auto *OI = cast<Instruction>(OV); in collectLoopUniforms()
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/
H A Dtegra210-smaug.dts1705 /* 4V OV, 6 output LED string enabled */
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp1303 for (auto *OV : ArrayRef(Vals, Count)) { in LLVMMDNodeInContext() local
1304 Value *V = unwrap(OV); in LLVMMDNodeInContext()
/freebsd/contrib/sendmail/
H A DPGPKEYS80 BBABAgAGBQJW2nD3AAoJECGD4bE5bweJnrQD/0OV/d3ykAAADy4fC6zyVFcbaaB5
/freebsd/crypto/heimdal/lib/wind/
H A DDerivedNormalizationProps.txt82 3375 ; FC_NFKC; 006F 0076 # So SQUARE OV
H A DUnicodeData.txt9188 3375;SQUARE OV;So;0;L;<square> 006F 0056;;;;N;;;;;
H A DNormalizationTest.txt2182 3375;3375;3375;006F 0056;006F 0056; # (㍵; ㍵; ㍵; oV; oV; ) SQUARE OV
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp45628 bool OV; in combineSelectOfTwoConstants() local
45629 APInt Diff = TrueVal.ssub_ov(FalseVal, OV); in combineSelectOfTwoConstants()
45630 if (OV) in combineSelectOfTwoConstants()