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

/external/v8/src/compiler/
H A Dlinkage.cc205 if (f->intrinsic_type == Runtime::IntrinsicType::INLINE) return 0;
H A Djs-intrinsic-lowering.cc36 if (f->intrinsic_type != Runtime::IntrinsicType::INLINE) return NoChange();
/external/v8/src/runtime/
H A Druntime.h1103 enum IntrinsicType { RUNTIME, INLINE }; enum in class:v8::internal::Runtime
1108 IntrinsicType intrinsic_type;
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1399 Type *IntrinsicType[] = { CI.getType() }; local
1401 CI.getModule(), II->getIntrinsicID(), IntrinsicType);
/external/llvm/lib/Target/X86/
H A DX86IntrinsicsInfo.h19 enum IntrinsicType { enum in namespace:llvm
39 IntrinsicType Type;
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp2802 enum IntrinsicType { VCMPEQ, VCMPGT }; enum
2804 static llvm::Intrinsic::ID GetIntrinsic(IntrinsicType IT,

Completed in 238 milliseconds