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

  /external/llvm/include/llvm/IR/
Intrinsics.h 1 //===-- llvm/Instrinsics.h - LLVM Intrinsic Function Handling ---*- C++ -*-===//
10 // This file defines a set of enums which allow processing of intrinsic
31 /// Intrinsic Namespace - This namespace contains an enum with a value for
32 /// every intrinsic/builtin function known by LLVM. These enum values are
35 namespace Intrinsic {
39 // Get the intrinsic enums generated from Intrinsics.td
46 /// Intrinsic::getName(ID) - Return the LLVM name for an intrinsic, such as
50 /// Intrinsic::getType(ID) - Return the function type for an intrinsic
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
Length.h 42 Intrinsic, MinIntrinsic,
278 bool isLegacyIntrinsic() const { return type() == Intrinsic || type() == MinIntrinsic; }
  /external/llvm/lib/CodeGen/
StackProtector.cpp 360 B.CreateCall2(Intrinsic::getDeclaration(M, Intrinsic::stackprotector), LI,
393 // intrinsic.
405 Function *Intrinsic =
406 Intrinsic::getDeclaration(M, Intrinsic::stackprotectorcheck);
407 CallInst::Create(Intrinsic, StackGuardVar, "", InsertionPt);
  /external/clang/utils/TableGen/
NeonEmitter.cpp 93 class Intrinsic;
256 // Intrinsic
259 /// The main grunt class. This represents an instantiation of an intrinsic with
261 class Intrinsic {
264 /// The Record this intrinsic was created from.
284 /// Is this intrinsic safe for big-endian? or does it need its arguments
292 /// NeededEarly - set if any other intrinsic depends on this intrinsic.
297 /// The set of intrinsics that this intrinsic uses/requires.
298 std::set<Intrinsic *> Dependencies
    [all...]

Completed in 352 milliseconds