Home
last modified time | relevance | path

Searched refs:VS (Results 1 – 25 of 74) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp133 const VectorSplit &VS, ValueVector *cachePtr = nullptr);
139 unsigned size() const { return VS.NumFragments; } in size()
145 VectorSplit VS; member in __anon7628c1430111::Scatterer
212 VectorSplit VS; member
224 const VectorSplit &VS, Twine Name) { in concatenate() argument
225 unsigned NumElements = VS.VecTy->getNumElements(); in concatenate()
229 if (VS.NumPacked > 1) { in concatenate()
233 for (unsigned I = 0; I < VS.NumPacked; ++I) in concatenate()
241 Value *Res = PoisonValue::get(VS.VecTy); in concatenate()
242 for (unsigned I = 0; I < VS.NumFragments; ++I) { in concatenate()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h37 VS, // Overflow Unordered enumerator
57 case VS: return VC; in getOppositeCondition()
58 case VC: return VS; in getOppositeCondition()
154 case ARMCC::VS: return "vs"; in ARMCondCodeToString()
177 .Case("vs", ARMCC::VS) in ARMCondCodeFromString()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DValue.cpp38 ValueStorage *VS = new (Buf) ValueStorage(DtorF, AllocSize, ElementsSize); in CreatePayload() local
39 std::memcpy(VS->getPayload(), Canary, sizeof(Canary)); in CreatePayload()
40 return VS->getPayload(); in CreatePayload()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInfo.h32 VS = 0x7, enumerator
H A DARCInstPrinter.cpp72 case ARCCC::VS: in ARCCondCodeToString()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64GlobalISelUtils.cpp158 CondCode = AArch64CC::VS; in changeFCMPPredToAArch64CC()
162 CondCode2 = AArch64CC::VS; in changeFCMPPredToAArch64CC()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DHexagon.cpp212 std::string VS = "hvxv" + HVXVersion; in hasFeature() local
213 if (Feature == VS) in hasFeature()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonDepIICHVX.td136 InstrItinData <tc_05ca8cfd, /*SLOT0123,VS*/
179 InstrItinData <tc_16ff9ef8, /*SLOT0123,VS*/
243 InstrItinData <tc_309dbb4f, /*SLOT0123,VS*/
313 InstrItinData <tc_51d0ecc3, /*SLOT0123,VS*/
436 InstrItinData <tc_7417e785, /*SLOT0123,VS*/
457 InstrItinData <tc_8772086c, /*SLOT0123,VS*/
728 InstrItinData <tc_05ca8cfd, /*SLOT0123,VS*/
771 InstrItinData <tc_16ff9ef8, /*SLOT0123,VS*/
835 InstrItinData <tc_309dbb4f, /*SLOT0123,VS*/
905 InstrItinData <tc_51d0ecc3, /*SLOT0123,VS*/
[all …]
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp2608 void Parser::ParseOptionalCXX11VirtSpecifierSeq(VirtSpecifiers &VS, in ParseOptionalCXX11VirtSpecifierSeq() argument
2628 if (VS.SetSpecifier(Specifier, Tok.getLocation(), PrevSpec)) in ParseOptionalCXX11VirtSpecifierSeq()
2675 Declarator &DeclaratorInfo, VirtSpecifiers &VS, ExprResult &BitfieldSize, in ParseCXXMemberDeclaratorBeforeInitializer() argument
2706 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()
2708 if (!VS.isUnset()) in ParseCXXMemberDeclaratorBeforeInitializer()
2710 VS); in ParseCXXMemberDeclaratorBeforeInitializer()
2733 if (BitfieldSize.isUnset() && VS.isUnset()) { in ParseCXXMemberDeclaratorBeforeInitializer()
2735 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer()
2737 if (!VS.isUnset()) { in ParseCXXMemberDeclaratorBeforeInitializer()
2745 VS); in ParseCXXMemberDeclaratorBeforeInitializer()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DCuda.cpp60 std::string VS = S.str(); in CudaStringToVersion() local
62 if (I->Name == VS) in CudaStringToVersion()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp1520 bool VirtSpecifiers::SetSpecifier(Specifier VS, SourceLocation Loc, in SetSpecifier() argument
1525 LastSpecifier = VS; in SetSpecifier()
1527 if (Specifiers & VS) { in SetSpecifier()
1528 PrevSpec = getSpecifierName(VS); in SetSpecifier()
1532 Specifiers |= VS; in SetSpecifier()
1534 switch (VS) { in SetSpecifier()
1546 const char *VirtSpecifiers::getSpecifierName(Specifier VS) { in getSpecifierName() argument
1547 switch (VS) { in getSpecifierName()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCScheduleP7.td
H A DPPCScheduleP8.td
/freebsd/contrib/llvm-project/lld/docs/
H A Dwindows_support.rst77 #. run ``cmake -G "Visual Studio 12" <llvm-source-dir>`` from VS command prompt,
96 #. run ``cmake -G ninja <llvm-source-dir>`` from VS command prompt,
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp118 case ARCCC::VS: in getOppositeBranchCondition()
121 return ARCCC::VS; in getOppositeBranchCondition()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h239 VertexPSVInfo VS; member
253 VS.swapBytes(); in swapBytes()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h262 VS = 0x6, // Overflow Unordered enumerator
291 case VS: return "vs"; in getCondCodeName()
325 case VS: return V; // V == 1 in getNZCVToSatisfyCondCode()
/freebsd/contrib/googletest/
H A DREADME.md126 is a VS Code extension allowing to view GoogleTest in a tree view and run/debug
129 [C++ TestMate](https://github.com/matepek/vscode-catch2-test-adapter) is a VS
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaCodeCompletion.h114 const VirtSpecifiers *VS = nullptr);
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def293 // VS.NET's __property declarations. A placeholder type. The
304 // In VS.NET, a __property declaration creates an implicit
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1115 const GlobalVarSummary *VS = nullptr; in tryFindVirtualCallTargets() local
1133 VS = CurVS; in tryFindVirtualCallTargets()
1136 if (VS->getVCallVisibility() == GlobalObject::VCallVisibilityPublic) in tryFindVirtualCallTargets()
1142 if (!VS) in tryFindVirtualCallTargets()
1144 if (!VS->isLive()) in tryFindVirtualCallTargets()
1146 for (auto VTP : VS->vTableFuncs()) { in tryFindVirtualCallTargets()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompiler.h99 #error LLVM requires at least VS 2019.
/freebsd/contrib/wpa/wpa_supplicant/
H A Dnmake.mak58 # VS 2005 complains about lot of deprecated string functions; let's ignore them
/freebsd/contrib/file/magic/Magdir/
H A Dmisctools109 # Reference: https://msdn.microsoft.com/en-us/library/ms680378%28VS.85%29.aspx
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4285 GlobalVarSummary *VS = cast<GlobalVarSummary>(Summary); in writeModuleLevelReferences() local
4286 NameVals.push_back(getEncodedGVSummaryFlags(VS->flags())); in writeModuleLevelReferences()
4287 NameVals.push_back(getEncodedGVarFlags(VS->varflags())); in writeModuleLevelReferences()
4289 auto VTableFuncs = VS->vTableFuncs(); in writeModuleLevelReferences()
4291 NameVals.push_back(VS->refs().size()); in writeModuleLevelReferences()
4294 for (auto &RI : VS->refs()) in writeModuleLevelReferences()
4653 if (auto *VS = dyn_cast<GlobalVarSummary>(S)) { in writeCombinedGlobalValueSummary() local
4655 assert(ModuleIdMap.count(VS->modulePath())); in writeCombinedGlobalValueSummary()
4656 NameVals.push_back(ModuleIdMap[VS->modulePath()]); in writeCombinedGlobalValueSummary()
4657 NameVals.push_back(getEncodedGVSummaryFlags(VS->flags())); in writeCombinedGlobalValueSummary()
[all …]

123