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

  /external/llvm/lib/IR/
LLVMContextImpl.cpp 203 void LLVMContextImpl::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const {
LLVMContext.cpp 299 void LLVMContext::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const {
300 pImpl->getOperandBundleTags(Tags);
Module.cpp 108 void Module::getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const {
109 return Context.getOperandBundleTags(Result);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
LLVMContextImpl.cpp 205 void LLVMContextImpl::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const {
LLVMContext.cpp 282 void LLVMContext::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const {
283 pImpl->getOperandBundleTags(Tags);
Module.cpp 129 void Module::getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const {
130 return Context.getOperandBundleTags(Result);

Completed in 658 milliseconds