/external/clang/lib/AST/ |
D | APValue.cpp | 35 struct APValue::LV : LVBase { struct in APValue 36 static const unsigned InlinePathSpace = 42 union { 47 LV() { PathLength = (unsigned)-1; } in LV() function 48 ~LV() { resizePath(0); } in ~LV() 50 void resizePath(unsigned Length) { in resizePath() 60 bool hasPath() const { return PathLength != (unsigned)-1; } in hasPath() 61 bool hasPathPtr() const { return hasPath() && PathLength > InlinePathSpace; } in hasPathPtr() 63 LValuePathEntry *getPath() { return hasPathPtr() ? PathPtr : Path; } in getPath() 64 const LValuePathEntry *getPath() const { in getPath()
|
D | StmtCXX.cpp | 81 Decl *LV = cast<DeclStmt>(getLoopVarStmt())->getSingleDecl(); in getLoopVariable() local
|
/external/llvm-project/clang/lib/AST/ |
D | APValue.cpp | 47 APValue::LValueBase APValue::LValueBase::getDynamicAlloc(DynamicAllocLValue LV, in getDynamicAlloc() 55 APValue::LValueBase APValue::LValueBase::getTypeInfo(TypeInfoLValue LV, in getTypeInfo() 213 struct APValue::LV : LVBase { struct in APValue 214 static const unsigned InlinePathSpace = 220 union { 225 LV() { PathLength = (unsigned)-1; } in LV() argument 226 ~LV() { resizePath(0); } in ~LV() 228 void resizePath(unsigned Length) { in resizePath() 238 bool hasPath() const { return PathLength != (unsigned)-1; } in hasPath() 239 bool hasPathPtr() const { return hasPath() && PathLength > InlinePathSpace; } in hasPathPtr() [all …]
|
D | StmtCXX.cpp | 77 Decl *LV = cast<DeclStmt>(getLoopVarStmt())->getSingleDecl(); in getLoopVariable() local
|
/external/rust/crates/regex-syntax/src/unicode_tables/ |
D | grapheme_cluster_break.rs | 401 pub const LV: &'static [(char, char)] = &[ constant
|
/external/clang/lib/CodeGen/ |
D | CGExpr.cpp | 190 LValue LV = MakeAddrLValue(Location, E->getType()); in EmitAnyExprToMem() local 463 LValue LV = MakeAddrLValue(Object, E->getType(), in EmitMaterializeTemporaryExpr() local 487 LValue LV = EmitLValue(E); in EmitReferenceBindingToExpr() local 772 EmitComplexPrePostIncDec(const UnaryOperator *E, LValue LV, in EmitComplexPrePostIncDec() 890 LValue LV = EmitLValue(UO->getSubExpr()); in EmitPointerWithAlignment() local 944 LValue LV; in EmitCheckedLValue() local 1440 RValue CodeGenFunction::EmitLoadOfLValue(LValue LV, SourceLocation Loc) { in EmitLoadOfLValue() 1486 RValue CodeGenFunction::EmitLoadOfBitfieldLValue(LValue LV) { in EmitLoadOfBitfieldLValue() 1517 RValue CodeGenFunction::EmitLoadOfExtVectorElementLValue(LValue LV) { in EmitLoadOfExtVectorElementLValue() 1546 Address CodeGenFunction::EmitExtVectorElementLValue(LValue LV) { in EmitExtVectorElementLValue() [all …]
|
D | CGExprAgg.cpp | 189 LValue LV = CGF.EmitPseudoObjectLValue(E); in VisitPseudoObjectExpr() local 217 LValue LV = CGF.EmitLValue(E); in EmitAggLoadOfLValue() local 582 LValue LV = CGF.EmitCheckedLValue(E->getSubExpr(), in VisitCastExpr() local 791 LValue LV = CGF.EmitPointerToDataMemberBinaryExpr(E); in VisitPointerToDataMemberBinaryOperator() local 1063 AggExprEmitter::EmitInitializationToLValue(Expr *E, LValue LV) { in EmitInitializationToLValue() 1267 LValue LV = CGF.EmitLValueForFieldInitialization(DestLV, field); in VisitInitListExpr() local 1452 LValue LV = MakeAddrLValue(Temp, E->getType()); in EmitAggExprToLValue() local
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExpr.cpp | 263 LValue LV = MakeAddrLValue(Location, E->getType()); in EmitAnyExprToMem() local 595 LValue LV = MakeAddrLValue(Object, E->getType(), AlignmentSource::Decl); in EmitMaterializeTemporaryExpr() local 618 LValue LV = EmitLValue(E); in EmitReferenceBindingToExpr() local 1021 EmitComplexPrePostIncDec(const UnaryOperator *E, LValue LV, in EmitComplexPrePostIncDec() 1164 LValue LV = EmitLValue(UO->getSubExpr()); in EmitPointerWithAlignment() local 1250 LValue LV; in EmitCheckedLValue() local 1354 LValue LV = EmitLValue(cleanups->getSubExpr()); in EmitLValue() local 1885 static RValue EmitLoadOfMatrixLValue(LValue LV, SourceLocation Loc, in EmitLoadOfMatrixLValue() 1896 RValue CodeGenFunction::EmitLoadOfLValue(LValue LV, SourceLocation Loc) { in EmitLoadOfLValue() 1953 RValue CodeGenFunction::EmitLoadOfBitfieldLValue(LValue LV, in EmitLoadOfBitfieldLValue() [all …]
|
D | CGExprAgg.cpp | 198 LValue LV = CGF.EmitPseudoObjectLValue(E); in VisitPseudoObjectExpr() local 226 LValue LV = CGF.EmitLValue(E); in EmitAggLoadOfLValue() local 701 LValue LV = CGF.EmitCheckedLValue(E->getSubExpr(), in VisitCastExpr() local 1088 LValue LV = CGF.EmitPointerToDataMemberBinaryExpr(E); in VisitPointerToDataMemberBinaryOperator() local 1336 LValue LV = CGF.EmitLValueForFieldInitialization(SlotLV, *CurField); in VisitLambdaExpr() local 1519 AggExprEmitter::EmitInitializationToLValue(Expr *E, LValue LV) { in EmitInitializationToLValue() 1718 LValue LV = CGF.EmitLValueForFieldInitialization(DestLV, field); in VisitInitListExpr() local 1996 LValue LV = MakeAddrLValue(Temp, E->getType()); in EmitAggExprToLValue() local
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | SparsePropagation.h | 235 LatticeVal LV = LatticeFunc->ComputeLatticeVal(Key); in getValueState() local 245 LatticeVal LV) { in UpdateState() 508 LatticeVal LV; in Print() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | SparsePropagation.h | 235 LatticeVal LV = LatticeFunc->ComputeLatticeVal(Key); in getValueState() local 245 LatticeVal LV) { in UpdateState() 508 LatticeVal LV; in Print() local
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | PointerSubChecker.cpp | 41 SVal LV = C.getSVal(B->getLHS()); in checkPreStmt() local
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | PointerSubChecker.cpp | 44 SVal LV = state->getSVal(B->getLHS(), LCtx); in checkPreStmt() local
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 98 bool isConstant(const ValueLatticeElement &LV) { in isConstant() 107 bool isOverdefined(const ValueLatticeElement &LV) { in isOverdefined() 345 ValueLatticeElement LV = It->second; in isStructLatticeConstant() local 447 ValueLatticeElement &LV = I.first->second; in getValueState() local 469 ValueLatticeElement &LV = I.first->second; in getStructValueState() local 843 auto &LV = getValueState(&I); in visitCastInst() local 1505 ValueLatticeElement &LV = getStructValueState(&I, i); in ResolvedUndefsIn() local 1514 ValueLatticeElement &LV = getValueState(&I); in ResolvedUndefsIn() local 1632 [](const ValueLatticeElement &LV) { return isOverdefined(LV); })) in tryToReplaceWithConstant() 1847 [](const ValueLatticeElement &LV) { in findReturnsToZap()
|
/external/llvm/lib/Target/Hexagon/ |
D | RDFDeadCode.h | 55 Liveness LV; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | RDFDeadCode.h | 54 Liveness LV; member
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | RDFDeadCode.h | 54 Liveness LV; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 416 LatticeVal LV = It->second; in isStructLatticeConstant() local 495 LatticeVal &LV = I.first->second; in getValueState() local 515 ValueLatticeElement &LV = PI.first->second; in getParamState() local 533 LatticeVal &LV = I.first->second; in getStructValueState() local 1462 LatticeVal &LV = getStructValueState(&I, i); in ResolvedUndefsIn() local 1469 LatticeVal &LV = getValueState(&I); in ResolvedUndefsIn() local 1758 [](const LatticeVal &LV) { return LV.isOverdefined(); })) in tryToReplaceWithConstant() 1950 [](const LatticeVal &LV) { return !LV.isOverdefined(); }); in findReturnsToZap()
|
/external/llvm-project/clang/lib/AST/Interp/ |
D | ByteCodeExprGen.cpp | 258 const Expr *LV, DerefKind AK, llvm::function_ref<bool(PrimType)> Direct, in dereference() 283 const Expr *LV, PrimType T, const ParmVarDecl *PD, DerefKind AK, in dereferenceParam() 325 const Expr *LV, PrimType T, const VarDecl *VD, DerefKind AK, in dereferenceVar()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | SimpleConstraintManager.cpp | 29 if (Optional<Loc> LV = Cond.getAs<Loc>()) { in assume() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 390 LatticeVal &LV = I.first->second; in getValueState() local 416 LatticeVal &LV = I.first->second; in getStructValueState() local 1266 LatticeVal &LV = getStructValueState(&I, i); in ResolvedUndefsIn() local 1273 LatticeVal &LV = getValueState(&I); in ResolvedUndefsIn() local 1518 [](LatticeVal &LV) { return LV.isOverdefined(); })) in tryToReplaceWithConstant()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | CalledValuePropagation.cpp | 190 void PrintLatticeVal(CVPLatticeVal LV, raw_ostream &OS) override { in PrintLatticeVal() 389 CVPLatticeVal LV = Solver.getExistingValueState(RegI); in runCVP() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | CalledValuePropagation.cpp | 193 void PrintLatticeVal(CVPLatticeVal LV, raw_ostream &OS) override { in PrintLatticeVal() 394 CVPLatticeVal LV = Solver.getExistingValueState(RegI); in runCVP() local
|
/external/llvm/include/llvm/Analysis/ |
D | SparsePropagation.h | 83 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) { in GetConstant()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | SValBuilder.cpp | 375 if (Optional<Loc> LV = lhs.getAs<Loc>()) { in evalBinOp() local 512 if (Optional<nonloc::LocAsInteger> LV = val.getAs<nonloc::LocAsInteger>()) { in evalCast() local
|