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

  /external/llvm/include/llvm/IR/
GlobalValue.h 31 namespace Intrinsic {
73 ThreadLocal(NotThreadLocal), IntID((Intrinsic::ID)0U), Parent(nullptr) {
99 /// \brief The intrinsic ID for this subclass (which must be a Function).
102 /// Subclasses can use it to store their intrinsic ID, if they have one.
105 Intrinsic::ID IntID;
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 /// This namespace contains an enum with a value for every intrinsic/builtin
34 namespace Intrinsic {
38 // Get the intrinsic enums generated from Intrinsics.td
45 /// Return the LLVM name for an intrinsic, such as "llvm.ppc.altivec.lvx".
48 /// Return the function type for an intrinsic.
52 /// Returns true if the intrinsic can be overloaded.
55 /// Returns true if the intrinsic is a leaf, i.e. it does not make any calls
60 /// Return the attributes for an intrinsic
    [all...]
  /external/llvm/lib/CodeGen/
StackProtector.cpp 356 B.CreateCall(Intrinsic::getDeclaration(M, Intrinsic::stackprotector),
389 // intrinsic.
401 Function *Intrinsic =
402 Intrinsic::getDeclaration(M, Intrinsic::stackprotectorcheck);
403 CallInst::Create(Intrinsic, StackGuardVar, "", InsertionPt);
  /external/llvm/unittests/IR/
MetadataTest.cpp 369 auto *Intrinsic =
372 GlobalValue::ExternalLinkage, "llvm.intrinsic", &M);
383 CallInst::Create(Intrinsic, MAV0, "", BB0);
384 CallInst::Create(Intrinsic, MAV1, "", BB1);
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 95 class Intrinsic;
267 // Intrinsic
270 /// The main grunt class. This represents an instantiation of an intrinsic with
272 class Intrinsic {
275 /// The Record this intrinsic was created from.
295 /// Is this intrinsic safe for big-endian? or does it need its arguments
303 /// NeededEarly - set if any other intrinsic depends on this intrinsic.
308 /// The set of intrinsics that this intrinsic uses/requires.
309 std::set<Intrinsic *> Dependencies
    [all...]
  /external/v8/include/
v8.h     [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/0.12.613/
kotlin-runtime-0.12.613.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/0.13.1513/
kotlin-runtime-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/0.13.1514/
kotlin-runtime-0.13.1514.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0-beta-1103/
kotlin-runtime-1.0.0-beta-1103.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0-beta-4584/
kotlin-runtime-1.0.0-beta-4584.jar 
  /prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-runtime/1.0.0-beta-4584/
kotlin-runtime-1.0.0-beta-4584.jar 

Completed in 481 milliseconds