Home
last modified time | relevance | path

Searched refs:Type (Results 1 – 25 of 2591) sorted by relevance

12345678910>>...104

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFObjectWriter.cpp82 unsigned Type; in getRelocType() local
93 Type = ELF::R_PPC_REL24; in getRelocType()
108 Type = ELF::R_PPC_REL14; in getRelocType()
114 Type = ELF::R_PPC_REL16; in getRelocType()
155 Type = ELF::R_PPC_REL32; in getRelocType()
159 Type = ELF::R_PPC64_REL64; in getRelocType()
166 Type = ELF::R_PPC_ADDR24; in getRelocType()
205 Type = ELF::R_PPC_GOT16; in getRelocType()
468 Type = ELF::R_PPC_ADDR16; in getRelocType()
472 return Type; in getRelocType()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp581 MVT MVT::getVT(Type *Ty, bool HandleUnknown){ in getVT()
587 case Type::VoidTyID: in getVT()
589 case Type::IntegerTyID: in getVT()
591 case Type::HalfTyID: return MVT(MVT::f16); in getVT()
597 case Type::TargetExtTyID: { in getVT()
611 case Type::FixedVectorTyID: in getVT()
612 case Type::ScalableVectorTyID: { in getVT()
624 EVT EVT::getEVT(Type *Ty, bool HandleUnknown){ in getEVT()
628 case Type::IntegerTyID: in getEVT()
630 case Type::FixedVectorTyID: in getEVT()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h40 class IntegerType : public Type {
104 FunctionType(Type *Result, ArrayRef<Type*> Params, bool IsVarArgs);
156 Type *Type::getFunctionParamType(unsigned i) const { in getFunctionParamType()
366 Type *Type::getStructElementType(unsigned N) const { in getStructElementType()
373 Type *ContainedType;
418 Type *ContainedType;
430 VectorType(Type *ElType, unsigned EQ, Type::TypeID TID);
473 Type *EltTy; in getTruncatedElementVectorType()
687 Type *Type::getExtendedType() const { in getExtendedType()
697 Type *Type::getWithNewType(Type *EltTy) const { in getWithNewType()
[all …]
H A DType.h45 class Type {
96 ~Type() = default;
114 Type * const *ContainedTys = nullptr;
348 inline Type *getScalarType() const { in getScalarType()
351 return const_cast<Type *>(this); in getScalarType()
361 ArrayRef<Type*> subtypes() const { in subtypes()
404 Type *getArrayElementType() const { in getArrayElementType()
422 inline Type *getWithNewType(Type *EltTy) const;
469 return (Type*) Type::getIntNTy(C, noOfBits); in getScalarTy()
473 return Type::getFloatTy(C); in getScalarTy()
[all …]
H A DDataLayout.h557 Type *getIntPtrType(Type *) const;
581 Type *getIndexType(Type *PtrTy) const;
675 case Type::LabelTyID: in getTypeSizeInBits()
677 case Type::PointerTyID: in getTypeSizeInBits()
680 case Type::ArrayTyID: { in getTypeSizeInBits()
685 case Type::StructTyID: in getTypeSizeInBits()
690 case Type::HalfTyID: in getTypeSizeInBits()
691 case Type::BFloatTyID: in getTypeSizeInBits()
693 case Type::FloatTyID: in getTypeSizeInBits()
695 case Type::DoubleTyID: in getTypeSizeInBits()
[all …]
H A DConstants.h94 static Constant *getTrue(Type *Ty);
95 static Constant *getFalse(Type *Ty);
96 static Constant *getBool(Type *Ty, bool V);
265 ConstantFP(Type *Ty, const APFloat &V);
276 static Constant *get(Type *Ty, double V);
338 explicit ConstantAggregateZero(Type *Ty) in ConstantAggregateZero()
625 Type *getElementType() const;
1026 static Constant *getAlignOf(Type *Ty);
1032 static Constant *getSizeOf(Type *Ty);
1350 static UndefValue *get(Type *T);
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp36 Type *Type::getPrimitiveType(LLVMContext &C, TypeID IDNumber) { in getPrimitiveType()
93 Type *Type::getFloatingPointTy(LLVMContext &C, const fltSemantics &S) { in getFloatingPointTy()
94 Type *Ty; in getFloatingPointTy()
114 bool Type::canLosslesslyBitCastTo(Type *Ty) const { in canLosslesslyBitCastTo()
237 Type *Type::getVoidTy(LLVMContext &C) { return &C.pImpl->VoidTy; } in getVoidTy()
239 Type *Type::getHalfTy(LLVMContext &C) { return &C.pImpl->HalfTy; } in getHalfTy()
262 Type *Type::getWasm_ExternrefTy(LLVMContext &C) { in getWasm_ExternrefTy()
268 Type *Type::getWasm_FuncrefTy(LLVMContext &C) { in getWasm_FuncrefTy()
308 FunctionType::FunctionType(Type *Result, ArrayRef<Type*> Params, in FunctionType()
311 Type **SubTys = reinterpret_cast<Type**>(this+1); in FunctionType()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp41 switch (Type) { in supportsX86_64()
58 switch (Type) { in resolveX86_64()
77 switch (Type) { in supportsAArch64()
91 switch (Type) { in resolveAArch64()
108 switch (Type) { in supportsBPF()
119 switch (Type) { in resolveBPF()
130 switch (Type) { in supportsMips64()
143 switch (Type) { in resolveMips64()
158 switch (Type) { in supportsMSP430()
169 switch (Type) { in resolveMSP430()
[all …]
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Datomic_helpers.h32 typedef u8 Type; typedef
37 typedef u16 Type; typedef
42 typedef s32 Type; typedef
47 typedef u32 Type; typedef
52 typedef u64 Type; typedef
58 typedef uptr Type; typedef
65 typename T::Type V; in atomic_load()
79 inline typename T::Type atomic_fetch_add(volatile T *A, typename T::Type V, in atomic_fetch_add()
86 inline typename T::Type atomic_fetch_sub(volatile T *A, typename T::Type V, in atomic_fetch_sub()
100 inline typename T::Type atomic_fetch_or(volatile T *A, typename T::Type V, in atomic_fetch_or()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp72 case Type::VoidTyID: in getOverloadKind()
74 case Type::HalfTyID: in getOverloadKind()
76 case Type::FloatTyID: in getOverloadKind()
78 case Type::DoubleTyID: in getOverloadKind()
80 case Type::IntegerTyID: { in getOverloadKind()
99 case Type::PointerTyID: in getOverloadKind()
101 case Type::StructTyID: in getOverloadKind()
190 static Type *getTypeFromParameterKind(ParameterKind Kind, Type *OverloadTy) { in getTypeFromParameterKind()
194 return Type::getVoidTy(Ctx); in getTypeFromParameterKind()
196 return Type::getHalfTy(Ctx); in getTypeFromParameterKind()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTypeUtilities.cpp23 if (Type == "i32") in parseType()
25 if (Type == "i64") in parseType()
27 if (Type == "f32") in parseType()
29 if (Type == "f64") in parseType()
31 if (Type == "v128" || Type == "i8x16" || Type == "i16x8" || Type == "i32x4" || in parseType()
32 Type == "i64x2" || Type == "f32x4" || Type == "f64x2") in parseType()
34 if (Type == "funcref") in parseType()
36 if (Type == "externref") in parseType()
58 switch (Type) { in anyTypeToString()
88 for (const auto &Type : List) { in typeListToString() local
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTypeNodes.td53 def Type : TypeNode<?, 1>;
55 def ComplexType : TypeNode<Type>;
56 def PointerType : TypeNode<Type>;
62 def ArrayType : TypeNode<Type, 1>;
69 def VectorType : TypeNode<Type>;
72 def MatrixType : TypeNode<Type, 1>;
89 def TagType : TypeNode<Type, 1>;
99 def DeducedType : TypeNode<Type, 1>;
110 def PipeType : TypeNode<Type>;
111 def AtomicType : TypeNode<Type>;
[all …]
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic.h30 typedef u8 Type; typedef
31 volatile Type val_dont_use;
35 typedef u16 Type; typedef
36 volatile Type val_dont_use;
40 typedef s32 Type; typedef
41 volatile Type val_dont_use;
45 typedef u32 Type; typedef
46 volatile Type val_dont_use;
50 typedef u64 Type; typedef
56 typedef uptr Type; typedef
[all …]
H A Dsanitizer_atomic_clang_mips.h40 inline atomic_uint64_t::Type atomic_fetch_add(volatile atomic_uint64_t *ptr, in atomic_fetch_add()
41 atomic_uint64_t::Type val, in atomic_fetch_add()
47 atomic_uint64_t::Type ret; in atomic_fetch_add()
59 atomic_uint64_t::Type val, in atomic_fetch_sub()
66 atomic_uint64_t::Type *cmp, in atomic_compare_exchange_strong()
67 atomic_uint64_t::Type xchg, in atomic_compare_exchange_strong()
73 typedef atomic_uint64_t::Type Type; in atomic_compare_exchange_strong() typedef
74 Type cmpv = *cmp; in atomic_compare_exchange_strong()
75 Type prev; in atomic_compare_exchange_strong()
79 prev = *(const_cast<Type volatile *>(&ptr->val_dont_use)); in atomic_compare_exchange_strong()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackReader.cpp37 Obj.Kind = Type::Nil; in read()
48 Obj.Kind = Type::Int; in read()
51 Obj.Kind = Type::Int; in read()
54 Obj.Kind = Type::Int; in read()
57 Obj.Kind = Type::Int; in read()
60 Obj.Kind = Type::UInt; in read()
63 Obj.Kind = Type::UInt; in read()
66 Obj.Kind = Type::UInt; in read()
69 Obj.Kind = Type::UInt; in read()
116 Obj.Kind = Type::Map; in read()
[all …]
H A DMsgPackDocumentYAML.cpp42 case msgpack::Type::Nil: in toString()
47 case msgpack::Type::Int: in toString()
121 if (N.getKind() == msgpack::Type::UInt && getKind() == msgpack::Type::Int) in getYAMLTag()
123 if (N.getKind() == msgpack::Type::Int && getKind() == msgpack::Type::UInt) in getYAMLTag()
187 case Type::Int: in mustQuote()
189 case Type::UInt: in mustQuote()
191 case Type::Nil: in mustQuote()
193 case Type::Boolean: in mustQuote()
195 case Type::Float: in mustQuote()
197 case Type::Binary: in mustQuote()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h33 Type Kind;
83 assert(getKind() == Type::Int); in getInt()
103 assert(getKind() == Type::Int); in getInt()
146 if (getKind() != Type::Map) {
166 case Type::Int:
168 case Type::UInt:
170 case Type::Nil:
172 case Type::Boolean:
174 case Type::Float:
176 case Type::String:
[all …]
/freebsd-14.2/sys/contrib/dev/acpica/components/executer/
H A Dexresolv.c275 switch (StackDesc->Common.Type) in AcpiExResolveObjectToValue()
466 ACPI_OBJECT_TYPE Type; in AcpiExResolveMultiple() local
479 Type = ObjDesc->Common.Type; in AcpiExResolveMultiple()
484 Type = ((ACPI_NAMESPACE_NODE *) ObjDesc)->Type; in AcpiExResolveMultiple()
491 Type = ((ACPI_NAMESPACE_NODE *) ObjDesc)->Type; in AcpiExResolveMultiple()
496 switch (Type) in AcpiExResolveMultiple()
666 Type = ObjDesc->Common.Type; in AcpiExResolveMultiple()
672 switch (Type) in AcpiExResolveMultiple()
678 Type = ACPI_TYPE_FIELD_UNIT; in AcpiExResolveMultiple()
685 Type = ACPI_TYPE_ANY; in AcpiExResolveMultiple()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h38 class Type; variable
60 bool isWideningInstruction(Type *DstTy, unsigned Opcode,
62 Type *SrcOverrideTy = nullptr);
91 InstructionCost getIntImmCost(const APInt &Imm, Type *Ty,
172 bool isExtPartOfAvgExpr(const Instruction *ExtUser, Type *Dst, Type *Src);
174 InstructionCost getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src,
212 InstructionCost getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
219 bool useNeonVector(const Type *Ty) const;
333 bool isLegalNTStore(Type *DataType, Align Alignment) { in isLegalNTStore()
337 bool isLegalNTLoad(Type *DataType, Align Alignment) { in isLegalNTLoad()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp311 BaseType = Type; in getUnderlyingType()
318 Type = Type->getTypeAsType(); in getUnderlyingType()
319 if (Type) in getUnderlyingType()
320 BaseType = Type; in getUnderlyingType()
339 Type->resolveName(); in resolveExtra()
340 resolveFullname(Type); in resolveExtra()
353 return LVType::equals(Type); in equals()
366 return LVType::equals(Type); in equals()
452 if (!LVType::equals(Type)) in equals()
516 if (!LVType::equals(Type)) in equals()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp92 if (Type != RT64_32) in checkIs32()
98 if (Type != RT64_64) in checkIs64()
112 switch (Type) { in getRelocType64()
130 switch (Type) { in getRelocType64()
144 if (Type != RT64_64) in getRelocType64()
149 switch (Type) { in getRelocType64()
163 switch (Type) { in getRelocType64()
177 switch (Type) { in getRelocType64()
242 switch (Type) { in getRelocType32()
256 if (Type != RT32_32) in getRelocType32()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp147 : Type(tc, can, in ArrayType()
391 const Type *Type::getArrayElementTypeNoTypeQual() const { in getArrayElementTypeNoTypeQual()
565 const Type *Type::getUnqualifiedDesugaredType() const { in getUnqualifiedDesugaredType()
900 QualType Visit##Class##Type(const Class##Type *T) { \
2233 Type::ScalarTypeKind Type::getScalarTypeKind() const { in getScalarTypeKind()
2554 case Type::Enum: in isCXX98PODType()
2733 if (Type->isReferenceType() || Type->isEnumeralType()) in HasNonDeletedDefaultedEqualityComparison()
4264 case Type::Auto: in computeCachedProperties()
4337 case Type::Pipe: in computeCachedProperties()
4374 case Type::Auto: in computeTypeLinkageInfo()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h65 class Type; variable
122 Type *RetTy = nullptr;
138 Intrinsic::ID Id, Type *RTy, ArrayRef<Type *> Tys,
834 bool isTruncateFree(Type *Ty1, Type *Ty2) const;
1322 getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src,
1346 getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
1495 Function *F, Type *RetTy, ArrayRef<Type *> Tys,
1863 virtual bool isTruncateFree(Type *Ty1, Type *Ty2) = 0;
2368 bool isTruncateFree(Type *Ty1, Type *Ty2) override { in isTruncateFree()
2606 InstructionCost getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src, in getCastInstrCost()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp336 case Type::Builtin: { in ConvertType()
546 case Type::Auto: in ConvertType()
549 case Type::Complex: { in ConvertType()
562 case Type::Pointer: { in ConvertType()
607 case Type::ExtVector: in ConvertType()
608 case Type::Vector: { in ConvertType()
628 case Type::ObjCObject: in ConvertType()
647 case Type::Enum: { in ConvertType()
685 case Type::Atomic: { in ConvertType()
703 case Type::Pipe: { in ConvertType()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h153 InstructionCost getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src,
157 InstructionCost getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy,
189 Type *AccessTy,
260 bool isLegalMaskedLoad(Type *DataType, Align Alignment);
262 bool isLegalNTLoad(Type *DataType, Align Alignment);
263 bool isLegalNTStore(Type *DataType, Align Alignment);
272 bool isLegalMaskedExpandLoad(Type *DataType);
273 bool isLegalMaskedCompressStore(Type *DataType);
276 bool hasDivRemOp(Type *DataType, bool IsSigned);
278 bool isFCmpOrdCheaperThanFCmpZero(Type *Ty);
[all …]

12345678910>>...104