Searched refs:vec2 (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVInstrInfo.td | 514 def OpSDot: Op<4450, (outs ID:$res), (ins TYPE:$type, ID:$vec1, ID:$vec2, variable_ops), 515 "$res = OpSDot $type $vec1 $vec2">; 516 def OpUDot: Op<4451, (outs ID:$res), (ins TYPE:$type, ID:$vec1, ID:$vec2, variable_ops), 517 "$res = OpUDot $type $vec1 $vec2">; 518 def OpSUDot: Op<4452, (outs ID:$res), (ins TYPE:$type, ID:$vec1, ID:$vec2, variable_ops), 519 "$res = OpSUDot $type $vec1 $vec2">; 520 def OpSDotAccSat: Op<4453, (outs ID:$res), (ins TYPE:$type, ID:$vec1, ID:$vec2, ID:$acc, variable_o… 521 "$res = OpSDotAccSat $type $vec1 $vec2 $acc">; 522 def OpUDotAccSat: Op<4454, (outs ID:$res), (ins TYPE:$type, ID:$vec1, ID:$vec2, ID:$acc, variable_o… 523 "$res = OpUDotAccSat $type $vec1 $vec2 $acc">; [all …]
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | RangeMap.h | 148 const RangeVector &vec2) { in GetOverlaps() argument 150 assert(vec1.IsSorted() && vec2.IsSorted()); in GetOverlaps() 155 auto pos2 = vec2.begin(); in GetOverlaps() 156 auto end2 = vec2.end(); in GetOverlaps()
|
| /freebsd/stand/powerpc/ofw/ |
| H A D | cas.c | 134 struct opt_vec_ignore vec2; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZPatterns.td | 173 : Pat<(tr.vt (operator (tr.vt tr.op:$vec1), (tr.vt tr.op:$vec2))), 174 (insn tr.op:$vec1, tr.op:$vec2, function)>;
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenExprScalar.cpp | 207 mlir::Value vec2 = Visit(e->getExpr(1)); in VisitShuffleVectorExpr() local 223 vec2, cgf.builder.getArrayAttr(indices)); in VisitShuffleVectorExpr()
|
| /freebsd/contrib/libucl/src/ |
| H A D | ucl_util.c | 3740 UCL_ARRAY_GET(vec2, o2); 3746 it2 = kv_A(*vec2, i);
|
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/ |
| H A D | CIROps.td | 2338 [Pure, AllTypesMatch<["vec1", "vec2"]>]> { 2363 CIR_VectorType:$vec2, 2369 `(` $vec1 `,` $vec2 `:` qualified(type($vec1)) `)` $indices `:`
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SVEInstrInfo.td | 4344 def : Pat<(Store Ty:$vec0, Ty:$vec1, Ty:$vec2, Ty:$vec3, aarch64svcount:$PNg, GPR64:$base), 4346 Ty:$vec2, zsub2, Ty:$vec3, zsub3),
|