HomeSort by: relevance | last modified time | path
    Searched defs:compute (Results 1 - 15 of 15) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dap/
disassem.c 25 compute (int x) function
37 int value = compute (i);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dap/
disassem.c 25 compute (int x) function
37 int value = compute (i);
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Extract/
SourceExtraction.cpp 72 ExtractionSemicolonPolicy::compute(const Stmt *S, SourceRange &ExtractedRange, function in class:clang::tooling::ExtractionSemicolonPolicy
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegisterClassInfo.cpp 89 /// compute - Compute the preferred allocation order for RC with reserved
92 void RegisterClassInfo::compute(const TargetRegisterClass *RC) const { function in class:RegisterClassInfo
184 // For efficiency, only compute the set order for the largest set.
192 compute(RC);
InterleavedLoadCombinePass.cpp 283 // Therefore we can compute the result by using distributivity and
379 // Compute Y by applying distributivity first
712 static bool compute(Value *V, VectorInfo &Result, const DataLayout &DL) { function in struct:__anon4196::VectorInfo
725 /// BitCastInst specialization to compute the vector information.
754 if (!compute(Op, Old, DL))
775 /// ShuffleVectorInst specialization to compute vector information.
780 /// Compute the left and the right side vector information and merge them by
791 // Compute the left hand vector information.
793 if (!compute(SVI->getOperand(0), LHS, DL))
796 // Compute the right hand vector information
    [all...]
ScheduleDAGInstrs.cpp 1226 /// Internal state used to compute SchedDFSResult.
1454 void SchedDFSResult::compute(ArrayRef<SUnit> SUnits) { function in class:SchedDFSResult
  /src/sys/lib/libkern/
entpool.c 709 compute(uint8_t output[KATLEN], const struct event *events)
748 compute(output, cases[i]);
697 compute(uint8_t output[KATLEN], const struct event *events) function
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DivergenceAnalysis.cpp 149 // only compute divergent inside loop
313 void DivergenceAnalysisImpl::compute() { function in class:DivergenceAnalysisImpl
377 DA->compute();
MemoryBuiltins.cpp 503 // Utility functions to compute size of objects.
511 /// Compute the size of the object pointed by Ptr. Returns true and the
518 SizeOffsetType Data = Visitor.compute(const_cast<Value*>(Ptr));
559 Eval.compute(ObjectSize->getArgOperand(0));
611 SizeOffsetType ObjectSizeOffsetVisitor::compute(Value *V) { function in class:ObjectSizeOffsetVisitor
643 LLVM_DEBUG(dbgs() << "ObjectSizeOffsetVisitor::compute() unhandled value: "
785 SizeOffsetType PtrData = compute(GEP.getPointerOperand());
796 return compute(GA.getAliasee());
823 SizeOffsetType TrueSide = compute(I.getTrueValue());
824 SizeOffsetType FalseSide = compute(I.getFalseValue())
872 SizeOffsetEvalType ObjectSizeOffsetEvaluator::compute(Value *V) { function in class:ObjectSizeOffsetEvaluator
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile-c-support.c 554 command and compute the additional wrapping, macro, variable and
561 std::string compute (const char *input, const struct block *expr_block,
572 /* Generate the code to compute variable locations, but do it
676 return program.compute (input, expr_block, expr_pc);
692 return program.compute (input, expr_block, expr_pc);
559 std::string compute (const char *input, const struct block *expr_block, function
  /src/external/gpl3/gdb/dist/gdb/compile/
compile-c-support.c 554 command and compute the additional wrapping, macro, variable and
561 std::string compute (const char *input, const struct block *expr_block,
572 /* Generate the code to compute variable locations, but do it
676 return program.compute (input, expr_block, expr_pc);
692 return program.compute (input, expr_block, expr_pc);
559 std::string compute (const char *input, const struct block *expr_block, function
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 449 virtual SExpr *compute() { return nullptr; } function in class:clang::threadSafety::Future
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 270 /// Compute the set of diagnostics and groups that are immediately
272 void compute(VecOrSet DiagsInPedantic,
325 // Lazily compute the threshold value for the group count.
353 void InferPedantic::compute(VecOrSet DiagsInPedantic, function in class:InferPedantic
371 // Compute the set of diagnostics that are directly in -Wpedantic. We
397 // Compute the set of groups that are directly in -Wpedantic. We
1241 // Compute the set of diagnostics that are in -Wpedantic.
1244 inferPedantic.compute(&DiagsInPedantic, (RecordVec*)nullptr);
1563 // Compute a mapping from a DiagGroup to all of its parents.
1580 inferPedantic.compute(&DiagsInPedantic, &GroupsInPedantic)
    [all...]
  /src/external/gpl2/groff/dist/src/roff/troff/
node.cpp 113 hunits compute(int point_size);
281 spec.track_kern = track_kern.compute(fs.to_scaled_points());
6342 hunits track_kerning_function::compute(int size) function in class:track_kerning_function
  /src/external/gpl2/gettext/dist/gettext-tools/misc/
po-mode.el 1074 (po-compute-counters nil)
1125 "Compute a new statistics string to display in mode line."
1160 (defun po-compute-counters (flag)
2311 (po-compute-counters nil))
3126 (po-compute-counters nil))
3131 (po-compute-counters t))

Completed in 29 milliseconds