| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | Scalarizer.cpp | 112 const VectorSplit &VS, ValueVector *cachePtr = nullptr); 118 unsigned size() const { return VS.NumFragments; } in size() 124 VectorSplit VS; member in __anon7628c1430111::Scatterer 191 VectorSplit VS; member 221 const VectorSplit &VS, Twine Name) { in concatenate() argument 222 unsigned NumElements = VS.VecTy->getNumElements(); in concatenate() 226 if (VS.NumPacked > 1) { in concatenate() 230 for (unsigned I = 0; I < VS.NumPacked; ++I) in concatenate() 238 Value *Res = PoisonValue::get(VS.VecTy); in concatenate() 239 for (unsigned I = 0; I < VS.NumFragments; ++I) { in concatenate() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Utils/ |
| H A D | ARMBaseInfo.h | 37 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/llvm/lib/Target/RISCV/ |
| H A D | RISCVSchedSiFive7.td | 213 // The V pipeline is modeled by the VCQ, VA, VL, and VS resources. There can 234 def VS : ProcResource<1>; // Store sequencer 241 // VS sequencer resources below. Each of them will only accept a single 259 ProcResourceKind VL, ProcResourceKind VS, 497 defm : LMULWriteResMX<"WriteVSTE", [VCQ, VS], mx, IsWorstCase>; 506 defm : LMULWriteResMX<"WriteVSTM", [VCQ, VS], mx, IsWorstCase>; 529 defm : LMULWriteResMX<"WriteVSTS8", [VCQ, VS], mx, IsWorstCase>; 530 defm : LMULWriteResMX<"WriteVSTUX8", [VCQ, VS], mx, IsWorstCase>; 531 defm : LMULWriteResMX<"WriteVSTOX8", [VCQ, VS], mx, IsWorstCase>; 549 defm : LMULWriteResMX<"WriteVSTS16", [VCQ, VS], mx, IsWorstCase>; [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | Value.cpp | 35 ValueStorage *VS = new (Buf) ValueStorage(DtorF, AllocSize, ElementsSize); in CreatePayload() local 36 std::memcpy(VS->getPayload(), Canary, sizeof(Canary)); in CreatePayload() 37 return VS->getPayload(); in CreatePayload()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Cuda.cpp | 61 std::string VS = S.str(); in CudaStringToVersion() local 63 if (I->Name == VS) in CudaStringToVersion()
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | Kconfig | 147 tristate "Realtek 8922AE/8922AE-VS PCI wireless network (Wi-Fi 7) adapter" 153 Select this option will enable support for 8922AE/8922AE-VS chipset 158 The variant 8922AE-VS has the same features except 1024-QAM.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/ |
| H A D | ARCInfo.h | 32 VS = 0x7, enumerator
|
| H A D | ARCInstPrinter.cpp | 72 case ARCCC::VS: in ARCCondCodeToString()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64GlobalISelUtils.cpp | 156 CondCode = AArch64CC::VS; in changeFCMPPredToAArch64CC() 160 CondCode2 = AArch64CC::VS; in changeFCMPPredToAArch64CC()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | Hexagon.cpp | 228 std::string VS = "hvxv" + HVXVersion; in hasFeature() local 229 if (Feature == VS) in hasFeature()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonDepIICHVX.td | 136 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 D | ParseDeclCXX.cpp | 2437 void Parser::ParseOptionalCXX11VirtSpecifierSeq(VirtSpecifiers &VS, in ParseOptionalCXX11VirtSpecifierSeq() argument 2457 if (VS.SetSpecifier(Specifier, Tok.getLocation(), PrevSpec)) in ParseOptionalCXX11VirtSpecifierSeq() 2558 Declarator &DeclaratorInfo, VirtSpecifiers &VS, ExprResult &BitfieldSize, in ParseCXXMemberDeclaratorBeforeInitializer() argument 2589 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer() 2591 if (!VS.isUnset()) in ParseCXXMemberDeclaratorBeforeInitializer() 2593 VS); in ParseCXXMemberDeclaratorBeforeInitializer() 2616 if (BitfieldSize.isUnset() && VS.isUnset()) { in ParseCXXMemberDeclaratorBeforeInitializer() 2618 VS, getCurrentClass().IsInterface, in ParseCXXMemberDeclaratorBeforeInitializer() 2620 if (!VS.isUnset()) { in ParseCXXMemberDeclaratorBeforeInitializer() 2628 VS); in ParseCXXMemberDeclaratorBeforeInitializer() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 1528 bool VirtSpecifiers::SetSpecifier(Specifier VS, SourceLocation Loc, in SetSpecifier() argument 1533 LastSpecifier = VS; in SetSpecifier() 1535 if (Specifiers & VS) { in SetSpecifier() 1536 PrevSpec = getSpecifierName(VS); in SetSpecifier() 1540 Specifiers |= VS; in SetSpecifier() 1542 switch (VS) { in SetSpecifier() 1554 const char *VirtSpecifiers::getSpecifierName(Specifier VS) { in getSpecifierName() argument 1555 switch (VS) { in getSpecifierName()
|
| /freebsd/contrib/llvm-project/lld/docs/ |
| H A D | windows_support.rst | 77 #. 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/googletest/ |
| H A D | README.md | 117 is a VS Code extension allowing to view GoogleTest in a tree view and run/debug 120 [C++ TestMate](https://github.com/matepek/vscode-catch2-test-adapter) is a VS
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCInstrInfo.cpp | 118 case ARCCC::VS: in getOppositeBranchCondition() 121 return ARCCC::VS; in getOppositeBranchCondition()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/ |
| H A D | AArch64BaseInfo.h | 261 VS = 0x6, // Overflow Unordered enumerator 290 case VS: return "vs"; in getCondCodeName() 354 case VS: return V; // V == 1 in getNZCVToSatisfyCondCode()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | BuiltinTypes.def | 293 // VS.NET's __property declarations. A placeholder type. The 304 // In VS.NET, a __property declaration creates an implicit
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | DXContainer.h | 340 VertexPSVInfo VS; member 354 VS.swapBytes(); in swapBytes()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaCodeCompletion.h | 116 const VirtSpecifiers *VS = nullptr);
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | WholeProgramDevirt.cpp | 1146 const GlobalVarSummary *VS = nullptr; in tryFindVirtualCallTargets() local 1164 VS = CurVS; in tryFindVirtualCallTargets() 1167 if (VS->getVCallVisibility() == GlobalObject::VCallVisibilityPublic) in tryFindVirtualCallTargets() 1173 if (!VS) in tryFindVirtualCallTargets() 1175 if (!VS->isLive()) in tryFindVirtualCallTargets() 1177 for (auto VTP : VS->vTableFuncs()) { in tryFindVirtualCallTargets()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCScheduleP8.td | |
| /freebsd/contrib/libyaml/ |
| H A D | Changes | 263 - Removed obsolete VS project files. 277 Manually define PTRDIFF_MAX for VS C compiler.
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Compiler.h | 99 #error LLVM requires at least VS 2019.
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 4596 GlobalVarSummary *VS = cast<GlobalVarSummary>(Summary); in writeModuleLevelReferences() local 4597 NameVals.push_back(getEncodedGVSummaryFlags(VS->flags())); in writeModuleLevelReferences() 4598 NameVals.push_back(getEncodedGVarFlags(VS->varflags())); in writeModuleLevelReferences() 4600 auto VTableFuncs = VS->vTableFuncs(); in writeModuleLevelReferences() 4602 NameVals.push_back(VS->refs().size()); in writeModuleLevelReferences() 4605 for (auto &RI : VS->refs()) in writeModuleLevelReferences() 5115 if (auto *VS = dyn_cast<GlobalVarSummary>(S)) { in writeCombinedGlobalValueSummary() local 5117 assert(ModuleIdMap.count(VS->modulePath())); in writeCombinedGlobalValueSummary() 5118 NameVals.push_back(ModuleIdMap[VS->modulePath()]); in writeCombinedGlobalValueSummary() 5120 getEncodedGVSummaryFlags(VS->flags(), shouldImportValueAsDecl(VS))); in writeCombinedGlobalValueSummary() [all …]
|