Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_util.h57 llvm::ArrayRef<T> AsArrayRef(const std::vector<T>& vec) { in AsArrayRef() function
62 llvm::ArrayRef<T> AsArrayRef(const absl::Span<const T>& slice) { in AsArrayRef() function
Dalias_analysis.cc204 llvm::MDNode::get(domain->getContext(), AsArrayRef(scopes)); in GetNoaliasMetadataForBuffer()
Dkernel_support_library.cc135 b->CreateCall(function, llvm_ir::AsArrayRef(sanitized_args)); in EmitAndCallOutlinedKernel()
Dllvm_util.cc86 module, intrinsic_id, AsArrayRef(overloaded_types)); in EmitCallToIntrinsic()
87 return b->CreateCall(intrinsic, AsArrayRef(operands)); in EmitCallToIntrinsic()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Delemental_ir_emitter.cc309 return Call(callee, llvm_ir::AsArrayRef(operands)); in EmitDeviceFunctionCall()