Home
last modified time | relevance | path

Searched refs:getOperandBundleTagID (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContext.cpp268 uint32_t LLVMContext::getOperandBundleTagID(StringRef Tag) const { in getOperandBundleTagID() function in LLVMContext
269 return pImpl->getOperandBundleTagID(Tag); in getOperandBundleTagID()
DLLVMContextImpl.cpp210 uint32_t LLVMContextImpl::getOperandBundleTagID(StringRef Tag) const { in getOperandBundleTagID() function in LLVMContextImpl
DLLVMContextImpl.h1378 uint32_t getOperandBundleTagID(StringRef Tag) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DLLVMContext.h106 uint32_t getOperandBundleTagID(StringRef Tag) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h109 uint32_t getOperandBundleTagID(StringRef Tag) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2576 Record.push_back(C.getOperandBundleTagID(Bundle.getTagName())); in writeOperandBundles()