Home
last modified time | relevance | path

Searched refs:IntrinsicType (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/flang/unittests/Optimizer/
DInternalNamesTest.cpp96 using IntrinsicType = fir::NameUniquer::IntrinsicType; in TEST() typedef
99 obj.doIntrinsicTypeDescriptor({}, {}, IntrinsicType::REAL, 42); in TEST()
103 actual = obj.doIntrinsicTypeDescriptor({}, {}, IntrinsicType::REAL, {}); in TEST()
107 actual = obj.doIntrinsicTypeDescriptor({}, {}, IntrinsicType::INTEGER, 3); in TEST()
111 actual = obj.doIntrinsicTypeDescriptor({}, {}, IntrinsicType::LOGICAL, 2); in TEST()
115 actual = obj.doIntrinsicTypeDescriptor({}, {}, IntrinsicType::CHARACTER, 4); in TEST()
119 actual = obj.doIntrinsicTypeDescriptor({}, {}, IntrinsicType::COMPLEX, 4); in TEST()
/external/llvm-project/flang/lib/Optimizer/Support/
DInternalNames.cpp126 llvm::Optional<llvm::StringRef> host, IntrinsicType type, in doIntrinsicTypeDescriptor()
130 case IntrinsicType::CHARACTER: in doIntrinsicTypeDescriptor()
133 case IntrinsicType::COMPLEX: in doIntrinsicTypeDescriptor()
136 case IntrinsicType::INTEGER: in doIntrinsicTypeDescriptor()
139 case IntrinsicType::LOGICAL: in doIntrinsicTypeDescriptor()
142 case IntrinsicType::REAL: in doIntrinsicTypeDescriptor()
/external/llvm-project/flang/include/flang/Optimizer/Support/
DInternalNames.h30 enum class IntrinsicType { CHARACTER, COMPLEX, INTEGER, LOGICAL, REAL }; enum
83 IntrinsicType type, std::int64_t kind);
/external/llvm-project/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h243 IntrinsicType, enumerator
501 IntrinsicNode() : TypeNode(NodeKind::IntrinsicType) {} in IntrinsicNode()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h243 IntrinsicType, enumerator
501 IntrinsicNode() : TypeNode(NodeKind::IntrinsicType) {} in IntrinsicNode()
/external/llvm-project/flang/lib/Evaluate/
Dintrinsics.cpp68 static constexpr CategorySet IntrinsicType{ variable
70 static constexpr CategorySet AnyType{IntrinsicType | DerivedType};
124 static constexpr TypePattern AnyIntrinsic{IntrinsicType, KindCode::any};
144 static constexpr TypePattern SameIntrinsic{IntrinsicType, KindCode::same};
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1399 Type *IntrinsicType[] = { CI.getType() }; in visitFPTrunc() local
1401 CI.getModule(), II->getIntrinsicID(), IntrinsicType); in visitFPTrunc()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86IntrinsicsInfo.h22 enum IntrinsicType : uint16_t { enum
45 IntrinsicType Type;
/external/llvm-project/llvm/lib/Target/X86/
DX86IntrinsicsInfo.h22 enum IntrinsicType : uint16_t { enum
45 IntrinsicType Type;
/external/llvm/lib/Target/X86/
DX86IntrinsicsInfo.h22 enum IntrinsicType : uint16_t { enum
44 IntrinsicType Type;
/external/clang/lib/CodeGen/
DCGExprScalar.cpp2789 enum IntrinsicType { VCMPEQ, VCMPGT }; enum
2791 static llvm::Intrinsic::ID GetIntrinsic(IntrinsicType IT, in GetIntrinsic()
/external/llvm-project/clang/lib/CodeGen/
DCGExprScalar.cpp3850 enum IntrinsicType { VCMPEQ, VCMPGT }; enum
3852 static llvm::Intrinsic::ID GetIntrinsic(IntrinsicType IT, in GetIntrinsic()