Searched defs:BM (Results 1 - 4 of 4) sorted by relevance
/external/eigen/Eigen/src/SparseLU/ |
H A D | SparseLU_gemm_kernel.h | 37 BM = 4096/sizeof(Scalar), // number of rows of A-C per chunk enumerator in enum:Eigen::internal::__anon4386 57 // process the remaining rows per chunk of BM rows 58 for(Index ib=i0; ib<m; ib+=BM) 60 Index actual_b = std::min<Index>(BM, m-ib); // actual number of rows
|
/external/llvm/lib/Analysis/ |
H A D | TypeBasedAliasAnalysis.cpp | 465 const MDNode *BM = LocB.AATags.TBAA; local 466 if (!BM) return AliasAnalysis::alias(LocA, LocB); 469 if (Aliases(AM, BM))
|
H A D | DependenceAnalysis.cpp | 1295 // Computes the GCD of AM and BM. 1299 bool findGCD(unsigned Bits, APInt AM, APInt BM, APInt Delta, argument 1304 APInt G1 = BM.abs(); 1317 Y = BM.slt(0) ? B1 : -B1; 1397 DEBUG(dbgs() << "\t DstCoeff = " << *DstCoeff << " = BM\n"); 1417 APInt BM = ConstDstCoeff->getValue()->getValue(); local 1419 if (findGCD(Bits, AM, BM, ConstDelta->getValue()->getValue(), G, X, Y)) { 1442 // test(BM/G, LM-X) and test(-BM/G, X-UM) 1443 APInt TMUL = BM 1821 APInt BM = ConstDstCoeff->getValue()->getValue(); local [all...] |
/external/llvm/lib/Target/PowerPC/AsmParser/ |
H A D | PPCAsmParser.cpp | 1077 int64_t BM = Inst.getOperand(3).getImm(); local 1078 if (!isRunOfOnes(BM, MB, ME)) 1094 int64_t BM = Inst.getOperand(3).getImm(); local 1095 if (!isRunOfOnes(BM, MB, ME)) 1112 int64_t BM = Inst.getOperand(3).getImm(); local 1113 if (!isRunOfOnes(BM, MB, ME))
|
Completed in 1091 milliseconds