Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h1449 const unsigned DescriptorBytes = Bundles.size() * sizeof(BundleOpInfo);
1451 return new (NumOperands, DescriptorBytes)
3625 unsigned DescriptorBytes = Bundles.size() * sizeof(BundleOpInfo);
3627 return new (NumOperands, DescriptorBytes)
3781 unsigned DescriptorBytes = Bundles.size() * sizeof(BundleOpInfo);
3783 return new (NumOperands, DescriptorBytes)
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp4312 unsigned DescriptorBytes = getNumOperandBundles() * sizeof(BundleOpInfo); in cloneImpl() local
4313 return new(getNumOperands(), DescriptorBytes) CallInst(*this); in cloneImpl()
4360 unsigned DescriptorBytes = getNumOperandBundles() * sizeof(BundleOpInfo); in cloneImpl() local
4361 return new(getNumOperands(), DescriptorBytes) InvokeInst(*this); in cloneImpl()
4368 unsigned DescriptorBytes = getNumOperandBundles() * sizeof(BundleOpInfo); in cloneImpl() local
4369 return new (getNumOperands(), DescriptorBytes) CallBrInst(*this); in cloneImpl()