Searched defs:DescriptorBytes (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
H A DInstructions.h1439 const unsigned DescriptorBytes = Bundles.size() * sizeof(BundleOpInfo); local
1441 return new (TotalOps, DescriptorBytes)
1449 const unsigned DescriptorBytes = Bundles.size() * sizeof(BundleOpInfo); local
1451 return new (TotalOps, DescriptorBytes)
3414 unsigned DescriptorBytes = Bundles.size() * sizeof(BundleOpInfo); local
3416 return new (Values, DescriptorBytes)
3433 unsigned DescriptorBytes = Bundles.size() * sizeof(BundleOpInfo); local
3435 return new (Values, DescriptorBytes)

Completed in 64 milliseconds