Home
last modified time | relevance | path

Searched defs:LV (Results 1 – 25 of 73) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp47 APValue::LValueBase APValue::LValueBase::getDynamicAlloc(DynamicAllocLValue LV, in getDynamicAlloc()
55 APValue::LValueBase APValue::LValueBase::getTypeInfo(TypeInfoLValue LV, in getTypeInfo()
221 struct APValue::LV : LVBase { struct in APValue
222 static const unsigned InlinePathSpace =
228 union {
233 LV() { PathLength = (unsigned)-1; } in LV() argument
234 ~LV() { resizePath(0); } in ~LV()
236 void resizePath(unsigned Length) { in resizePath()
246 bool hasPath() const { return PathLength != (unsigned)-1; } in hasPath()
247 bool hasPathPtr() const { return hasPath() && PathLength > InlinePathSpace; } in hasPathPtr()
[all …]
H A DStmtCXX.cpp78 Decl *LV = cast<DeclStmt>(getLoopVarStmt())->getSingleDecl(); in getLoopVariable() local
H A DDecl.cpp252 LinkageInfo LV; in getLVForTemplateParameterList() local
322 LinkageInfo LV; in getLVForTemplateArgumentList() local
393 LinkageInfo &LV, const FunctionDecl *fn, in mergeTemplateLV()
467 LinkageInfo &LV, const ClassTemplateSpecializationDecl *spec, in mergeTemplateLV()
523 void LinkageComputer::mergeTemplateLV(LinkageInfo &LV, in mergeTemplateLV()
698 LinkageInfo LV = getExternalLinkageFor(D); in getLVForNamespaceScopeDecl() local
935 LinkageInfo LV; in getLVForClassMember() local
1358 LinkageInfo LV; in getLVForLocalDecl() local
1377 LinkageInfo LV; in getLVForLocalDecl() local
1408 LinkageInfo LV; in getLVForLocalDecl() local
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp276 LValue LV = MakeAddrLValue(Location, E->getType()); in EmitAnyExprToMem() local
605 LValue LV = MakeAddrLValue(Object, E->getType(), AlignmentSource::Decl); in EmitMaterializeTemporaryExpr() local
628 LValue LV = EmitLValue(E); in EmitReferenceBindingToExpr() local
1130 LValue LV = EmitLValue(StructBase); in EmitCountedByFieldExpr() local
1206 EmitComplexPrePostIncDec(const UnaryOperator *E, LValue LV, in EmitComplexPrePostIncDec()
1354 LValue LV = CGF.EmitLValue(UO->getSubExpr(), IsKnownNonNull); in EmitPointerWithAlignment() local
1369 LValue LV = CGF.EmitLValue(Call->getArg(0), IsKnownNonNull); in EmitPointerWithAlignment() local
1469 LValue LV; in EmitCheckedLValue() local
1505 LValue LV = EmitLValueHelper(E, IsKnownNonNull); in EmitLValue() local
1590 LValue LV = EmitLValue(cleanups->getSubExpr(), IsKnownNonNull); in EmitLValueHelper() local
[all …]
H A DCGExprAgg.cpp208 LValue LV = CGF.EmitPseudoObjectLValue(E); in VisitPseudoObjectExpr() local
251 LValue LV = CGF.EmitLValue(E); in EmitAggLoadOfLValue() local
742 LValue LV = CGF.EmitCheckedLValue(E->getSubExpr(), in VisitCastExpr() local
1131 LValue LV = CGF.EmitPointerToDataMemberBinaryExpr(E); in VisitPointerToDataMemberBinaryOperator() local
1383 LValue LV = CGF.EmitLValueForFieldInitialization(SlotLV, *CurField); in VisitLambdaExpr() local
1553 AggExprEmitter::EmitInitializationToLValue(Expr *E, LValue LV) { in EmitInitializationToLValue()
1771 LValue LV = CGF.EmitLValueForFieldInitialization(DestLV, field); in VisitCXXParenListOrInitListExpr() local
2030 LValue LV = MakeAddrLValue(Temp, E->getType()); in EmitAggExprToLValue() local
H A DCGCall.h233 LValue LV; /// The argument is semantically a load from this l-value. member
300 void addUncopiedAggregate(LValue LV, QualType type) { in addUncopiedAggregate()
H A DCGExprScalar.cpp261 Value *EmitLoadOfLValue(LValue LV, SourceLocation Loc) { in EmitLoadOfLValue()
545 LValue LV = CGF.EmitObjCIsaExpr(E); in VisitObjCIsaExpr() local
607 LValue LV = EmitLValue(E->getSubExpr()); in VisitUnaryPostDec() local
611 LValue LV = EmitLValue(E->getSubExpr()); in VisitUnaryPostInc() local
615 LValue LV = EmitLValue(E->getSubExpr()); in VisitUnaryPreDec() local
619 LValue LV = EmitLValue(E->getSubExpr()); in VisitUnaryPreInc() local
2244 LValue LV = CGF.MakeAddrLValue(Addr, DestTy); in VisitCastExpr() local
2370 LValue LV = CGF.MakeAddrLValue(Addr, E->getType()); in VisitCastExpr() local
2789 ScalarExprEmitter::EmitScalarPrePostIncDec(const UnaryOperator *E, LValue LV, in EmitScalarPrePostIncDec()
5538 EmitScalarPrePostIncDec(const UnaryOperator *E, LValue LV, in EmitScalarPrePostIncDec()
H A DCGExprComplex.cpp202 LValue LV = CGF.EmitLValue(E->getSubExpr()); in VisitPrePostIncDec() local
1327 LValue LV = EmitCompoundAssignLValue(E, Func, Val); in EmitCompoundAssign() local
1362 LValue LV = EmitBinAssignLValue(E, Val); in VisitBinAssign() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSparsePropagation.h237 LatticeVal LV = LatticeFunc->ComputeLatticeVal(Key); in getValueState() local
247 LatticeVal LV) { in UpdateState()
508 LatticeVal LV; in Print() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp47 bool SCCPSolver::isConstant(const ValueLatticeElement &LV) { in isConstant()
52 bool SCCPSolver::isOverdefined(const ValueLatticeElement &LV) { in isOverdefined()
482 ValueLatticeElement &LV = I.first->second; in getValueState() local
504 ValueLatticeElement &LV = I.first->second; in getStructValueState() local
937 ValueLatticeElement LV = It->second; in isStructLatticeConstant() local
944 Constant *SCCPInstVisitor::getConstant(const ValueLatticeElement &LV, in getConstant()
969 ValueLatticeElement LV = LVs[I]; in getConstantOrNull() local
976 const ValueLatticeElement &LV = getLatticeValueFor(V); in getConstantOrNull() local
1296 auto &LV = getValueState(&I); in visitCastInst() local
1971 ValueLatticeElement &LV = getStructValueState(&I, i); in resolvedUndef() local
[all …]
H A DLoopUnroll.cpp256 Value *getMatchingValue(LoadValue LV, LoadInst *LI, unsigned CurrentGeneration, in getMatchingValue()
312 LoadValue LV = AvailableLoads.lookup(PtrSCEV); in loadCSE() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp133 for (const LiveVariable &LV : LiveVariables) { in dump() local
163 LiveVariable &LV = LiveVariables[ActiveCols[ColIdx].VarIdx]; in update() local
182 LiveVariable &LV = LiveVariables[VarIdx]; in update() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.h54 Liveness LV; member
H A DHexagonRDFOpt.cpp344 Liveness LV(*MRI, G); in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveVariables.h325 LiveVariables LV; variable
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPointerSubChecker.cpp112 SVal LV = C.getSVal(B->getLHS()); in checkPreStmt() local
H A DNullabilityChecker.cpp380 SVal LV, QualType T) { in checkValueAtLValForInvariantViolation()
412 SVal LV = State->getLValue(ParamDecl, LocCtxt); in checkParamsForPreconditionViolation() local
444 SVal LV = State->getLValue(IvarDecl, SelfVal); in checkSelfIvarsForInvariantViolation() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp192 void PrintLatticeVal(CVPLatticeVal LV, raw_ostream &OS) override { in PrintLatticeVal()
391 CVPLatticeVal LV = Solver.getExistingValueState(RegI); in runCVP() local
H A DSCCP.cpp80 [](const ValueLatticeElement &LV) { in findReturnsToZap()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp159 LiveVariablesImpl &LV; member in __anon9166e1760311::TransferFunctions
535 LiveVariablesImpl *LV = new LiveVariablesImpl(AC, killAtAssign); in computeLiveness() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h751 inline ProgramStateRef ProgramState::bindLoc(SVal LV, SVal V, const LocationContext *LCtx) const { in bindLoc()
812 inline SVal ProgramState::getRawSVal(Loc LV, QualType T) const { in getRawSVal()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp251 if (std::optional<loc::ConcreteInt> LV = getAs<loc::ConcreteInt>()) in isConstant() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopNestAnalysis.cpp242 SmallVector<LoopVectorTy, 4> LV; in getPerfectLoops() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp873 std::vector<RegisterRef> LV; in computeLiveIns() local
916 auto CopyLiveIns = [this](MachineBasicBlock *B, BitVector &LV) -> void { in resetKills()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypePrinter.cpp32 if (std::optional<DWARFFormValue> LV = in appendArrayType() local

123