Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime.h734 enum IntrinsicType { RUNTIME, INLINE }; in FOR_EACH_INTRINSIC_RETURN_OBJECT() enum
739 IntrinsicType intrinsic_type; in FOR_EACH_INTRINSIC_RETURN_OBJECT()
/external/v8/src/compiler/
Djs-intrinsic-lowering.cc31 if (f->intrinsic_type != Runtime::IntrinsicType::INLINE) return NoChange(); in Reduce()
Dast-graph-builder.cc1770 if (expr->function()->intrinsic_type == Runtime::IntrinsicType::RUNTIME || in VisitCallRuntime()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1399 Type *IntrinsicType[] = { CI.getType() }; in visitFPTrunc() local
1401 CI.getModule(), II->getIntrinsicID(), IntrinsicType); in visitFPTrunc()
/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()