Searched defs:SV (Results 1 - 25 of 56) sorted by relevance

123

/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DSmallVectorMemoryBuffer.h32 SmallVectorMemoryBuffer(SmallVectorImpl<char> &&SV, argument
39 SmallVectorMemoryBuffer(SmallVectorImpl<char> &&SV, StringRef Name, argument
57 SmallVector<char, 0> SV; member in class:llvm::SmallVectorMemoryBuffer
[all...]
/openbsd-current/gnu/llvm/libcxx/benchmarks/
H A Dstd_format_spec_string_unicode.bench.cpp16 # define SV(S) MAKE_STRING_VIEW(CharT, S) macro
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp71 nonloc::SymbolVal SV = Cond.castAs<nonloc::SymbolVal>(); local
H A DSVals.cpp171 QualType VisitNonLocSymbolVal(nonloc::SymbolVal SV) { argument
H A DExprEngineC.cpp994 SVal SV = svalBuilder.getMemberPointer(cast<NamedDecl>(VD)); local
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp128 const BT::BitValue &SV = RC[Start]; local
149 OS << "]:" << SV; local
156 OS << SV; local
168 const BT::BitValue &SV = RC[Start]; local
173 OS << SV; local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp123 StringView SV = OB; local
H A DItaniumDemangle.cpp81 void print(StringView SV) { argument
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DPrintPasses.cpp179 SmallVector<char, 200> SV; local
/openbsd-current/gnu/llvm/libcxxabi/src/
H A Dcxa_demangle.cpp80 void print(StringView SV) { argument
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp163 const MemRegion *ValistChecker::getVAListAsRegion(SVal SV, const Expr *E, argument
H A DNullabilityChecker.cpp249 ConstrainedPropertyVal(DefinedOrUnknownSVal SV) argument
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h188 JumpTableHeader(APInt F, APInt L, const Value *SV, MachineBasicBlock *H, argument
223 BitTestBlock(APInt F, APInt R, const Value *SV, unsigned Rg, MVT RgVT, bool E, argument
/openbsd-current/gnu/llvm/clang/lib/Analysis/
H A DUninitializedValues.cpp611 unsigned &SV = SuccsVisited[Pred->getBlockID()]; local
/openbsd-current/gnu/llvm/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp779 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue(); local
/openbsd-current/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp1204 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue(); local
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp351 const SCEV *SV = SE.getConstant(CalculationTy, TS.getFixedValue()); local
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopInfo.h729 LoopBounds(const Loop &Loop, Value &I, Instruction &SI, Value *SV, Value &F, argument
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp428 ValueVector &SV = Scattered[{Op, nullptr}]; local
/openbsd-current/gnu/llvm/clang/lib/Lex/
H A DPragma.cpp1280 diag::Severity SV = llvm::StringSwitch<diag::Severity>(II->getName()) local
1453 diag::Severity SV = diag::Severity(); local
/openbsd-current/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1012 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue(); local
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp677 Value *SV = Builder.CreateShuffleVector( local
756 Value *SV = Builder.CreateShuffleVector(Builder.CreateBitCast(Op0, ShufTy), local
/openbsd-current/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp740 const Value *SV = cast<SrcValueSDNode>(Node->getOperand(2))->getValue(); local
/openbsd-current/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp886 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue(); local
/openbsd-current/gnu/llvm/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1319 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue(); local

Completed in 281 milliseconds

123