HomeSort by: relevance | last modified time | path
    Searched refs:calculate (Results 1 - 25 of 100) sorted by relevancy

1 2 3 4

  /src/tests/usr.bin/indent/
lsym_return.c 22 calculate(int a, int b) function
27 return calculate(b, a);
42 return calculate(3,
44 return calculate(
47 return calculate(
60 return calculate(3,
62 return calculate(
65 return calculate(
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveIntervalCalc.h 1 //===- LiveIntervalCalc.h - Calculate live intervals -----------*- C++ -*-===//
61 void calculate(LiveInterval &LI, bool TrackSubRegs);
MachineBlockFrequencyInfo.h 50 /// calculate - compute block frequency info for the given function.
51 void calculate(const MachineFunction &F,
77 /// incrementally calculate block frequencies when we split edges, to avoid
MachineLoopInfo.h 17 // It can calculate on the fly various bits of information, for example:
101 calculate(MDT);
143 /// Calculate the natural loop information.
145 void calculate(MachineDominatorTree &MDT);
MachineDominators.h 84 calculate(MF);
107 void calculate(MachineFunction &F);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineDominators.cpp 53 calculate(F);
57 void MachineDominatorTree::calculate(MachineFunction &F) { function in class:MachineDominatorTree
LazyMachineBlockFrequencyInfo.cpp 89 OwnedMBFI->calculate(*MF, MBPI, *MLI);
MachineBlockFrequencyInfo.cpp 182 calculate(F, MBPI, MLI);
194 void MachineBlockFrequencyInfo::calculate( function in class:MachineBlockFrequencyInfo
199 MBFI->calculate(F, MBPI, MLI);
216 calculate(F, MBPI, MLI);
MachineLoopInfo.cpp 46 calculate(getAnalysis<MachineDominatorTree>());
50 void MachineLoopInfo::calculate(MachineDominatorTree &MDT) { function in class:MachineLoopInfo
MachineRegionInfo.cpp 71 calculate(F);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LazyBranchProbabilityInfo.h 66 BPI.calculate(*F, *LI, TLI, nullptr, nullptr);
DominanceFrontier.h 9 // This file defines the DominanceFrontier class, which calculate and holds the
135 calculate(DT, DT[this->Roots[0]]);
138 const DomSetType &calculate(const DomTreeT &DT, const DomTreeNodeT *Node);
LazyBlockFrequencyInfo.h 52 BFI.calculate(
BlockFrequencyInfo.h 91 /// calculate - compute block frequency info for the given function.
92 void calculate(const Function &F, const BranchProbabilityInfo &BPI,
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
BlockFrequencyInfo.cpp 159 calculate(F, BPI, LI);
186 void BlockFrequencyInfo::calculate(const Function &F, function in class:BlockFrequencyInfo
191 BFI->calculate(F, BPI, LI);
330 BFI.calculate(F, BPI, LI);
338 BFI.calculate(F, AM.getResult<BranchProbabilityAnalysis>(F),
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
GenericIteratedDominanceFrontier.h 1 //===- IteratedDominanceFrontier.h - Calculate IDF --------------*- C++ -*-===//
96 /// Calculate iterated dominance frontiers
102 void calculate(SmallVectorImpl<NodeTy *> &IDFBlocks);
131 void IDFCalculatorBase<NodeTy, IsPostDom>::calculate( function in class:llvm::IDFCalculatorBase
  /src/external/gpl3/gcc/dist/libgcc/config/epiphany/
umodsi3.S 54 sub r3,r12,r3 ; calculate bit number difference.
modsi3.S 59 sub r3,r12,r3 ; calculate bit number difference.
divsi3.S 63 sub r1,r1,r0 ; calculate bit number difference.
udivsi3.S 56 sub r3,r3,r2 ; calculate bit number difference.
  /src/external/gpl3/gcc/dist/libgcc/config/ft32/
lib1funcs.S 80 # calculate trailing zero count in x, also uses scr.
98 # calculate leading zero count
  /src/external/gpl3/gcc.old/dist/libgcc/config/epiphany/
umodsi3.S 54 sub r3,r12,r3 ; calculate bit number difference.
modsi3.S 59 sub r3,r12,r3 ; calculate bit number difference.
  /src/external/gpl3/gcc.old/dist/libgcc/config/ft32/
lib1funcs.S 80 # calculate trailing zero count in x, also uses scr.
98 # calculate leading zero count
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyFixIrreducibleControlFlow.cpp 97 calculate();
135 void calculate() { function in class:__anon5144::ReachabilityGraph
195 calculate();
206 void calculate() { function in class:__anon5144::LoopBlocks

Completed in 34 milliseconds

1 2 3 4