Searched refs:elt1 (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DerivedTypes.h | 259 create(StringRef Name, Type *elt1, Tys *... elts) { in create() argument 260 assert(elt1 && "Cannot create a struct type with no elements with this"); in create() 261 return create(ArrayRef<Type *>({elt1, elts...}), Name); in create() 276 get(Type *elt1, Tys *... elts) { in get() argument 277 assert(elt1 && "Cannot create a struct type with no elements with this"); in get() 278 LLVMContext &Ctx = elt1->getContext(); in get() 279 return StructType::get(Ctx, ArrayRef<Type *>({elt1, elts...})); in get()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | VOP3PInstructions.td | 266 (f32 (VOP3PMadMixMods f16:$src2, i32:$src2_modifiers))))), f16:$elt1), 271 (REG_SEQUENCE VGPR_32, (f16 (IMPLICIT_DEF)), lo16, $elt1, hi16)))
|