HomeSort by relevance Sort by last modified time
    Searched defs:NumUses (Results 1 - 10 of 10) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
LiveVariables.h 88 /// NumUses - Number of uses of this register across the entire function.
90 unsigned NumUses;
97 VarInfo() : NumUses(0) {}
  /external/llvm/lib/Transforms/Scalar/
ConstantHoisting.cpp 313 // NumUses | 3 | 2 | 8 | 7 |
334 unsigned NumUses = 0;
338 NumUses += ConstCand->Uses.size();
342 return NumUses;
351 NumUses += ConstCand->Uses.size();
382 return NumUses;
390 unsigned NumUses = maximizeConstantsInRange(S, E, MaxCostItr);
393 if (NumUses <= 1)
IndVarSimplify.cpp 575 unsigned NumUses = 0;
577 IB != IE && NumUses <= 6; ++IB) {
580 NumUses++;
588 NumUses--;
591 PB != PE && NumUses <= 6; ++PB, ++NumUses) {
602 if (NumUses <= 6 && NumHardInternalUses && !NumSoftExternalUses)
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 462 unsigned NumUses = 0;
466 ++NumUses;
467 if (NumUses > 1)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
CodeGenPrepare.cpp 776 unsigned NumUses = V->getNumUses();
777 if (NumUses > NumUsesConsensus) {
779 NumUsesConsensus = NumUses;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringARM32.h     [all...]
IceTargetLoweringMIPS32.h 916 int32_t NumUses = 0;
    [all...]
IceTargetLoweringX86BaseImpl.h 111 // NumUses counts the number of times Var is used as a source operand in the
114 uint32_t NumUses = 0;
294 if (Producers[VarNum].IsComplex && Producers[VarNum].NumUses > 0) {
298 ++Producers[VarNum].NumUses;
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 249 milliseconds