Searched refs:inst_name (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/dev/qat/qat_common/ |
| H A D | adf_cfg_section.c | 27 const char *inst_name, in adf_cfg_set_core_number_for_instance() argument 61 if (adf_cfg_get_param_value(accel_dev, sec_name, inst_name, core_val)) in adf_cfg_set_core_number_for_instance()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoVSDPatterns.td | 322 string inst_name, 329 (!cast<Instruction>(inst_name#"_VV_"#fvti.LMul.MX) 334 (!cast<Instruction>(inst_name#"_V"#fvti.ScalarSuffix#"_"#fvti.LMul.MX) 347 multiclass VPatExtendSDNode_V<list<SDNode> ops, string inst_name, string suffix, 356 (!cast<Instruction>(inst_name#"_"#suffix#"_"#vti.LMul.MX)
|
| H A D | RISCVInstrInfoVVLPatterns.td | 1222 string inst_name, 1232 (!cast<Instruction>(inst_name#"_VV_"#fvti.LMul.MX#"_MASK") 1242 (!cast<Instruction>(inst_name#"_V"#fvti.ScalarSuffix#"_"#fvti.LMul.MX#"_MASK") 1260 multiclass VPatExtendVL_V<SDNode vop, string inst_name, string suffix, 1269 (!cast<Instruction>(inst_name#"_"#suffix#"_"#vti.LMul.MX#"_MASK")
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | VOPCInstructions.td | 1030 multiclass VOPCClassPat64<string inst_name> { 1031 defvar inst = !cast<VOP_Pseudo>(inst_name#"_e64"); 1042 multiclass VOPCClassPat64_t16<string inst_name> { 1043 defvar inst = !cast<VOP_Pseudo>(inst_name#"_t16_e64"); 1056 multiclass VOPCClassPat64_fake16<string inst_name> { 1057 defvar inst = !cast<VOP_Pseudo>(inst_name#"_fake16_e64");
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXIntrinsics.td | 592 string inst_name = prefix 627 !strconcat(G2S_STRINGS<dim, mode, 0, 0>.inst_name, asm_str, ";"), []>, 632 !strconcat(G2S_STRINGS<dim, mode, 1, 0>.inst_name, asm_str, ", $mc;"), []>, 637 !strconcat(G2S_STRINGS<dim, mode, 0, 1>.inst_name, asm_str, ", $ch;"), []>, 642 … !strconcat(G2S_STRINGS<dim, mode, 1, 1>.inst_name, asm_str, ", $mc, $ch;"), []>, 749 defvar inst_name = "cp.async.bulk.prefetch.tensor" 771 inst_name # asm_str # ";", 775 inst_name # ".L2::cache_hint" # asm_str # ", $ch;",
|
| H A D | NVPTXInstrInfo.td | 1941 defvar inst_name = "MOV" # t.Size # "_PARAM"; 1942 def inst_name : BasicNVPTXInst<(outs t.RC:$dst), (ins t.RC:$src), "mov.b" # t.Size>; 1944 (!cast<NVPTXInst>(inst_name) (t.Ty (to_texternsym $src)))>;
|