Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DVOPDInstructions.td99 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 DVOPInstructions.td204 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 DVOP2Instructions.td128 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 DVOP1Instructions.td95 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 DVOPCInstructions.td1618 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 DR600Subtarget.h40 Generation Gen = R600; variable
74 return Gen; in getGeneration()
H A DAMDGPUFeatures.td48 SubtargetFeature <FeatureName, "Gen", Subtarget#"::"#Value,
H A DVOP3PInstructions.td1861 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 DCIRGenAction.cpp63 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 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.cpp120 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 DMacroPPCallbacks.h28 CodeGenerator *Gen; variable
90 MacroPPCallbacks(CodeGenerator *Gen, Preprocessor &PP);
H A DCGNonTrivialStruct.cpp832 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 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/contrib/googletest/googletest/include/gtest/
H A Dgtest-param-test.h481 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 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
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 DMultiOnDiskHashTable.h295 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 Dk3-am642-hummingboard-t-usb3.dts6 * 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 Dstm32mp153c-lxa-fairytux2-gen1.dts11 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 Dstd.hyperv2 # Hyper-V support (Hyper-v Gen 2)
H A Dstd.nxp25 device dpaa2 # Data Path Acceleration Architecture (2nd Gen)
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dx1e78100-lenovo-thinkpad-t14s-oled.dts9 model = "Lenovo ThinkPad T14s Gen 6 (OLED)";
H A Dx1e78100-lenovo-thinkpad-t14s.dts9 model = "Lenovo ThinkPad T14s Gen 6 (LCD)";
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp1079 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 DRewriteRule.h246 [Gen = std::move(Metadata)]( in withMetadata()
248 return Gen(R); in withMetadata()

123