Home
last modified time | relevance | path

Searched refs:getOrInsertBundleTag (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DLLVMContext.cpp49 auto *DeoptEntry = pImpl->getOrInsertBundleTag("deopt"); in LLVMContext()
54 auto *FuncletEntry = pImpl->getOrInsertBundleTag("funclet"); in LLVMContext()
59 auto *GCTransitionEntry = pImpl->getOrInsertBundleTag("gc-transition"); in LLVMContext()
64 auto *CFGuardTargetEntry = pImpl->getOrInsertBundleTag("cfguardtarget"); in LLVMContext()
69 auto *PreallocatedEntry = pImpl->getOrInsertBundleTag("preallocated"); in LLVMContext()
74 auto *GCLiveEntry = pImpl->getOrInsertBundleTag("gc-live"); in LLVMContext()
80 pImpl->getOrInsertBundleTag("clang.arc.attachedcall"); in LLVMContext()
85 auto *PtrauthEntry = pImpl->getOrInsertBundleTag("ptrauth"); in LLVMContext()
90 auto *KCFIEntry = pImpl->getOrInsertBundleTag("kcfi"); in LLVMContext()
302 LLVMContext::getOrInsertBundleTag(StringRef TagName) const { in getOrInsertBundleTag() function in LLVMContext
[all …]
H A DLLVMContextImpl.cpp209 StringMapEntry<uint32_t> *LLVMContextImpl::getOrInsertBundleTag(StringRef Tag) { in getOrInsertBundleTag() function in LLVMContextImpl
H A DValue.cpp225 BOI.Tag = Assume->getContext().pImpl->getOrInsertBundleTag("ignore"); in dropDroppableUse()
H A DLLVMContextImpl.h1579 StringMapEntry<uint32_t> *getOrInsertBundleTag(StringRef Tag);
H A DInstructions.cpp445 BOI.Tag = ContextImpl->getOrInsertBundleTag(BI->getTag()); in populateBundleOperandInfos()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DLLVMContext.h116 StringMapEntry<uint32_t> *getOrInsertBundleTag(StringRef TagName) const;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp346 IgnoreTag(C.getOrInsertBundleTag(IgnoreBundleTag)) {} in AssumeSimplify()