| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | VOPDInstructions.td | 99 class GFXGenD<GFXGen Gen, list<string> DXPseudos, list<string> DYPseudos, 100 Predicate subtargetPred = Gen.AssemblerPredicate> : 101 GFXGen<Gen.AssemblerPredicate, Gen.DecoderNamespace, Gen.Suffix, 102 Gen.Subtarget> { 109 VOPD_Component XasVC, VOPD_Component YasVC, GFXGenD Gen> 112 SIMCInstr<NAME, Gen.Subtarget> { 117 bits<4> SubTgt = Gen.Subtarget; 121 let DecoderNamespace = Gen.DecoderNamespace; 122 let AssemblerPredicate = Gen.AssemblerPredicate; 125 let SubtargetPredicate = Gen.SubtargetPredicate; [all …]
|
| H A D | VOPInstructions.td | 204 class VOP3_Real_Gen <VOP_Pseudo ps, GFXGen Gen, string asm_name = ps.Mnemonic> : 205 VOP3_Real <ps, Gen.Subtarget, asm_name> { 206 let AssemblerPredicate = Gen.AssemblerPredicate; 208 let DecoderNamespace = Gen.DecoderNamespace# 221 class VOP3P_Real_Gen<VOP_Pseudo ps, GFXGen Gen, string asm_name = ps.Mnemonic> : 222 VOP3P_Real<ps, Gen.Subtarget, asm_name> { 223 let AssemblerPredicate = Gen.AssemblerPredicate; 224 let DecoderNamespace = Gen.DecoderNamespace; 1657 class VOP3_DPP16_Gen<bits<10> op, VOP_DPP_Pseudo ps, GFXGen Gen, 1659 : VOP3_DPP16<op, ps, Gen.Subtarget, opName> { [all …]
|
| H A D | VOP2Instructions.td | 128 class VOP2_Real_Gen <VOP2_Pseudo ps, GFXGen Gen, string real_name = ps.Mnemonic> : 129 VOP2_Real <ps, Gen.Subtarget, real_name> { 130 let AssemblerPredicate = Gen.AssemblerPredicate; 132 let DecoderNamespace = Gen.DecoderNamespace# 1509 class VOP2_DPP16_Gen<bits<6> op, VOP2_DPP_Pseudo ps, GFXGen Gen, 1511 VOP2_DPP16<op, ps, Gen.Subtarget, opName, p> { 1512 let AssemblerPredicate = Gen.AssemblerPredicate; 1514 let DecoderNamespace = Gen.DecoderNamespace# 1539 class VOP2_DPP8_Gen<bits<6> op, VOP2_Pseudo ps, GFXGen Gen, 1542 let AssemblerPredicate = Gen.AssemblerPredicate; [all …]
|
| H A D | VOP1Instructions.td | 95 class VOP1_Real_Gen <VOP1_Pseudo ps, GFXGen Gen, string real_name = ps.Mnemonic> : 96 VOP1_Real <ps, Gen.Subtarget, real_name> { 97 let AssemblerPredicate = Gen.AssemblerPredicate; 98 let DecoderNamespace = Gen.DecoderNamespace; 895 class VOP1_DPP16_Gen<bits<8> op, VOP1_DPP_Pseudo ps, GFXGen Gen, VOPProfile p = ps.Pfl> : 896 VOP1_DPP16 <op, ps, Gen.Subtarget, p> { 897 let AssemblerPredicate = Gen.AssemblerPredicate; 898 let DecoderNamespace = Gen.DecoderNamespace; 919 class VOP1_DPP8_Gen<bits<8> op, VOP1_Pseudo ps, GFXGen Gen, VOPProfile p = ps.Pfl> : 921 let AssemblerPredicate = Gen.AssemblerPredicate; [all …]
|
| H A D | VOPCInstructions.td | 1618 multiclass VOPC_Real_Base<GFXGen Gen, bits<9> op> { 1619 let AssemblerPredicate = Gen.AssemblerPredicate, DecoderNamespace = Gen.DecoderNamespace in { 1622 def _e32#Gen.Suffix : VOPC_Real<ps32, Gen.Subtarget>, 1624 def _e64#Gen.Suffix : VOP3_Real_Gen<ps64, Gen>, 1632 defm : VOPCInstAliases<NAME, !substr(Gen.Suffix,1)>; 1637 def _e32_dpp#Gen.Suffix : VOPC_DPP16_SIMC<op{7-0}, psDPP, Gen.Subtarget>; 1638 def _e32_dpp_w32#Gen.Suffix : VOPC_DPP16<op{7-0}, psDPP> { 1643 def _e32_dpp_w64#Gen.Suffix : VOPC_DPP16<op{7-0}, psDPP> { 1649 def _e32_dpp8#Gen.Suffix : VOPC_DPP8<op{7-0}, ps32>; 1650 def _e32_dpp8_w32#Gen.Suffix : VOPC_DPP8<op{7-0}, ps32> { [all …]
|
| H A D | R600Subtarget.h | 40 Generation Gen = R600; variable 74 return Gen; in getGeneration()
|
| H A D | AMDGPUFeatures.td | 48 SubtargetFeature <FeatureName, "Gen", Subtarget#"::"#Value,
|
| H A D | VOP3PInstructions.td | 1861 multiclass VOP3P_Real_Base<GFXGen Gen, bits<8> op, string backing_ps_name = NAME, 1863 def Gen.Suffix : 1864 VOP3P_Real_Gen<!cast<VOP3P_Pseudo>(backing_ps_name), Gen, asmName>, 1893 multiclass VOP3P_WMMA_Real_Base<GFXGen Gen, bits<8> op, VOP3PWMMA_Profile WMMAP, 1896 def Gen.Suffix : 1897 VOP3P_Real_Gen<!cast<VOP3P_Pseudo>(backing_ps_name), Gen, asmName>, 2008 multiclass VOP3P_Real_with_name<GFXGen Gen, bits<8> op, 2013 def Gen.Suffix : 2014 VOP3P_Real_Gen<!cast<VOP3P_Pseudo>(backing_ps_name), Gen, asmName>, 2018 let AssemblerPredicate = Gen.AssemblerPredicate; [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/FrontendAction/ |
| H A D | CIRGenAction.cpp | 63 std::unique_ptr<CIRGenerator> Gen; member in cir::CIRGenConsumer 72 Gen(std::make_unique<CIRGenerator>(CI.getDiagnostics(), std::move(FS), in CIRGenConsumer() 79 Gen->Initialize(Ctx); in Initialize() 83 Gen->HandleTopLevelDecl(D); in HandleTopLevelDecl() 88 Gen->HandleInlineFunctionDefinition(D); in HandleInlineFunctionDefinition() 92 Gen->HandleTranslationUnit(C); in HandleTranslationUnit() 95 if (!Gen->verifyModule()) { in HandleTranslationUnit() 104 mlir::ModuleOp MlirModule = Gen->getModule(); in HandleTranslationUnit() 105 mlir::MLIRContext &MlirCtx = Gen->getMLIRContext(); in HandleTranslationUnit() 147 Gen->HandleTagDeclDefinition(D); in HandleTagDeclDefinition() [all …]
|
| /freebsd/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 | 120 Gen(CreateLLVMCodeGen(Diags, InFile, std::move(VFS), in BackendConsumer() 132 return Gen->GetModule(); in getModule() 136 return std::unique_ptr<llvm::Module>(Gen->ReleaseModule()); in takeModule() 140 return Gen.get(); in getCodeGenerator() 144 Gen->HandleCXXStaticMemberVarInstantiation(VD); in HandleCXXStaticMemberVarInstantiation() 155 Gen->Initialize(Ctx); in Initialize() 170 Gen->HandleTopLevelDecl(D); in HandleTopLevelDecl() 185 Gen->HandleInlineFunctionDefinition(D); in HandleInlineFunctionDefinition() 241 Gen->HandleTranslationUnit(C); in HandleTranslationUnit() 294 if (const Decl *FD = Gen->GetDeclForMangledName(F.getName())) { in HandleTranslationUnit() [all …]
|
| H A D | MacroPPCallbacks.h | 28 CodeGenerator *Gen; variable 90 MacroPPCallbacks(CodeGenerator *Gen, Preprocessor &PP);
|
| H A D | CGNonTrivialStruct.cpp | 832 GenDefaultInitialize Gen(getContext()); in defaultInitNonTrivialCStructVar() local 834 Gen.setCGF(this); in defaultInitNonTrivialCStructVar() 837 Gen.visit(QT, nullptr, CharUnits::Zero(), std::array<Address, 1>({{DstPtr}})); in defaultInitNonTrivialCStructVar() 841 static void callSpecialFunction(G &&Gen, StringRef FuncName, QualType QT, in callSpecialFunction() argument 848 Gen.callFunc(FuncName, QT, Addrs, CGF); in callSpecialFunction() 853 getSpecialFunction(G &&Gen, StringRef FuncName, QualType QT, bool IsVolatile, in getSpecialFunction() argument 859 return Gen.getFunction(FuncName, QT, Alignments, CGM); in getSpecialFunction()
|
| /freebsd/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/contrib/googletest/googletest/include/gtest/ |
| H A D | gtest-param-test.h | 481 template <typename T, int&... ExplicitArgumentBarrier, typename Gen, 484 internal::ParamConverterGenerator<T, StdFunction> ConvertGenerator(Gen&& gen, in ConvertGenerator() 487 std::forward<Gen>(gen), std::forward<Func>(f)); in ConvertGenerator() 492 template <int&... ExplicitArgumentBarrier, typename Gen, typename Func, 494 auto ConvertGenerator(Gen&& gen, Func&& f) { in ConvertGenerator() 500 std::forward<Gen>(gen), std::forward<Func>(f)); in ConvertGenerator()
|
| /freebsd/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 46 * Lenovo 100e Chromebook 2nd Gen (MTK) and Lenovo 300e Chromebook 2nd 47 * Gen (MTK) are using synaptics trackpad (hid-over-i2c driver) as a
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | MultiOnDiskHashTable.h | 295 Generator Gen; variable 298 MultiOnDiskHashTableGenerator() : Gen() {} in MultiOnDiskHashTableGenerator() 302 Gen.insert(Key, Data, Info); in insert() 326 if (!Gen.contains(KV.first, Info)) in emit() 327 Gen.insert(KV.first, Info.ImportData(KV.second), Info); in emit() 335 uint32_t BucketOffset = Gen.Emit(OutStream, Info); in emit()
|
| /freebsd/sys/contrib/device-tree/src/arm64/ti/ |
| H A D | k3-am642-hummingboard-t-usb3.dts | 6 * running on Cortex A53, with USB-3.1 Gen 1. 15 model = "SolidRun AM642 HummingBoard-T with USB-3.1 Gen 1";
|
| /freebsd/sys/contrib/device-tree/src/arm/st/ |
| H A D | stm32mp153c-lxa-fairytux2-gen1.dts | 11 model = "Linux Automation GmbH FairyTux 2 Gen 1"; 94 * On Gen 1 FairyTux 2 only RTS can be used and not CTS as well,
|
| /freebsd/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/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | x1e78100-lenovo-thinkpad-t14s-oled.dts | 9 model = "Lenovo ThinkPad T14s Gen 6 (OLED)";
|
| H A D | x1e78100-lenovo-thinkpad-t14s.dts | 9 model = "Lenovo ThinkPad T14s Gen 6 (LCD)";
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherGen.cpp | 1079 MatcherGen Gen(Pattern, CGP); in ConvertPatternToMatcher() local 1082 if (Gen.EmitMatcherCode(Variant)) in ConvertPatternToMatcher() 1091 Gen.EmitResultCode(); in ConvertPatternToMatcher() 1094 return Gen.GetMatcher(); in ConvertPatternToMatcher()
|
| /freebsd/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()
|