| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | VOPDInstructions.td | 60 GFXGen<Gen.AssemblerPredicate, Gen.DecoderNamespace, Gen.Suffix, 61 Gen.Subtarget> { 71 SIMCInstr<NAME, Gen.Subtarget> { 76 bits<4> SubTgt = Gen.Subtarget; 80 let DecoderNamespace = Gen.DecoderNamespace; 81 let AssemblerPredicate = Gen.AssemblerPredicate; 84 let SubtargetPredicate = Gen.SubtargetPredicate; 154 class getRenamed<string VOPDName, GFXGen Gen> { 164 foreach Gen = [GFX11GenD, GFX12GenD] in { 165 foreach x = Gen.VOPDXPseudos in { [all …]
|
| H A D | VOPInstructions.td | 1392 def _e64#Gen.Suffix : 1393 VOP3_Real_Gen<ps, Gen>, 1396 def _e64#Gen.Suffix : 1397 VOP3_Real_Gen<ps, Gen>, 1406 def _e64#Gen.Suffix : 1407 VOP3_Real_Gen<ps, Gen>, 1418 def _e64#Gen.Suffix : 1438 def _e64#Gen.Suffix : 1444 def _e64_dpp#Gen.Suffix : 1449 def _e64_dpp#Gen.Suffix : [all …]
|
| H A D | VOP2Instructions.td | 1315 def Gen.Suffix : 1322 def Gen.Suffix : 1331 def _e32#Gen.Suffix : 1342 def _e64#Gen.Suffix : 1361 def _e32#Gen.Suffix : 1371 def _e64#Gen.Suffix : 1390 def _dpp8#Gen.Suffix : VOP2_DPP8_Gen<op, ps, Gen> { 1398 def _e32#Gen.Suffix : 1406 def _dpp#Gen.Suffix : 1434 def _dpp8#Gen.Suffix : [all …]
|
| H A D | VOPCInstructions.td | 1334 def _e32#Gen.Suffix : VOPC_Real<ps32, Gen.Subtarget>, 1336 def _e64#Gen.Suffix : VOP3_Real<ps64, Gen.Subtarget>, 1351 def _e32_dpp#Gen.Suffix : VOPC_DPP16_SIMC<op{7-0}, psDPP, Gen.Subtarget>; 1419 def _e32#Gen.Suffix : 1430 def _e64#Gen.Suffix : 1531 def _e32#Gen.Suffix : 1537 def _e64#Gen.Suffix : 1552 def _e32_dpp#Gen.Suffix 1569 def _e64_dpp#Gen.Suffix 1593 def _e32#Gen.Suffix [all …]
|
| H A D | VOP1Instructions.td | 93 VOP1_Real <ps, Gen.Subtarget, real_name> { 95 let DecoderNamespace = Gen.DecoderNamespace; 804 def Gen.Suffix : 811 def _e32#Gen.Suffix : 812 VOP1_Real_Gen<ps, Gen>, 827 def _e64#Gen.Suffix : 834 def _dpp#Gen.Suffix : VOP1_DPP16_Gen<op{7-0}, !cast<VOP1_DPP_Pseudo>(opName#"_dpp"), Gen>; 849 def _dpp8#Gen.Suffix : VOP1_DPP8_Gen<op{7-0}, ps, Gen>; 873 VOP1_Real_e32<Gen, op>, VOP1_Realtriple_e64<Gen, op>, 874 VOP1_Real_dpp<Gen, op>, VOP1_Real_dpp8<Gen, op>; [all …]
|
| H A D | R600Subtarget.h | 41 Generation Gen = R600; variable 76 return Gen; in getGeneration()
|
| H A D | VOP3PInstructions.td | 1398 def Gen.Suffix : 1430 def Gen.Suffix : 1496 multiclass VOP3P_Real_with_name<GFXGen Gen, bits<7> op, 1501 def Gen.Suffix : 1510 def _dpp#Gen.Suffix 1512 Gen.Subtarget> { 1514 let DecoderNamespace = "DPP"#Gen.DecoderNamespace; 1515 let AssemblerPredicate = Gen.AssemblerPredicate; 1522 def _dpp8#Gen.Suffix : VOP3P_DPP8_Base<op, ps> { 1524 let DecoderNamespace = "DPP8"#Gen.DecoderNamespace; [all …]
|
| H A D | AMDGPUFeatures.td | 45 SubtargetFeature <FeatureName, "Gen", Subtarget#"::"#Value,
|
| H A D | R600ISelLowering.h | 67 unsigned Gen;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | MacroPPCallbacks.cpp | 61 MacroPPCallbacks::MacroPPCallbacks(CodeGenerator *Gen, Preprocessor &PP) in MacroPPCallbacks() argument 62 : Gen(Gen), PP(PP), Status(NoScope) {} in MacroPPCallbacks() 131 Scopes.push_back(Gen->getCGDebugInfo()->CreateTempMacroFile(getCurrentScope(), in FileEntered() 186 Gen->getCGDebugInfo()->CreateMacro(getCurrentScope(), in MacroDefined() 196 Gen->getCGDebugInfo()->CreateMacro(getCurrentScope(), in MacroUndefined()
|
| H A D | CodeGenAction.cpp | 165 return Gen->GetModule(); in getModule() 173 return Gen.get(); in getCodeGenerator() 188 Gen->Initialize(Ctx); in Initialize() 206 Gen->HandleTopLevelDecl(D); in HandleTopLevelDecl() 224 Gen->HandleInlineFunctionDefinition(D); in HandleInlineFunctionDefinition() 304 Gen->HandleTranslationUnit(C); in HandleTranslationUnit() 393 Gen->HandleTagDeclDefinition(D); in HandleTagDeclDefinition() 401 Gen->CompleteTentativeDefinition(D); in CompleteTentativeDefinition() 405 Gen->CompleteExternalDeclaration(D); in CompleteExternalDeclaration() 409 Gen->AssignInheritanceModel(RD); in AssignInheritanceModel() [all …]
|
| H A D | MacroPPCallbacks.h | 28 CodeGenerator *Gen; variable 90 MacroPPCallbacks(CodeGenerator *Gen, Preprocessor &PP);
|
| H A D | CGNonTrivialStruct.cpp | 812 GenDefaultInitialize Gen(getContext()); in defaultInitNonTrivialCStructVar() local 814 Gen.setCGF(this); in defaultInitNonTrivialCStructVar() 817 Gen.visit(QT, nullptr, CharUnits::Zero(), std::array<Address, 1>({{DstPtr}})); in defaultInitNonTrivialCStructVar() 821 static void callSpecialFunction(G &&Gen, StringRef FuncName, QualType QT, in callSpecialFunction() argument 828 Gen.callFunc(FuncName, QT, Addrs, CGF); in callSpecialFunction() 833 getSpecialFunction(G &&Gen, StringRef FuncName, QualType QT, bool IsVolatile, in getSpecialFunction() argument 839 return Gen.getFunction(FuncName, QT, Alignments, CGM); in getSpecialFunction()
|
| H A D | BackendConsumer.h | 51 std::unique_ptr<CodeGenerator> Gen; variable
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/mediatek/ |
| H A D | mt8173-elm-hana.dtsi | 21 * Lenovo 100e Chromebook 2nd Gen (MTK) and Lenovo 300e Chromebook 2nd 22 * Gen (MTK) are using synaptics touchscreen (hid-over-i2c driver) as a 36 * Lenovo 100e Chromebook 2nd Gen (MTK) and Lenovo 300e Chromebook 2nd 37 * Gen (MTK) are using synaptics trackpad (hid-over-i2c driver) as a
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
| H A D | Random.h | 21 template <typename T, typename GenT> T uniform(GenT &Gen, T Min, T Max) { in uniform() argument 22 return std::uniform_int_distribution<T>(Min, Max)(Gen); in uniform() 26 template <typename T, typename GenT> T uniform(GenT &Gen) { in uniform() argument 27 return uniform<T>(Gen, std::numeric_limits<T>::min(), in uniform()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | MultiOnDiskHashTable.h | 298 Generator Gen; variable 301 MultiOnDiskHashTableGenerator() : Gen() {} in MultiOnDiskHashTableGenerator() 305 Gen.insert(Key, Data, Info); in insert() 329 if (!Gen.contains(KV.first, Info)) in emit() 330 Gen.insert(KV.first, Info.ImportData(KV.second), Info); in emit() 338 uint32_t BucketOffset = Gen.Emit(OutStream, Info); in emit()
|
| /freebsd-14.2/sys/arm64/conf/ |
| H A D | std.hyperv | 2 # Hyper-V support (Hyper-v Gen 2)
|
| H A D | std.nxp | 25 device dpaa2 # Data Path Acceleration Architecture (2nd Gen)
|
| /freebsd-14.2/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-param-util.h | 937 template <class... Gen> 940 CartesianProductHolder(const Gen&... g) : generators_(g...) {} in CartesianProductHolder() 948 std::tuple<Gen...> generators_; 1008 template <class Gen> 1011 ParamConverterGenerator(ParamGenerator<Gen> g) // NOLINT in ParamConverterGenerator() 1016 return ParamGenerator<T>(new ParamGeneratorConverter<Gen, T>(generator_)); 1020 ParamGenerator<Gen> generator_;
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/phy/ |
| H A D | nvidia,tegra194-xusb-padctl.yaml | 384 - description: The USB3 port supports USB 3.1 Gen 2 speed. 387 - description: The USB3 port supports USB 3.1 Gen 1 speed 417 - description: The USB3 port supports USB 3.1 Gen 2 speed. 420 - description: The USB3 port supports USB 3.1 Gen 1 speed 450 - description: The USB3 port supports USB 3.1 Gen 2 speed. 453 - description: The USB3 port supports USB 3.1 Gen 1 speed 483 - description: The USB3 port supports USB 3.1 Gen 2 speed. 486 - description: The USB3 port supports USB 3.1 Gen 1 speed
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/arm/bcm/ |
| H A D | brcm,nsp.yaml | 14 DDR3 memory, PCIE Gen-2, USB 2.0 and USB 3.0, serial and NAND flash,
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherGen.cpp | 1086 MatcherGen Gen(Pattern, CGP); in ConvertPatternToMatcher() local 1089 if (Gen.EmitMatcherCode(Variant)) in ConvertPatternToMatcher() 1098 Gen.EmitResultCode(); in ConvertPatternToMatcher() 1101 return Gen.GetMatcher(); in ConvertPatternToMatcher()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/Transformer/ |
| H A D | RewriteRule.h | 246 [Gen = std::move(Metadata)]( in withMetadata() 248 return Gen(R); in withMetadata()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/ufs/ |
| H A D | ufs-qcom.txt | 20 - vdda-pll-supply : phandle to PHY PLL and Power-Gen block power supply
|