Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h1536 const unsigned DescriptorBytes = Bundles.size() * sizeof(BundleOpInfo);
1538 return new (NumOperands, DescriptorBytes)
1560 return new (NumOperands, DescriptorBytes)
3774 unsigned DescriptorBytes = Bundles.size() * sizeof(BundleOpInfo);
3776 return new (NumOperands, DescriptorBytes)
3796 unsigned DescriptorBytes = Bundles.size() * sizeof(BundleOpInfo);
3798 return new (NumOperands, DescriptorBytes)
3985 unsigned DescriptorBytes = Bundles.size() * sizeof(BundleOpInfo);
3987 return new (NumOperands, DescriptorBytes)
4011 unsigned DescriptorBytes = Bundles.size() * sizeof(BundleOpInfo);
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp4470 unsigned DescriptorBytes = getNumOperandBundles() * sizeof(BundleOpInfo); in cloneImpl() local
4471 return new(getNumOperands(), DescriptorBytes) CallInst(*this); in cloneImpl()
4518 unsigned DescriptorBytes = getNumOperandBundles() * sizeof(BundleOpInfo); in cloneImpl() local
4519 return new(getNumOperands(), DescriptorBytes) InvokeInst(*this); in cloneImpl()
4526 unsigned DescriptorBytes = getNumOperandBundles() * sizeof(BundleOpInfo); in cloneImpl() local
4527 return new (getNumOperands(), DescriptorBytes) CallBrInst(*this); in cloneImpl()