Home
last modified time | relevance | path

Searched refs:vec2 (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.td514 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 DRangeMap.h148 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 Dcas.c134 struct opt_vec_ignore vec2; member
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZPatterns.td173 : 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 DCIRGenExprScalar.cpp207 mlir::Value vec2 = Visit(e->getExpr(1)); in VisitShuffleVectorExpr() local
223 vec2, cgf.builder.getArrayAttr(indices)); in VisitShuffleVectorExpr()
/freebsd/contrib/libucl/src/
H A Ducl_util.c3740 UCL_ARRAY_GET(vec2, o2);
3746 it2 = kv_A(*vec2, i);
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIROps.td2338 [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 DAArch64SVEInstrInfo.td4344 def : Pat<(Store Ty:$vec0, Ty:$vec1, Ty:$vec2, Ty:$vec3, aarch64svcount:$PNg, GPR64:$base),
4346 Ty:$vec2, zsub2, Ty:$vec3, zsub3),