Home
last modified time | relevance | path

Searched refs:DescriptorBytes (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstructions.h1499 const unsigned DescriptorBytes = Bundles.size() * sizeof(BundleOpInfo);
1501 return new (NumOperands, DescriptorBytes)
1521 const unsigned DescriptorBytes = Bundles.size() * sizeof(BundleOpInfo);
1523 return new (NumOperands, DescriptorBytes)
3662 unsigned DescriptorBytes = Bundles.size() * sizeof(BundleOpInfo);
3664 return new (NumOperands, DescriptorBytes)
3684 unsigned DescriptorBytes = Bundles.size() * sizeof(BundleOpInfo);
3686 return new (NumOperands, DescriptorBytes)
/freebsd-12.1/contrib/llvm/lib/IR/
H A DInstructions.cpp3927 unsigned DescriptorBytes = getNumOperandBundles() * sizeof(BundleOpInfo); in cloneImpl() local
3928 return new(getNumOperands(), DescriptorBytes) CallInst(*this); in cloneImpl()
3975 unsigned DescriptorBytes = getNumOperandBundles() * sizeof(BundleOpInfo); in cloneImpl() local
3976 return new(getNumOperands(), DescriptorBytes) InvokeInst(*this); in cloneImpl()