Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime.h1103 enum IntrinsicType { RUNTIME, INLINE }; in FOR_EACH_INTRINSIC_RETURN_OBJECT() enum
1108 IntrinsicType intrinsic_type; in FOR_EACH_INTRINSIC_RETURN_OBJECT()
/external/v8/src/compiler/
Dlinkage.cc205 if (f->intrinsic_type == Runtime::IntrinsicType::INLINE) return 0; in FrameStateInputCount()
Djs-intrinsic-lowering.cc36 if (f->intrinsic_type != Runtime::IntrinsicType::INLINE) return NoChange(); in Reduce()
/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.h19 enum IntrinsicType { enum
39 IntrinsicType Type;
/external/clang/lib/CodeGen/
DCGExprScalar.cpp2802 enum IntrinsicType { VCMPEQ, VCMPGT }; enum
2804 static llvm::Intrinsic::ID GetIntrinsic(IntrinsicType IT, in GetIntrinsic()