Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.h554 void AttachAlignmentMetadataForLoad(llvm::LoadInst* load, const Shape& shape);
555 void AttachAlignmentMetadataForLoad(llvm::LoadInst* load, int64 buffer_size);
Dir_emitter.cc327 void IrEmitter::AttachAlignmentMetadataForLoad(llvm::LoadInst* load, in AttachAlignmentMetadataForLoad() function in xla::cpu::IrEmitter
335 void IrEmitter::AttachAlignmentMetadataForLoad(llvm::LoadInst* load, in AttachAlignmentMetadataForLoad() function in xla::cpu::IrEmitter
3047 AttachAlignmentMetadataForLoad(param_address_untyped, target_shape); in EmitThreadLocalBufferPointer()
3087 AttachAlignmentMetadataForLoad(tempbuf_address_base, allocation.size()); in EmitGlobalBufferPointer()