Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
llvm-epi-0.8
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Roger Ferrer
llvm-epi-0.8
Commits
37d3a339
Commit
37d3a339
authored
19 years ago
by
Chris Lattner
Browse files
Options
Downloads
Patches
Plain Diff
Add a programatic interface to intrinsic names.
llvm-svn: 27107
parent
2771e2c9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
llvm/include/llvm/Intrinsics.h
+5
-0
5 additions, 0 deletions
llvm/include/llvm/Intrinsics.h
with
5 additions
and
0 deletions
llvm/include/llvm/Intrinsics.h
+
5
−
0
View file @
37d3a339
...
@@ -30,7 +30,12 @@ namespace Intrinsic {
...
@@ -30,7 +30,12 @@ namespace Intrinsic {
#define GET_INTRINSIC_ENUM_VALUES
#define GET_INTRINSIC_ENUM_VALUES
#include
"llvm/Intrinsics.gen"
#include
"llvm/Intrinsics.gen"
#undef GET_INTRINSIC_ENUM_VALUES
#undef GET_INTRINSIC_ENUM_VALUES
,
num_intrinsics
};
};
/// Intrinsic::getName(ID) - Return the LLVM name for an intrinsic, such as
/// "llvm.ppc.altivec.lvx".
const
char
*
getName
(
ID
id
);
}
// End Intrinsic namespace
}
// End Intrinsic namespace
}
// End llvm namespace
}
// End llvm namespace
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment