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.h528 void AttachAlignmentMetadataForLoad(llvm::LoadInst* load, const Shape& shape);
529 void AttachAlignmentMetadataForLoad(llvm::LoadInst* load, int64 buffer_size);
Dir_emitter.cc263 void IrEmitter::AttachAlignmentMetadataForLoad(llvm::LoadInst* load, in AttachAlignmentMetadataForLoad() function in xla::cpu::IrEmitter
271 void IrEmitter::AttachAlignmentMetadataForLoad(llvm::LoadInst* load, in AttachAlignmentMetadataForLoad() function in xla::cpu::IrEmitter
2866 AttachAlignmentMetadataForLoad(param_address_untyped, target_shape); in EmitThreadLocalBufferPointer()
2906 AttachAlignmentMetadataForLoad(tempbuf_address_base, allocation.size()); in EmitGlobalBufferPointer()