Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstructions.h1467 const unsigned DescriptorBytes = Bundles.size() * sizeof(BundleOpInfo);
1469 return new (NumOperands, DescriptorBytes)
1489 const unsigned DescriptorBytes = Bundles.size() * sizeof(BundleOpInfo);
1491 return new (NumOperands, DescriptorBytes)
3723 unsigned DescriptorBytes = Bundles.size() * sizeof(BundleOpInfo);
3725 return new (NumOperands, DescriptorBytes)
3745 unsigned DescriptorBytes = Bundles.size() * sizeof(BundleOpInfo);
3747 return new (NumOperands, DescriptorBytes)
3986 unsigned DescriptorBytes = Bundles.size() * sizeof(BundleOpInfo);
3988 return new (NumOperands, DescriptorBytes)
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp4234 unsigned DescriptorBytes = getNumOperandBundles() * sizeof(BundleOpInfo); in cloneImpl() local
4235 return new(getNumOperands(), DescriptorBytes) CallInst(*this); in cloneImpl()
4282 unsigned DescriptorBytes = getNumOperandBundles() * sizeof(BundleOpInfo); in cloneImpl() local
4283 return new(getNumOperands(), DescriptorBytes) InvokeInst(*this); in cloneImpl()
4290 unsigned DescriptorBytes = getNumOperandBundles() * sizeof(BundleOpInfo); in cloneImpl() local
4291 return new (getNumOperands(), DescriptorBytes) CallBrInst(*this); in cloneImpl()