OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOperandBundleTagID
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
LLVMContext.h
110
/// \see LLVMContext::
getOperandBundleTagID
117
///
getOperandBundleTagID
- Maps a bundle tag to an integer ID. Every bundle
119
uint32_t
getOperandBundleTagID
(StringRef Tag) const;
/src/external/apache2/llvm/dist/llvm/lib/IR/
LLVMContext.cpp
286
uint32_t LLVMContext::
getOperandBundleTagID
(StringRef Tag) const {
287
return pImpl->
getOperandBundleTagID
(Tag);
LLVMContextImpl.cpp
203
uint32_t LLVMContextImpl::
getOperandBundleTagID
(StringRef Tag) const {
LLVMContextImpl.h
1479
/// \see LLVMContext::
getOperandBundleTagID
1484
uint32_t
getOperandBundleTagID
(StringRef Tag) const;
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
2701
Record.push_back(C.
getOperandBundleTagID
(Bundle.getTagName()));
Completed in 22 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026