Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter.cc136 llvm::GlobalVariable* global_for_const = new llvm::GlobalVariable( in EmitConstants() local
143 global_for_const->setAlignment(llvm::Align(kConstantBufferAlignBytes)); in EmitConstants()
145 global_for_const); in EmitConstants()
Dir_emitter_unnested.cc781 llvm::GlobalVariable* global_for_const = new llvm::GlobalVariable( in EmitConstant() local
788 global_for_const->setAlignment(llvm::Align(kConstantBufferAlignBytes)); in EmitConstant()
790 global_for_const); in EmitConstant()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc258 llvm::Constant* global_for_const; in EmitConstantGlobals() local
261 global_for_const = it->second; in EmitConstantGlobals()
263 global_for_const = EmitGlobalForLiteral(literal); in EmitConstantGlobals()
264 InsertOrDie(&emitted_literals_, &literal, global_for_const); in EmitConstantGlobals()
268 global_for_const); in EmitConstantGlobals()