Home
last modified time | relevance | path

Searched defs:Scaled (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp896 auto Scaled = MGather->isIndexScaled() ? "scaled" : "unscaled"; in print_details() local
908 auto Scaled = MScatter->isIndexScaled() ? "scaled" : "unscaled"; in print_details() local
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DInstrumentation.h187 uint64_t Scaled = Count / Scale; in scaleBranchCount() local
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILResourceAccess.cpp41 APInt Scaled = ConstantOffset.udiv(ScalarSize); in calculateGEPOffset() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSpillPlacement.cpp286 uint64_t Scaled = (Freq >> 13) + bool(Freq & (1 << 12)); in setThreshold() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp35 Scaled = 3 enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h433 unsigned getCycles(unsigned Scaled) { in getCycles()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h213 Scaled64 Scaled; member
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp503 Scaled64 Scaled = BFI.Freqs[Index].Scaled * ScalingFactor; in convertFloatingToInteger() local
H A DLoopAccessAnalysis.cpp1121 const SCEV *Scaled = in findForkedSCEVs() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1462 uint64_t Scaled = Weight / Scale + 1; in scaleBranchWeight() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp857 Value *Scaled = Builder.CreateCall(getLdexpF32(), {Src, InputScaleFactor}); in emitSqrtIEEE2ULP() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp4803 unsigned Scaled = Log2SEW + (DestEEW - 1); in getDestLog2EEW() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp23356 const bool Scaled = Opc == AArch64ISD::GLD1_SCALED_MERGE_ZERO || in performGLD1Combine() local