Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h243 IntrinsicType, enumerator
501 IntrinsicNode() : TypeNode(NodeKind::IntrinsicType) {} in IntrinsicNode()
/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/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()