Searched refs:ExtractLowHalf (Results 1 – 2 of 2) sorted by relevance
330 llvm::Value* VectorSupportLibrary::ExtractLowHalf(llvm::Value* vector) { in ExtractLowHalf() function in xla::cpu::VectorSupportLibrary388 AddInternal(ExtractLowHalf(vectors[0]), ExtractHighHalf(vectors[0])); in ComputeAvxOptimizedHorizontalSums()390 low = AddInternal(ExtractLowHalf(init_values), low); in ComputeAvxOptimizedHorizontalSums()393 AddInternal(ExtractLowHalf(vectors[1]), ExtractHighHalf(vectors[1])); in ComputeAvxOptimizedHorizontalSums()
243 llvm::Value* ExtractLowHalf(llvm::Value*);