Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-color-helper.cpp84 double Scaled[3] = {std::get<0>(Color) / 255.0, std::get<1>(Color) / 255.0, in convertToHSV() local
89 if (Scaled[i] < Scaled[Min]) in convertToHSV()
91 if (Scaled[i] > Scaled[Max]) in convertToHSV()
95 double C = Scaled[Max] - Scaled[Min]; in convertToHSV()
98 (C == 0) ? 0 : (Scaled[(Max + 1) % 3] - Scaled[(Max + 2) % 3]) / C; in convertToHSV()
103 double V = Scaled[Max]; in convertToHSV()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/
H A DInstrumentation.h191 uint64_t Scaled = Count / Scale; in scaleBranchCount() local
192 assert(Scaled <= std::numeric_limits<uint32_t>::max() && "overflow 32-bits"); in scaleBranchCount()
193 return Scaled; in scaleBranchCount()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp495 Scaled64 Scaled = BFI.Freqs[Index].Scaled * ScalingFactor; in convertFloatingToInteger() local
496 BFI.Freqs[Index].Integer = std::max(UINT64_C(1), Scaled.toInt<uint64_t>()); in convertFloatingToInteger()
498 << BFI.Freqs[Index].Scaled << ", scaled = " << Scaled in convertFloatingToInteger()
521 : BFI.Freqs[N.Index].Scaled; in unwrapLoop()
532 Freqs[Index].Scaled = Working[Index].Mass.toScaled(); in unwrapLoops()
545 Min = std::min(Min, Freqs[Index].Scaled); in finalizeMetrics()
546 Max = std::max(Max, Freqs[Index].Scaled); in finalizeMetrics()
612 return Freqs[Node.Index].Scaled; in getFloatingBlockFreq()
/netbsd-src/external/apache2/llvm/dist/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.
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h415 unsigned getCycles(unsigned Scaled) { in getCycles() argument
417 return (Scaled + Factor - 1) / Factor; in getCycles()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp771 auto Scaled = MGather->isIndexScaled() ? "scaled" : "unscaled"; in print_details() local
772 OS << ", " << Signed << " " << Scaled << " offset"; in print_details()
783 auto Scaled = MScatter->isIndexScaled() ? "scaled" : "unscaled"; in print_details() local
784 OS << ", " << Signed << " " << Scaled << " offset"; in print_details()
H A DDAGCombiner.cpp9640 bool Scaled, SelectionDAG &DAG) { in refineIndexType() argument
9645 MGS->setIndexType(Scaled ? ISD::UNSIGNED_SCALED : ISD::UNSIGNED_UNSCALED); in refineIndexType()
9654 MGS->setIndexType(Scaled ? ISD::SIGNED_SCALED : ISD::SIGNED_UNSCALED); in refineIndexType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1062 uint64_t Scaled = Weight / Scale + 1; in scaleBranchWeight() local
1063 assert(Scaled <= UINT32_MAX && "overflow 32-bits"); in scaleBranchWeight()
1064 return Scaled; in scaleBranchWeight()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp35 Scaled = 3 enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h209 Scaled64 Scaled; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp501 Value *Scaled = in expandAddToGEP() local
505 GepIndices.push_back(Scaled); in expandAddToGEP()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve2.md30 ;; ---- [INT] Scaled high-part multiplication
209 ;; ---- [INT] Scaled high-part multiplication
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve2.md30 ;; ---- [INT] Scaled high-part multiplication
209 ;; ---- [INT] Scaled high-part multiplication
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td4565 // Scaled half-precision to 32-bit
4575 // Scaled half-precision to 64-bit
4584 // Scaled single-precision to 32-bit
4593 // Scaled single-precision to 64-bit
4601 // Scaled double-precision to 32-bit
4610 // Scaled double-precision to 64-bit
4692 // Scaled
H A DAArch64InstrInfo.td3679 // Scaled floating point to integer conversion instructions.
3797 // Scaled integer to floating point conversion instructions.
H A DAArch64ISelLowering.cpp14606 const bool Scaled = Opc == AArch64ISD::GLD1_SCALED_MERGE_ZERO || in performGLD1Combine() local
14642 unsigned NewOpc = getGatherVecOpcode(Scaled, OffsetIsSExt, true); in performGLD1Combine()
/netbsd-src/external/gpl3/binutils/dist/bfd/doc/
H A Dreloc.texi3978 Scaled 14 bit byte offset to the page base of the global offset
3982 Scaled 15 bit byte offset to the page base of the global offset
/netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/
H A Dreloc.texi3958 Scaled 14 bit byte offset to the page base of the global offset table.
3961 Scaled 15 bit byte offset to the page base of the global offset table.
H A Dbfd.info7212 Scaled 14 bit byte offset to the page base of the global offset
7216 Scaled 15 bit byte offset to the page base of the global offset
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.md4953 ;; Scaled indexed address load.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.md4943 ;; Scaled indexed address load.

123