Searched refs:kConstantBufferAlignBytes (Results 1 – 5 of 5) sorted by relevance
32 extern const int64 kConstantBufferAlignBytes;
33 const int64 kConstantBufferAlignBytes = kXlaAllocatedBufferAlignBytes; variable
143 global_for_const->setAlignment(llvm::Align(kConstantBufferAlignBytes)); in EmitConstants()
359 return kConstantBufferAlignBytes; in CheckAlignment()
590 return kConstantBufferAlignBytes; in BuildKernelPrototype()788 global_for_const->setAlignment(llvm::Align(kConstantBufferAlignBytes)); in EmitConstant()