Searched refs:subtypes (Results 1 – 16 of 16) sorted by relevance
123 for (Type *SubTy : llvm::reverse(Ty->subtypes())) in incorporateType()
785 for (auto *T : unwrap(Tp)->subtypes()) { in LLVMGetSubtypes()
354 ArrayRef<Type*> subtypes() const { in subtypes() function
61 // This macro is used for cpu subtypes present in compiler-rt/libgcc.
400 ;; The issue logic can reorder M slot insns between different subtypes401 ;; but cannot reorder insn within the same subtypes. The following1329 ;; The issue logic can reorder M slot insns between different subtypes1330 ;; but cannot reorder insn within the same subtypes. The following
938 for (Type *SubTy : Ty->subtypes()) in EnumerateType()
942 for (Type *SubTy : Ty->subtypes()) in EnumerateType()
506 external subtypes : lltype -> lltype array = "llvm_subtypes"
712 (** [subtypes ty] returns [ty]'s subtypes *)713 val subtypes : lltype -> lltype array val
1794 define particular SPARC processor subtypes that may have the previously1818 arrays of constants to represent the CPU features and CPU subtypes, and the
795 HelpText<"Permit mixing objects compiled for different ARM CPU subtypes">,
20 # Both of these problem areas may benefit from having defined subtypes
1936 (sparc_type_code, case REAL_TYPE): Process subtypes here too.
9183 * i386.md (type): Add new SSE/MMX subtypes, remove usused fop1.
1387 for (auto Pair : zip(Ty->subtypes(), ChildTypeIDs)) { in getVirtualTypeID()
13039 Use check_typedef to get subtypes of structures and unions.