Searched refs:argStr (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEInstrVec.td | 183 multiclass VSTbm<string opcStr, string argStr, bits<8>opc, dag dag_in> { 184 def "" : RVM<opc, (outs), dag_in, !strconcat(opcStr, argStr)>; 187 !strconcat(opcStr, argStr)>; 189 !strconcat(opcStr, argStr)>; 234 multiclass VGTbm<string opcStr, string argStr, bits<8>opc, RegisterClass RC, 238 !strconcat(opcStr, " $vx, ", argStr)>; 242 !strconcat(opcStr, " $vx, ", argStr)>; 244 multiclass VGTlm<string opcStr, string argStr, bits<8>opc, RegisterClass RC, 246 defm "" : VGTbm<opcStr, argStr, opc, RC, dag_in>; 248 defm l : VGTbm<opcStr, argStr, opc, RC, !con(dag_in, (ins I32:$vl)), [all …]
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | PDB.cpp | 1440 std::string argStr = quote(args); in addCommonLinkerModuleSymbols() local 1455 ebs.Fields.push_back(argStr); in addCommonLinkerModuleSymbols()
|