Home
last modified time | relevance | path

Searched refs:OtherV (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.cpp37 VPValue *OtherV = R->getOperand(Op); in inferScalarTypeForRecipe() local
38 assert(inferScalarType(OtherV) == ResTy && in inferScalarTypeForRecipe()
40 CachedTypes[OtherV] = ResTy; in inferScalarTypeForRecipe()
52 VPValue *OtherV = R->getOperand(2); in inferScalarTypeForRecipe() local
53 assert(inferScalarType(OtherV) == ResTy && in inferScalarTypeForRecipe()
55 CachedTypes[OtherV] = ResTy; in inferScalarTypeForRecipe()
147 VPValue *OtherV = R->getOperand(2); in inferScalarTypeForRecipe() local
148 assert(inferScalarType(OtherV) == ResTy && in inferScalarTypeForRecipe()
150 CachedTypes[OtherV] = ResTy; in inferScalarTypeForRecipe()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2830 Val &OtherV = Other.Vals[OtherVNI->id]; in analyzeValue() local
2834 if (!OtherV.isAnalyzed() || Other.Assignments[OtherVNI->id] == -1) in analyzeValue()
2841 if ((V.ValidLanes & OtherV.ValidLanes).any()) in analyzeValue()
2859 Val &OtherV = Other.Vals[V.OtherVNI->id]; in analyzeValue() local
2861 if (OtherV.ErasableImplicitDef) { in analyzeValue()
2882 OtherV.mustKeepImplicitDef(*TRI, *OtherImpDef); in analyzeValue()
2891 OtherV.mustKeepImplicitDef(*TRI, *OtherImpDef); in analyzeValue()
2894 OtherV.ValidLanes &= ~OtherV.WriteLanes; in analyzeValue()
2912 V.ValidLanes &= ~V.WriteLanes | OtherV.ValidLanes; in analyzeValue()
2950 if ((V.WriteLanes & OtherV.ValidLanes).none()) in analyzeValue()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DSandboxIR.cpp111 Value *OtherV, llvm::function_ref<bool(const Use &)> ShouldReplace) { in replaceUsesWithIf() argument
112 assert(getType() == OtherV->getType() && "Can't replace with different type"); in replaceUsesWithIf()
113 llvm::Value *OtherVal = OtherV->Val; in replaceUsesWithIf()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp1144 SVal OtherV = getArgSVal(Call, OtherArg); in apply() local
1147 OtherV = SVB.evalCast(OtherV, T, OtherT); in apply()
1148 if (auto CompV = SVB.evalBinOp(State, Op, V, OtherV, CondT) in apply()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DSandboxIR.h270 void replaceUsesWithIf(Value *OtherV,