/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | SmallVectorMemoryBuffer.h | 41 : SV(std::move(SV)), BufferName(std::string(Name)) { in SV() function
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ArrayBoundCheckerV2.cpp | 109 static bool providesInformationAboutInteresting(SVal SV, in providesInformationAboutInteresting() 364 static std::optional<int64_t> getConcreteValue(NonLoc SV) { in getConcreteValue() 371 static std::optional<int64_t> getConcreteValue(std::optional<NonLoc> SV) { in getConcreteValue()
|
H A D | ValistChecker.cpp | 162 const MemRegion *ValistChecker::getVAListAsRegion(SVal SV, const Expr *E, in getVAListAsRegion()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | PrintPasses.cpp | 179 SmallVector<char, 200> SV; in prepareTempFiles() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VectorCombine.cpp | 1680 while (auto *SV = dyn_cast<ShuffleVectorInst>(U->get())) { in lookThroughShuffles() local 2046 } else if (auto *SV = dyn_cast<ShuffleVectorInst>(CI)) { in foldShuffleFromReductions() local 2222 auto *SV = dyn_cast<ShuffleVectorInst>(U); in foldSelectShuffle() local 2338 auto *SV = dyn_cast<ShuffleVectorInst>(I); in foldSelectShuffle() local 2407 auto *SV = dyn_cast<ShuffleVectorInst>(I); in foldSelectShuffle() local 2453 auto *SV = dyn_cast<ShuffleVectorInst>(I); in foldSelectShuffle() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SVals.cpp | 165 QualType VisitSymbolVal(nonloc::SymbolVal SV) { in VisitSymbolVal()
|
H A D | ExprEngineC.cpp | 983 SVal SV = svalBuilder.getMemberPointer(cast<NamedDecl>(VD)); in VisitUnaryOperator() local
|
H A D | BugReporter.cpp | 313 SVal SV = N->getSVal(ArgExpr); in getMessage() local 335 SVal SV = N->getSVal(CE); in getMessage() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | VarLenCodeEmitterGen.cpp | 469 if (const auto *SV = dyn_cast<StringInit>(Val)) { in getInstructionCaseForEncoding() local
|
/freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
H A D | MicrosoftDemangleNodes.cpp | 123 std::string_view SV = OB; in toString() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/ |
H A D | BitstreamWriter.h | 140 if (auto *SV = dyn_cast<raw_svector_ostream>(&OutStream)) in getInternalBufferFromStream() local
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangOptionDocEmitter.cpp | 233 if (auto *SV = dyn_cast_or_null<StringInit>(V->getValue())) in getRSTStringWithTextFallback() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | BitTracker.cpp | 128 const BT::BitValue &SV = RC[Start]; in operator <<() local 168 const BT::BitValue &SV = RC[Start]; in operator <<() local
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | Pragma.cpp | 1318 diag::Severity SV = llvm::StringSwitch<diag::Severity>(II->getName()) in HandlePragma() local 1491 diag::Severity SV = diag::Severity(); in HandlePragma() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 6393 Value *SV = llvm::ConstantVector::getSplat(Count, C); in EmitNeonSplat() local 6425 int SV = cast<ConstantInt>(V)->getSExtValue(); in EmitNeonShiftVector() local 8208 Value *SV = nullptr; in EmitCommonNeonBuiltinExpr() local 8235 Value *SV = nullptr; in EmitCommonNeonBuiltinExpr() local 8257 Value *SV = nullptr; in EmitCommonNeonBuiltinExpr() local 9166 Value *SV = llvm::ConstantVector::get(ConstantInt::get(Int32Ty, 1-Lane)); in EmitARMBuiltinExpr() local 9234 Value *SV = llvm::ConstantVector::get(cast<llvm::Constant>(Ops[2])); in EmitARMBuiltinExpr() local 12208 int SV = cast<ConstantInt>(Ops[1])->getSExtValue(); in EmitAArch64BuiltinExpr() local 12395 Value *SV = llvm::ConstantVector::getSplat(VTy->getElementCount(), cst); in EmitAArch64BuiltinExpr() local 12426 Value *SV = llvm::ConstantVector::getSplat(VTy->getElementCount(), in EmitAArch64BuiltinExpr() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCISelLowering.cpp | 781 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue(); in LowerVASTART() local
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | DiagnosticIDs.cpp | 470 static DiagnosticIDs::Level toLevel(diag::Severity SV) { in toLevel()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstCombineIntrinsic.cpp | 1858 Value *SV = Builder.CreateShuffleVector( in simplifyX86extrq() local 1937 Value *SV = Builder.CreateShuffleVector(Builder.CreateBitCast(Op0, ShufTy), in simplifyX86insertq() local
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_msfees.c | 1074 #define SV(x) (ees->last_steps[(x + p_step) % LAST_STEPS]) in ees_receive() macro
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | UninitializedValues.cpp | 607 unsigned &SV = SuccsVisited[Pred->getBlockID()]; in getUninitUse() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopInterchange.cpp | 695 static Value *followLCSSA(Value *SV) { in followLCSSA()
|
H A D | Scalarizer.cpp | 480 ValueVector &SV = Scattered[{Op, VS.SplitTy}]; in gather() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEISelLowering.cpp | 1578 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue(); in lowerVASTART() local 1589 const Value *SV = cast<SrcValueSDNode>(Node->getOperand(2))->getValue(); in lowerVAARG() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | StackSafetyAnalysis.cpp | 375 const SCEV *SV = SE.getConstant(CalculationTy, TS.getFixedValue()); in isSafeAccess() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430ISelLowering.cpp | 1315 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue(); in LowerVASTART() local
|