Searched refs:vector_type (Results 51 - 55 of 55) sorted by relevance

123

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp1406 NullifyingVector<decltype(TmpQ)::vector_type> Queue(TmpQ.takeVector());
/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/
H A Dlibgccjit.c3143 gcc::jit::recording::vector_type *as_vec_type
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml511 external vector_type : lltype -> int -> lltype = "llvm_vector_type"
H A Dllvm.mli729 (** [vector_type ty n] returns the array type containing [n] elements of the
731 val vector_type : lltype -> int -> lltype var
1039 [vector_type (type_of elts.(0)) (Array.length elts)] and containing the
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4302 if (VectorType* vector_type =
4305 if (vector_type->getElementType() != Type::getInt1Ty(Context))

Completed in 117 milliseconds

123