Home
last modified time | relevance | path

Searched defs:SV (Results 1 – 25 of 60) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DSmallVectorMemoryBuffer.h39 SmallVectorMemoryBuffer(SmallVectorImpl<char> &&SV) in SmallVectorMemoryBuffer()
46 SmallVectorMemoryBuffer(SmallVectorImpl<char> &&SV, StringRef Name) in SmallVectorMemoryBuffer()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp70 nonloc::SymbolVal SV = Cond.castAs<nonloc::SymbolVal>(); in assumeAux() local
H A DSVals.cpp45 if (Optional<nonloc::SymbolVal> SV = getAs<nonloc::SymbolVal>()) { in hasConjuredSymbol() local
H A DExprEngineC.cpp1003 SVal SV = svalBuilder.getMemberPointer(cast<NamedDecl>(VD)); in VisitUnaryOperator() local
H A DBugReporter.cpp300 SVal SV = N->getSVal(*I); in getMessage() local
322 SVal SV = N->getSVal(CE); in getMessage() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddstruct.c350 struct SV in determineFields() struct
352 AggregateDeclaration *agg; in determineFields()
354 static int func(Dsymbol *s, void *param) in determineFields()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DPointerArithChecker.cpp228 SVal SV = C.getSVal(CE); in checkPostStmt() local
H A DValistChecker.cpp163 const MemRegion *ValistChecker::getVAListAsRegion(SVal SV, const Expr *E, in getVAListAsRegion()
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangOptionDocEmitter.cpp218 if (auto *SV = dyn_cast_or_null<StringInit>(V->getValue())) in getRSTStringWithTextFallback() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp128 const BT::BitValue &SV = RC[Start]; in operator <<() local
168 const BT::BitValue &SV = RC[Start]; in operator <<() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp5332 Value *SV = llvm::ConstantVector::getSplat(Count, C); in EmitNeonSplat() local
5364 int SV = cast<ConstantInt>(V)->getSExtValue(); in EmitNeonShiftVector() local
6904 Value *SV = nullptr; in EmitCommonNeonBuiltinExpr() local
6932 Value *SV = nullptr; in EmitCommonNeonBuiltinExpr() local
6955 Value *SV = nullptr; in EmitCommonNeonBuiltinExpr() local
7819 Value *SV = llvm::ConstantVector::get(ConstantInt::get(Int32Ty, 1-Lane)); in EmitARMBuiltinExpr() local
7887 Value *SV = llvm::ConstantVector::get(cast<llvm::Constant>(Ops[2])); in EmitARMBuiltinExpr() local
10244 int SV = cast<ConstantInt>(Ops[1])->getSExtValue(); in EmitAArch64BuiltinExpr() local
10430 Value *SV = llvm::ConstantVector::getSplat(VTy->getElementCount(), cst); in EmitAArch64BuiltinExpr() local
10461 Value *SV = llvm::ConstantVector::getSplat(VTy->getElementCount(), in EmitAArch64BuiltinExpr() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp678 Value *SV = Builder.CreateShuffleVector( in simplifyX86extrq() local
757 Value *SV = Builder.CreateShuffleVector(Builder.CreateBitCast(Op0, ShufTy), in simplifyX86insertq() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp743 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue(); in LowerVASTART() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DDiagnosticIDs.cpp469 static DiagnosticIDs::Level toLevel(diag::Severity SV) { in toLevel()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DUninitializedValues.cpp614 unsigned &SV = SuccsVisited[Pred->getBlockID()]; in getUninitUse() local
/netbsd-src/external/bsd/ntp/dist/ntpd/
H A Drefclock_msfees.c1076 #define SV(x) (ees->last_steps[(x + p_step) % LAST_STEPS]) in ees_receive() macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp393 ValueVector &SV = Scattered[Op]; in gather() local
H A DLoopInterchange.cpp723 static Value *followLCSSA(Value *SV) { in followLCSSA()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelLowering.cpp1390 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue(); in lowerVASTART() local
1401 const Value *SV = cast<SrcValueSDNode>(Node->getOperand(2))->getValue(); in lowerVAARG() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPragma.cpp1254 diag::Severity SV = llvm::StringSwitch<diag::Severity>(II->getName()) in HandlePragma() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DStandardInstrumentations.cpp139 SmallVector<char, 200> SV; in doSystemDiff() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp774 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue(); in LowerVASTART() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1012 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue(); in LowerVASTART() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1316 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue(); in LowerVASTART() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2521 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue(); in LowerVASTART() local
2532 const Value *SV = cast<SrcValueSDNode>(Node->getOperand(2))->getValue(); in LowerVAARG() local

123