HomeSort by relevance Sort by last modified time
    Searched refs:BPI (Results 1 - 11 of 11) sorted by null

  /system/keymaster/
ocb.c 31 / the length parameters must be a multiple of (BPI*16).
362 #define BPI 4 /* Number of blocks in buffer per ECB call */
408 #define BPI 4 /* Number of blocks in buffer per ECB call */
599 #define BPI 8 /* Number of blocks in buffer per ECB call */
800 i = ad_len / (BPI * 16);
804 block ta[BPI], oa[BPI];
805 ad_block_num += BPI;
813 #if BPI == 4
816 #elif BPI ==
    [all...]
  /external/llvm/lib/Analysis/
BlockFrequencyInfo.cpp 131 BranchProbabilityInfo &BPI = getAnalysis<BranchProbabilityInfo>();
135 BFI->doFunction(&F, &BPI, &LI);
  /external/boringssl/src/crypto/chacha/
chacha_vec.c 119 #define BPI (VBPI + GPR_TOO) /* Blocks computed per loop iteration */
186 for (iters = 0; iters < inlen/(BPI*64); iters++)
215 x12 = counter+BPI*iters+(BPI-1); x13 = 0;
267 op[12] = REVW_BE(REVW_BE(ip[12]) ^ (x12 + counter+BPI*iters+(BPI-1)));
277 for (iters = inlen%(BPI*64)/64; iters != 0; iters--)
  /external/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 59 BranchProbabilityInfo *BPI;
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 773 const BranchProbabilityInfoT *BPI;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 200 BranchProbabilityInfo &BPI);
386 BranchProbabilityInfo &BPI) {
393 if (BPI.getEdgeProbability(BI->getParent(), (unsigned) 0) < LikelyTaken)
470 BranchProbabilityInfo &BPI,
645 LoopStructure::parseLoopStructure(ScalarEvolution &SE, BranchProbabilityInfo &BPI,
671 BPI.getEdgeProbability(LatchBr->getParent(), LatchBrExitIdx);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
FastISel.cpp     [all...]
SelectionDAGISel.cpp 452 FuncInfo->BPI = &getAnalysis<BranchProbabilityInfo>();
454 FuncInfo->BPI = nullptr;
    [all...]

Completed in 2980 milliseconds