Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDAssumptionCache.cpp147 void AssumptionCache::transferAffectedValuesInCache(Value *OV, Value *NV) { in transferAffectedValuesInCache() argument
149 auto AVI = AffectedValues.find(OV); in transferAffectedValuesInCache()
156 AffectedValues.erase(OV); in transferAffectedValuesInCache()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDAssumptionCache.h77 void transferAffectedValuesInCache(Value *OV, Value *NV);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
HDLiveVariables.cpp310 if (OpaqueValueExpr *OV = dyn_cast<OpaqueValueExpr>(child)) in Visit() local
311 child = OV->getSourceExpr(); in Visit()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenFunction.h1190 OpaqueValueMapping(CodeGenFunction &CGF, const OpaqueValueExpr *OV)
1192 if (OV) {
1193 assert(OV->getSourceExpr() && "wrong form of OpaqueValueMapping used "
1195 Data = OpaqueValueMappingData::bind(CGF, OV, OV->getSourceExpr());
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDCommandLine.h1211 OptionValue<DT> OV = V;
1212 P.printOptionDiff(O, OV, Default, GlobalWidth);
/freebsd-11-stable/contrib/less/
HDless.hlp12 MMOOVVIINNGG
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDRegisterCoalescer.cpp2857 const Val &OV = Other.Vals[OtherI->valno->id]; in taintExtent() local
2858 TaintedLanes &= ~OV.WriteLanes; in taintExtent()
2859 if (!OV.RedefVNI) in taintExtent()
HDCodeGenPrepare.cpp1228 Value *OV = Builder.CreateExtractValue(MathOV, 1, "ov"); in replaceMathCmpWithIntrinsic() local
1230 Cmp->replaceAllUsesWith(OV); in replaceMathCmpWithIntrinsic()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp4816 for (auto OV : I->operand_values()) { in collectLoopUniforms() local
4818 if (isOutOfScope(OV)) in collectLoopUniforms()
4822 auto *OP = dyn_cast<PHINode>(OV); in collectLoopUniforms()
4827 auto *OI = cast<Instruction>(OV); in collectLoopUniforms()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDCore.cpp1073 for (auto *OV : makeArrayRef(Vals, Count)) { in LLVMMDNodeInContext() local
1074 Value *V = unwrap(OV); in LLVMMDNodeInContext()
/freebsd-11-stable/contrib/sendmail/
HDPGPKEYS80 BBABAgAGBQJW2nD3AAoJECGD4bE5bweJnrQD/0OV/d3ykAAADy4fC6zyVFcbaaB5
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExpr.cpp14728 if (OpaqueValueExpr *OV = dyn_cast<OpaqueValueExpr>(SrcExpr)) in ConversionToObjCStringLiteralCheck() local
14729 if (OV->getSourceExpr()) in ConversionToObjCStringLiteralCheck()
14730 SrcExpr = OV->getSourceExpr()->IgnoreParenImpCasts(); in ConversionToObjCStringLiteralCheck()
/freebsd-11-stable/crypto/heimdal/lib/wind/
HDDerivedNormalizationProps.txt82 3375 ; FC_NFKC; 006F 0076 # So SQUARE OV
HDUnicodeData.txt9188 3375;SQUARE OV;So;0;L;<square> 006F 0056;;;;N;;;;;
HDNormalizationTest.txt2182 3375;3375;3375;006F 0056;006F 0056; # (㍵; ㍵; ㍵; oV; oV; ) SQUARE OV
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp37704 bool OV; in combineSelectOfTwoConstants() local
37705 APInt Diff = TrueVal.ssub_ov(FalseVal, OV); in combineSelectOfTwoConstants()
37706 if (OV) in combineSelectOfTwoConstants()
/freebsd-11-stable/contrib/gcc/config/rs6000/
HDrs6000.md11682 ;; Same as above, but get the OV/ORDERED bit.