Searched refs:vec2 (Results 1 – 5 of 5) sorted by relevance
/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 | 131 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/libucl/src/ |
H A D | ucl_util.c | 3700 UCL_ARRAY_GET (vec2, o2); 3706 it2 = kv_A (*vec2, i);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SVEInstrInfo.td | 4059 def : Pat<(Store Ty:$vec0, Ty:$vec1, Ty:$vec2, Ty:$vec3, aarch64svcount:$PNg, GPR64:$base), 4061 Ty:$vec2, zsub2, Ty:$vec3, zsub3),
|