Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dir_emitter.h614 void AttachAlignmentMetadataForLoad(llvm::LoadInst* load, const Shape& shape);
615 void AttachAlignmentMetadataForLoad(llvm::LoadInst* load,
H A Dir_emitter.cc354 void IrEmitter::AttachAlignmentMetadataForLoad(llvm::LoadInst* load, in AttachAlignmentMetadataForLoad() function in xla::cpu::IrEmitter
362 void IrEmitter::AttachAlignmentMetadataForLoad(llvm::LoadInst* load, in AttachAlignmentMetadataForLoad() function in xla::cpu::IrEmitter
3249 AttachAlignmentMetadataForLoad(param_address_untyped, target_shape); in EmitThreadLocalBufferPointer()
3290 AttachAlignmentMetadataForLoad(tempbuf_address_base, allocation.size()); in EmitGlobalBufferPointer()