HomeSort by relevance Sort by last modified time
    Searched defs:IntrinsicId (Results 1 - 2 of 2) sorted by null

  /external/v8/src/interpreter/
interpreter-intrinsics.h 49 enum class IntrinsicId {
55 STATIC_ASSERT(static_cast<uint32_t>(IntrinsicId::kIdCount) <= kMaxUInt8);
65 static IntrinsicId FromRuntimeId(Runtime::FunctionId function_id);
66 static Runtime::FunctionId ToRuntimeId(IntrinsicId intrinsic_id);
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 225 unsigned IntrinsicID) {
228 Value *F = CGF.CGM.getIntrinsic(IntrinsicID, Src0->getType());
235 unsigned IntrinsicID) {
239 Value *F = CGF.CGM.getIntrinsic(IntrinsicID, Src0->getType());
246 unsigned IntrinsicID) {
251 Value *F = CGF.CGM.getIntrinsic(IntrinsicID, Src0->getType());
258 unsigned IntrinsicID) {
262 Value *F = CGF.CGM.getIntrinsic(IntrinsicID, Src0->getType());
312 /// depending on IntrinsicID.
315 /// \arg IntrinsicID The ID for the Intrinsic we wish to generate
    [all...]

Completed in 93 milliseconds