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

  /external/llvm/include/llvm/CodeGen/
CalcSpillWeights.h 34 /// @param NumInstr Number of instructions using this live interval
37 unsigned NumInstr) {
  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 138 unsigned numInstr = 0; // Number of instructions using li
155 numInstr++;
229 li.weight = normalize(totalWeight, li.getSize(), numInstr);
RegAllocPBQP.cpp 717 unsigned NumInstr) {
720 return NumInstr * normalizeSpillWeight(UseDefFreq, Size, 1);
  /external/llvm/lib/Target/AMDGPU/
SILowerControlFlow.cpp 123 unsigned NumInstr = 0;
129 NumInstr < SkipThreshold && I != E; ++I) {
132 if (++NumInstr >= SkipThreshold)
  /prebuilts/go/darwin-x86/src/encoding/gob/
decode.go 423 numInstr int // the number of active instructions
    [all...]
  /prebuilts/go/linux-x86/src/encoding/gob/
decode.go 423 numInstr int // the number of active instructions
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/encoding/
gob.a 194 type @"".decEngine struct { @"".instr []@"".decInstr; @"".numInstr int }
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/encoding/
gob.a 194 type @"".decEngine struct { @"".instr []@"".decInstr; @"".numInstr int }
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/encoding/
gob.a 194 type @"".decEngine struct { @"".instr []@"".decInstr; @"".numInstr int }
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/encoding/
gob.a 194 type @"".decEngine struct { @"".instr []@"".decInstr; @"".numInstr int }
    [all...]

Completed in 2179 milliseconds