Home
last modified time | relevance | path

Searched refs:argStr (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/lib/Target/VE/
DVEInstrVec.td140 multiclass VSTbm<string opcStr, string argStr, bits<8>opc, dag dag_in> {
141 def "" : RVM<opc, (outs), dag_in, !strconcat(opcStr, argStr)>;
144 !strconcat(opcStr, argStr)>;
146 !strconcat(opcStr, argStr)>;
191 multiclass VGTbm<string opcStr, string argStr, bits<8>opc, RegisterClass RC,
195 !strconcat(opcStr, " $vx, ", argStr)>;
199 !strconcat(opcStr, " $vx, ", argStr)>;
201 multiclass VGTlm<string opcStr, string argStr, bits<8>opc, RegisterClass RC,
203 defm "" : VGTbm<opcStr, argStr, opc, RC, dag_in>;
205 defm l : VGTbm<opcStr, argStr, opc, RC, !con(dag_in, (ins I32:$vl)),
[all …]
/external/autotest/client/deps/webgl_mpd/src/debug/
Dwebgl-debug.js245 var argStr = "";
248 argStr += ((ii == 0) ? '' : ', ') +
251 return argStr;
298 var argStr = "";
301 argStr += ((ii == 0) ? '' : ', ') +
305 "(" + argStr + ")");
/external/boringssl/src/util/fipstools/delocate/
Ddelocate.go1029 argStr := ""
1031 argStr += "*"
1033 argStr += symbol
1035 argStr += offset
1038 argStr += "@"
1039 argStr += section
1043 argStr += d.contents(memRef)
1046 args = append(args, argStr)
1521 argStr := ""
1523 argStr += "*"
[all …]
/external/perfetto/infra/perfetto.dev/
Dbuild.js327 const argStr = `${arg}`;
328 if (argStr.startsWith('/')) {
331 ret.push(argStr);
/external/llvm-project/mlir/include/mlir/Pass/
DPassOptions.h81 if (Optional<StringRef> argStr = parser.findArgStrForValue(value)) in printValue() local
82 os << argStr; in printValue()
/external/perfetto/ui/
Dbuild.js575 const argStr = `${arg}`;
576 if (argStr.startsWith('/')) {
579 ret.push(argStr);
/external/llvm-project/lld/COFF/
DPDB.cpp1193 std::string argStr = quote(args); in addCommonLinkerModuleSymbols() local
1208 ebs.Fields.push_back(argStr); in addCommonLinkerModuleSymbols()