Home
last modified time | relevance | path

Searched refs:TagLen (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dexecutor_address.h60 constexpr Untag(uintptr_t TagLen, uintptr_t TagOffset) in Untag() argument
61 : UntagMask(~(((uintptr_t(1) << TagLen) - 1) << TagOffset)) {} in Untag()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DExecutorAddress.h61 constexpr Untag(uintptr_t TagLen, uintptr_t TagOffset) in Untag() argument
62 : UntagMask(~(((uintptr_t(1) << TagLen) - 1) << TagOffset)) {} in Untag()
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h3256 LLVMOperandBundleRef LLVMCreateOperandBundle(const char *Tag, size_t TagLen,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp2733 LLVMOperandBundleRef LLVMCreateOperandBundle(const char *Tag, size_t TagLen, in LLVMCreateOperandBundle() argument
2736 return wrap(new OperandBundleDef(std::string(Tag, TagLen), in LLVMCreateOperandBundle()