Home
last modified time | relevance | path

Searched refs:Gen (Results 1 – 25 of 48) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DVOPDInstructions.td60 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 DVOPInstructions.td1392 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 DVOP2Instructions.td1315 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 DVOPCInstructions.td1334 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 DVOP1Instructions.td93 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 DR600Subtarget.h41 Generation Gen = R600; variable
76 return Gen; in getGeneration()
H A DVOP3PInstructions.td1398 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 DAMDGPUFeatures.td45 SubtargetFeature <FeatureName, "Gen", Subtarget#"::"#Value,
H A DR600ISelLowering.h67 unsigned Gen;
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp61 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 DCodeGenAction.cpp165 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 DMacroPPCallbacks.h28 CodeGenerator *Gen; variable
90 MacroPPCallbacks(CodeGenerator *Gen, Preprocessor &PP);
H A DCGNonTrivialStruct.cpp812 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 DBackendConsumer.h51 std::unique_ptr<CodeGenerator> Gen; variable
/freebsd-14.2/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt8173-elm-hana.dtsi21 * 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 DRandom.h21 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 DMultiOnDiskHashTable.h298 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 Dstd.hyperv2 # Hyper-V support (Hyper-v Gen 2)
H A Dstd.nxp25 device dpaa2 # Data Path Acceleration Architecture (2nd Gen)
/freebsd-14.2/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h937 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 Dnvidia,tegra194-xusb-padctl.yaml384 - 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 Dbrcm,nsp.yaml14 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 DDAGISelMatcherGen.cpp1086 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 DRewriteRule.h246 [Gen = std::move(Metadata)]( in withMetadata()
248 return Gen(R); in withMetadata()
/freebsd-14.2/sys/contrib/device-tree/Bindings/ufs/
H A Dufs-qcom.txt20 - vdda-pll-supply : phandle to PHY PLL and Power-Gen block power supply

12