Home
last modified time | relevance | path

Searched defs:IntrinsicType (Results 1 – 6 of 6) sorted by relevance

/llvm-project/flang/include/flang/Optimizer/Support/
H A DInternalNames.h35 enum class IntrinsicType { CHARACTER, COMPLEX, INTEGER, LOGICAL, REAL }; global() enum
/llvm-project/llvm/lib/Target/X86/
H A DX86IntrinsicsInfo.h22 enum IntrinsicType : uint16_t { enum
/llvm-project/flang/unittests/Optimizer/
H A DInternalNamesTest.cpp92 using IntrinsicType = fir::NameUniquer::IntrinsicType; TEST() typedef
/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h244 IntrinsicType, global() enumerator
/llvm-project/flang/lib/Evaluate/
H A Dintrinsics.cpp74 static constexpr CategorySet IntrinsicType{ global() variable
/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp4538 enum IntrinsicType { VCMPEQ, VCMPGT }; global() enum