| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/ |
| H A D | xray-color-helper.cpp | 84 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 D | Instrumentation.h | 191 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 D | BlockFrequencyInfoImpl.cpp | 495 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 D | ARMScheduleV6.td | 108 // 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 D | ARMScheduleA8.td | 123 // 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 D | ARMScheduleA9.td | 226 // Scaled register offset 267 // Scaled register offset with update 366 // Scaled register offset 403 // Scaled register offset with update
|
| H A D | ARMInstrThumb.td | 89 // Scaled 4 immediate.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | MachineTraceMetrics.h | 415 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 D | SpillPlacement.cpp | 254 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 D | SelectionDAGDumper.cpp | 771 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 D | DAGCombiner.cpp | 9640 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 D | CodeGenPGO.cpp | 1062 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 D | ARCInstrInfo.cpp | 35 Scaled = 3 enumerator
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | BlockFrequencyInfoImpl.h | 209 Scaled64 Scaled; member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.cpp | 501 Value *Scaled = in expandAddToGEP() local 505 GepIndices.push_back(Scaled); in expandAddToGEP()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| H A D | aarch64-sve2.md | 30 ;; ---- [INT] Scaled high-part multiplication 209 ;; ---- [INT] Scaled high-part multiplication
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | aarch64-sve2.md | 30 ;; ---- [INT] Scaled high-part multiplication 209 ;; ---- [INT] Scaled high-part multiplication
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrFormats.td | 4565 // 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 D | AArch64InstrInfo.td | 3679 // Scaled floating point to integer conversion instructions. 3797 // Scaled integer to floating point conversion instructions.
|
| H A D | AArch64ISelLowering.cpp | 14606 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 D | reloc.texi | 3978 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 D | reloc.texi | 3958 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 D | bfd.info | 7212 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 D | mips.md | 4953 ;; Scaled indexed address load.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
| H A D | mips.md | 4943 ;; Scaled indexed address load.
|