Home
last modified time | relevance | path

Searched refs:Scaled (Results 1 – 22 of 22) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-color-helper.cpp85 double Scaled[3] = {std::get<0>(Color) / 255.0, std::get<1>(Color) / 255.0, in convertToHSV() local
90 if (Scaled[i] < Scaled[Min]) in convertToHSV()
92 if (Scaled[i] > Scaled[Max]) in convertToHSV()
96 double C = Scaled[Max] - Scaled[Min]; in convertToHSV()
99 (C == 0) ? 0 : (Scaled[(Max + 1) % 3] - Scaled[(Max + 2) % 3]) / C; in convertToHSV()
104 double V = Scaled[Max]; in convertToHSV()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/
H A DInstrumentation.h168 uint64_t Scaled = Count / Scale; in scaleBranchCount() local
169 assert(Scaled <= std::numeric_limits<uint32_t>::max() && "overflow 32-bits"); in scaleBranchCount()
170 return Scaled; in scaleBranchCount()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp508 Scaled64 Scaled = BFI.Freqs[Index].Scaled * ScalingFactor; in convertFloatingToInteger() local
509 BFI.Freqs[Index].Integer = std::max(UINT64_C(1), Scaled.toInt<uint64_t>()); in convertFloatingToInteger()
511 << BFI.Freqs[Index].Scaled << ", scaled = " << Scaled in convertFloatingToInteger()
534 : BFI.Freqs[N.Index].Scaled; in unwrapLoop()
545 Freqs[Index].Scaled = Working[Index].Mass.toScaled(); in unwrapLoops()
558 Min = std::min(Min, Freqs[Index].Scaled); in finalizeMetrics()
559 Max = std::max(Max, Freqs[Index].Scaled); in finalizeMetrics()
625 return Freqs[Node.Index].Scaled; in getFloatingBlockFreq()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMScheduleV6.td108 // Scaled register offset, issues over 2 cycles
121 // Scaled register offset with update, issues over 2 cycles
161 // Scaled register offset, issues over 2 cycles
174 // Scaled register offset with update, issues over 2 cycles
H A DARMScheduleA8.td123 // Scaled register offset, issues over 2 cycles
144 // Scaled register offset with update, issues over 2 cycles
202 // Scaled register offset, issues over 2 cycles
222 // Scaled register offset with update, issues over 2 cycles
H A DARMScheduleA9.td226 // Scaled register offset
267 // Scaled register offset with update
366 // Scaled register offset
403 // Scaled register offset with update
H A DARMInstrThumb.td89 // Scaled 4 immediate.
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h414 unsigned getCycles(unsigned Scaled) { in getCycles() argument
416 return (Scaled + Factor - 1) / Factor; in getCycles()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSpillPlacement.cpp254 uint64_t Scaled = (Freq >> 13) + bool(Freq & (1 << 12)); in setThreshold() local
255 Threshold = std::max(UINT64_C(1), Scaled); in setThreshold()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp788 auto Scaled = MGather->isIndexScaled() ? "scaled" : "unscaled"; in print_details() local
789 OS << ", " << Signed << " " << Scaled << " offset"; in print_details()
800 auto Scaled = MScatter->isIndexScaled() ? "scaled" : "unscaled"; in print_details() local
801 OS << ", " << Signed << " " << Scaled << " offset"; in print_details()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1073 uint64_t Scaled = Weight / Scale + 1; in scaleBranchWeight() local
1074 assert(Scaled <= UINT32_MAX && "overflow 32-bits"); in scaleBranchWeight()
1075 return Scaled; in scaleBranchWeight()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp35 Scaled = 3 enumerator
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h215 Scaled64 Scaled; member
1420 Freqs[Node.Index].Scaled = Freq[BlockIndex[&BB]];
1422 Freqs[Node.Index].Scaled = Scaled64::getZero();
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp510 Value *Scaled = in expandAddToGEP() local
514 GepIndices.push_back(Scaled); in expandAddToGEP()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td4812 // Scaled half-precision to 32-bit
4822 // Scaled half-precision to 64-bit
4831 // Scaled single-precision to 32-bit
4840 // Scaled single-precision to 64-bit
4848 // Scaled double-precision to 32-bit
4857 // Scaled double-precision to 64-bit
4940 // Scaled
H A DAArch64InstrInfo.td4054 // Scaled floating point to integer conversion instructions.
4195 // Scaled integer to floating point conversion instructions.
H A DAArch64ISelLowering.cpp19002 const bool Scaled = Opc == AArch64ISD::GLD1_SCALED_MERGE_ZERO || in performGLD1Combine() local
19038 unsigned NewOpc = getGatherVecOpcode(Scaled, OffsetIsSExt, true); in performGLD1Combine()
/openbsd-src/gnu/usr.bin/binutils/gas/po/
H A Dgas.pot7317 msgid "Scaled-indexed addressing mode combined with scaled-index"
H A Dtr.po7512 msgid "Scaled-indexed addressing mode combined with scaled-index"
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/po/
H A Dgas.pot7959 msgid "Scaled-indexed addressing mode combined with scaled-index"
H A Dtr.po8345 msgid "Scaled-indexed addressing mode combined with scaled-index"
/openbsd-src/gnu/usr.bin/texinfo/doc/
H A Dtexinfo.txi9399 @cindex Scaled points