Searched refs:vec1 (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 | 147 static RangeVector GetOverlaps(const RangeVector &vec1, in GetOverlaps() argument 150 assert(vec1.IsSorted() && vec2.IsSorted()); in GetOverlaps() 153 auto pos1 = vec1.begin(); in GetOverlaps() 154 auto end1 = vec1.end(); in GetOverlaps()
|
| /freebsd/stand/powerpc/ofw/ |
| H A D | cas.c | 133 struct opt_vec_ignore vec1; 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/libucl/src/ |
| H A D | ucl_util.c | 3739 UCL_ARRAY_GET(vec1, o1); 3744 for (i = 0; i < vec1->n; i++) { 3745 it1 = kv_A(*vec1, i);
|
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/ |
| H A D | CIROps.td | 2338 [Pure, AllTypesMatch<["vec1", "vec2"]>]> { 2362 CIR_VectorType:$vec1, 2369 `(` $vec1 `,` $vec2 `:` qualified(type($vec1)) `)` $indices `:`
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenExprScalar.cpp | 206 mlir::Value vec1 = Visit(e->getExpr(0)); in VisitShuffleVectorExpr() local 222 cgf.getLoc(e->getSourceRange()), cgf.convertType(e->getType()), vec1, in VisitShuffleVectorExpr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SVEInstrInfo.td | 4319 def : Pat<(Store Ty:$vec0, Ty:$vec1, aarch64svcount:$PNg, GPR64:$base), 4320 (RegImmInst (REG_SEQUENCE ZPR2Mul2, Ty:$vec0, zsub0, Ty:$vec1, zsub1), 4344 def : Pat<(Store Ty:$vec0, Ty:$vec1, Ty:$vec2, Ty:$vec3, aarch64svcount:$PNg, GPR64:$base), 4345 (RegImmInst (REG_SEQUENCE ZPR4Mul4, Ty:$vec0, zsub0, Ty:$vec1, zsub1,
|