Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc2899 llvm::LoadInst* tempbuf_address_base = Load(tempbuf_address_ptr); in EmitGlobalBufferPointer() local
2902 tempbuf_address_base->setMetadata( in EmitGlobalBufferPointer()
2904 llvm::MDNode::get(tempbuf_address_base->getContext(), /*MDs=*/{})); in EmitGlobalBufferPointer()
2906 AttachAlignmentMetadataForLoad(tempbuf_address_base, allocation.size()); in EmitGlobalBufferPointer()
2907 AttachDereferenceableMetadataForLoad(tempbuf_address_base, allocation.size()); in EmitGlobalBufferPointer()
2909 llvm::Value* tempbuf_address_untyped = tempbuf_address_base; in EmitGlobalBufferPointer()
2913 InBoundsGEP(tempbuf_address_base, b_.getInt64(slice.offset())); in EmitGlobalBufferPointer()