Searched refs:DescriptorBytes (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | Instructions.h | 1430 const unsigned DescriptorBytes = Bundles.size() * sizeof(BundleOpInfo); 1432 return new (TotalOps, DescriptorBytes) 1440 const unsigned DescriptorBytes = Bundles.size() * sizeof(BundleOpInfo); 1442 return new (TotalOps, DescriptorBytes) 3473 unsigned DescriptorBytes = Bundles.size() * sizeof(BundleOpInfo); 3475 return new (Values, DescriptorBytes) 3492 unsigned DescriptorBytes = Bundles.size() * sizeof(BundleOpInfo); 3494 return new (Values, DescriptorBytes)
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Instructions.h | 1962 const unsigned DescriptorBytes = Bundles.size() * sizeof(BundleOpInfo); 1964 return new (TotalOps, DescriptorBytes) 1973 const unsigned DescriptorBytes = Bundles.size() * sizeof(BundleOpInfo); 1975 return new (TotalOps, DescriptorBytes) 3974 unsigned DescriptorBytes = Bundles.size() * sizeof(BundleOpInfo); 3976 return new (Values, DescriptorBytes) 3995 unsigned DescriptorBytes = Bundles.size() * sizeof(BundleOpInfo); 3997 return new (Values, DescriptorBytes)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instructions.cpp | 3807 unsigned DescriptorBytes = getNumOperandBundles() * sizeof(BundleOpInfo); in cloneImpl() local 3808 return new(getNumOperands(), DescriptorBytes) CallInst(*this); in cloneImpl() 3855 unsigned DescriptorBytes = getNumOperandBundles() * sizeof(BundleOpInfo); in cloneImpl() local 3856 return new(getNumOperands(), DescriptorBytes) InvokeInst(*this); in cloneImpl()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 4009 unsigned DescriptorBytes = getNumOperandBundles() * sizeof(BundleOpInfo); in cloneImpl() local 4010 return new(getNumOperands(), DescriptorBytes) CallInst(*this); in cloneImpl() 4057 unsigned DescriptorBytes = getNumOperandBundles() * sizeof(BundleOpInfo); in cloneImpl() local 4058 return new(getNumOperands(), DescriptorBytes) InvokeInst(*this); in cloneImpl()
|