Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCBranchSelector.cpp51 unsigned ComputeBlockSizes(MachineFunction &Fn);
115 unsigned PPCBSel::ComputeBlockSizes(MachineFunction &Fn) { in ComputeBlockSizes() function in PPCBSel
272 unsigned FuncSize = ComputeBlockSizes(Fn); in runOnMachineFunction()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCBranchSelector.cpp54 unsigned ComputeBlockSizes(MachineFunction &Fn);
118 unsigned PPCBSel::ComputeBlockSizes(MachineFunction &Fn) { in ComputeBlockSizes() function in PPCBSel
303 unsigned FuncSize = ComputeBlockSizes(Fn); in runOnMachineFunction()
/external/tensorflow/tensorflow/core/kernels/
Dsparse_matmul_op.cc849 static inline void ComputeBlockSizes(const ConstMatrixMapL& left,
1317 inline void SparseMatMul<TL, TR>::ComputeBlockSizes( in ComputeBlockSizes() function in tensorflow::SparseMatMul
1535 ComputeBlockSizes(left, right, transpose_left, num_threads, &KR, &NR, &KL, in Compute()