Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h1537 const unsigned DescriptorBytes = Bundles.size() * sizeof(BundleOpInfo);
1539 return new (NumOperands, DescriptorBytes)
1561 return new (NumOperands, DescriptorBytes)
3889 unsigned DescriptorBytes = Bundles.size() * sizeof(BundleOpInfo);
3891 return new (NumOperands, DescriptorBytes)
3911 unsigned DescriptorBytes = Bundles.size() * sizeof(BundleOpInfo);
3913 return new (NumOperands, DescriptorBytes)
4095 unsigned DescriptorBytes = Bundles.size() * sizeof(BundleOpInfo);
4097 return new (NumOperands, DescriptorBytes)
4121 unsigned DescriptorBytes = Bundles.size() * sizeof(BundleOpInfo);
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp4898 unsigned DescriptorBytes = getNumOperandBundles() * sizeof(BundleOpInfo); in cloneImpl() local
4899 return new(getNumOperands(), DescriptorBytes) CallInst(*this); in cloneImpl()
4946 unsigned DescriptorBytes = getNumOperandBundles() * sizeof(BundleOpInfo); in cloneImpl() local
4947 return new(getNumOperands(), DescriptorBytes) InvokeInst(*this); in cloneImpl()
4954 unsigned DescriptorBytes = getNumOperandBundles() * sizeof(BundleOpInfo); in cloneImpl() local
4955 return new (getNumOperands(), DescriptorBytes) CallBrInst(*this); in cloneImpl()