Searched refs:calculate (Results 1 - 25 of 92) sorted by relevance

1234

/netbsd-current/tests/usr.bin/indent/
H A Dlsym_return.c22 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(
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveIntervalCalc.h61 void calculate(LiveInterval &LI, bool TrackSubRegs);
H A DMachineBlockFrequencyInfo.h50 /// 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
H A DMachineLoopInfo.h17 // It can calculate on the fly various bits of information, for example:
101 calculate(MDT);
145 void calculate(MachineDominatorTree &MDT);
H A DMachineDominators.h84 calculate(MF);
107 void calculate(MachineFunction &F);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineDominators.cpp53 calculate(F);
57 void MachineDominatorTree::calculate(MachineFunction &F) { function in class:MachineDominatorTree
H A DLazyMachineBlockFrequencyInfo.cpp89 OwnedMBFI->calculate(*MF, MBPI, *MLI);
H A DMachineBlockFrequencyInfo.cpp182 calculate(F, MBPI, MLI);
194 void MachineBlockFrequencyInfo::calculate( function in class:MachineBlockFrequencyInfo
199 MBFI->calculate(F, MBPI, MLI);
216 calculate(F, MBPI, MLI);
H A DMachineLoopInfo.cpp46 calculate(getAnalysis<MachineDominatorTree>());
50 void MachineLoopInfo::calculate(MachineDominatorTree &MDT) { function in class:MachineLoopInfo
H A DMachineRegionInfo.cpp71 calculate(F);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLazyBranchProbabilityInfo.h66 BPI.calculate(*F, *LI, TLI, nullptr, nullptr);
H A DDominanceFrontier.h9 // 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);
H A DLazyBlockFrequencyInfo.h52 BFI.calculate(
H A DBlockFrequencyInfo.h91 /// calculate - compute block frequency info for the given function.
92 void calculate(const Function &F, const BranchProbabilityInfo &BPI,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp159 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),
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DGenericIteratedDominanceFrontier.h102 void calculate(SmallVectorImpl<NodeTy *> &IDFBlocks);
131 void IDFCalculatorBase<NodeTy, IsPostDom>::calculate( function in class:llvm::IDFCalculatorBase
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/epiphany/
H A Dumodsi3.S54 sub r3,r12,r3 ; calculate bit number difference.
H A Dmodsi3.S59 sub r3,r12,r3 ; calculate bit number difference.
H A Ddivsi3.S63 sub r1,r1,r0 ; calculate bit number difference.
H A Dudivsi3.S56 sub r3,r3,r2 ; calculate bit number difference.
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/ft32/
H A Dlib1funcs.S80 # calculate trailing zero count in x, also uses scr.
98 # calculate leading zero count
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/epiphany/
H A Dumodsi3.S54 sub r3,r12,r3 ; calculate bit number difference.
H A Dmodsi3.S59 sub r3,r12,r3 ; calculate bit number difference.
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/ft32/
H A Dlib1funcs.S80 # calculate trailing zero count in x, also uses scr.
98 # calculate leading zero count
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp97 calculate();
135 void calculate() { function in class:__anon2667::ReachabilityGraph
195 calculate();
206 void calculate() { function in class:__anon2667::LoopBlocks

Completed in 317 milliseconds

1234