Searched refs:vec1 (Results 1 – 5 of 5) sorted by relevance
/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 | 130 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 | 3699 UCL_ARRAY_GET (vec1, o1); 3704 for (i = 0; i < vec1->n; i ++) { 3705 it1 = kv_A (*vec1, i);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SVEInstrInfo.td | 4034 def : Pat<(Store Ty:$vec0, Ty:$vec1, aarch64svcount:$PNg, GPR64:$base), 4035 (RegImmInst (REG_SEQUENCE ZPR2Mul2, Ty:$vec0, zsub0, Ty:$vec1, zsub1), 4059 def : Pat<(Store Ty:$vec0, Ty:$vec1, Ty:$vec2, Ty:$vec3, aarch64svcount:$PNg, GPR64:$base), 4060 (RegImmInst (REG_SEQUENCE ZPR4Mul4, Ty:$vec0, zsub0, Ty:$vec1, zsub1,
|