Home
last modified time | relevance | path

Searched refs:subtypes (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DTypeFinder.cpp123 for (Type *SubTy : llvm::reverse(Ty->subtypes())) in incorporateType()
H A DCore.cpp785 for (auto *T : unwrap(Tp)->subtypes()) { in LLVMGetSubtypes()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DType.h354 ArrayRef<Type*> subtypes() const { in subtypes() function
/openbsd-src/gnu/llvm/llvm/include/llvm/TargetParser/
H A DX86TargetParser.def61 // This macro is used for cpu subtypes present in compiler-rt/libgcc.
/openbsd-src/gnu/gcc/gcc/config/ia64/
H A Ditanium2.md400 ;; The issue logic can reorder M slot insns between different subtypes
401 ;; but cannot reorder insn within the same subtypes. The following
1329 ;; The issue logic can reorder M slot insns between different subtypes
1330 ;; but cannot reorder insn within the same subtypes. The following
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp938 for (Type *SubTy : Ty->subtypes()) in EnumerateType()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp942 for (Type *SubTy : Ty->subtypes()) in EnumerateType()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.ml506 external subtypes : lltype -> lltype array = "llvm_subtypes"
H A Dllvm.mli712 (** [subtypes ty] returns [ty]'s subtypes *)
713 val subtypes : lltype -> lltype array val
/openbsd-src/gnu/llvm/llvm/docs/
H A DWritingAnLLVMBackend.rst1794 define particular SPARC processor subtypes that may have the previously
1818 arrays of constants to represent the CPU features and CPU subtypes, and the
/openbsd-src/gnu/llvm/lld/MachO/
H A DOptions.td795 HelpText<"Permit mixing objects compiled for different ARM CPU subtypes">,
/openbsd-src/gnu/usr.bin/perl/lib/unicore/
H A DIndicSyllabicCategory.txt20 # Both of these problem areas may benefit from having defined subtypes
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DFSFChangeLog1936 (sparc_type_code, case REAL_TYPE): Process subtypes here too.
H A DChangeLog.79183 * i386.md (type): Add new SSE/MMX subtypes, remove usused fop1.
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1387 for (auto Pair : zip(Ty->subtypes(), ChildTypeIDs)) { in getVirtualTypeID()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A DChangeLog13039 Use check_typedef to get subtypes of structures and unions.