/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaUtils.cpp | 17 bool isValidAddrOffset(int Scale, int64_t OffsetVal) { in isValidAddrOffset() 37 int Scale = 0; in isValidAddrOffset() local
|
H A D | XtensaISelDAGToDAG.cpp | 39 int Scale) { in selectMemRegAddr()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ScaledNumber.h | 52 inline std::pair<DigitsT, int16_t> getRounded(DigitsT Digits, int16_t Scale, in getRounded() 64 inline std::pair<uint32_t, int16_t> getRounded32(uint32_t Digits, int16_t Scale, in getRounded32() 70 inline std::pair<uint64_t, int16_t> getRounded64(uint64_t Digits, int16_t Scale, in getRounded64() 188 inline std::pair<int32_t, int> getLgImpl(DigitsT Digits, int16_t Scale) { in getLgImpl() 214 template <class DigitsT> int32_t getLg(DigitsT Digits, int16_t Scale) { in getLg() 223 template <class DigitsT> int32_t getLgFloor(DigitsT Digits, int16_t Scale) { in getLgFloor() 233 template <class DigitsT> int32_t getLgCeiling(DigitsT Digits, int16_t Scale) { in getLgCeiling() 343 int16_t Scale = matchScales(LDigits, LScale, RDigits, RScale); in getSum() local 508 int16_t Scale = 0; variable 513 constexpr ScaledNumber(DigitsType Digits, int16_t Scale) in ScaledNumber()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | Local.cpp | 69 Value *Scale = Builder->CreateTypeSize(IntIdxTy->getScalarType(), TSize); in emitGEPOffset() local
|
H A D | VectorUtils.cpp | 349 void llvm::narrowShuffleMaskElts(int Scale, ArrayRef<int> Mask, in narrowShuffleMaskElts() 370 bool llvm::widenShuffleMaskElts(int Scale, ArrayRef<int> Mask, in widenShuffleMaskElts() 437 int Scale = NumSrcElts / NumDstElts; in scaleShuffleMaskElts() local 441 int Scale = NumDstElts / NumSrcElts; in scaleShuffleMaskElts() local 451 for (unsigned Scale = 2; Scale <= InputMask.size(); ++Scale) { in getShuffleMaskWithWidestElts() local
|
H A D | BasicAliasAnalysis.cpp | 368 APInt Scale; member 507 APInt Scale; member 706 APInt Scale = LE.Scale.sext(MaxIndexSize); in DecomposeGEPExpression() local 1214 APInt Scale = in aliasGEP() local 1248 const APInt &Scale = Index.Scale; in aliasGEP() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | MVEGatherScatterLowering.cpp | 228 int &Scale, FixedVectorType *Ty, in decomposePtr() 549 int Scale; in tryCreateMaskedGatherOffset() local 702 int Scale; in tryCreateMaskedScatterOffset() local 1189 Value *&Offsets, unsigned &Scale, in foldGEP() 1225 unsigned Scale; in optimiseAddress() local
|
H A D | ARMBaseInstrInfo.h | 893 int Scale = 1; in getAddSubImmediate() local
|
H A D | ARMBaseRegisterInfo.cpp | 535 int Scale = 1; in getFrameIndexInstrOffset() local 735 unsigned Scale = 1; in isFrameOffsetLegal() local
|
H A D | ARMConstantIslandPass.cpp | 804 unsigned Scale = 1; in initializeFunctionInfo() local 866 unsigned Scale = 1; in initializeFunctionInfo() local 1846 unsigned Scale = 1; in optimizeThumb2Instructions() local 1897 unsigned Scale = 1; in optimizeThumb2Branches() local
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | BranchProbability.cpp | 57 int Scale = 0; in getBranchProbability() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 71 unsigned Scale = 1; member 245 SDValue &Base, SDValue &Scale, in tryFoldLoad() 266 MVT VT, SDValue &Base, SDValue &Scale, in getAddressOperands() 2906 SDValue &Base, SDValue &Scale, in selectVectorAddr() 2946 SDValue &Scale, SDValue &Index, in selectAddr() 3016 SDValue &Scale, SDValue &Index, in selectLEA64_32Addr() 3053 SDValue &Base, SDValue &Scale, in selectLEAAddr() 3142 SDValue &Scale, SDValue &Index, in selectTLSADDRAddr() 3206 SDValue &Base, SDValue &Scale, in tryFoldLoad() 3220 SDValue &Base, SDValue &Scale, in tryFoldBroadcast() [all …]
|
H A D | X86FixupLEAs.cpp | 554 const MachineOperand &Scale = MI.getOperand(1 + X86::AddrScaleAmt); optTwoAddrLEA() local 694 const MachineOperand &Scale = MI.getOperand(1 + X86::AddrScaleAmt); processInstructionForSlowLEA() local 746 const MachineOperand &Scale = MI.getOperand(1 + X86::AddrScaleAmt); processInstrForSlow3OpLEA() local
|
H A D | X86EvexToVex.cpp |
|
H A D | X86CompressEVEX.cpp | 127 unsigned Scale = in performCustomAdjustments() local
|
H A D | X86InstrBuilder.h | 53 unsigned Scale; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | APFixedPoint.h | 44 FixedPointSemantics(unsigned Width, unsigned Scale, bool IsSigned, in FixedPointSemantics()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYRegisterInfo.cpp | 136 unsigned Scale = 1; in IsLegalOffset() local
|
H A D | CSKYConstantIslandPass.cpp | 506 unsigned Scale = 1; in initializeFunctionInfo() local 538 unsigned Scale = 1; in initializeFunctionInfo() local 892 unsigned Bits, Scale; in getUnconditionalBrDisp() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelDAGToDAG.h | 62 SDValue &Scale) { in SelectAddrRegRegScale() 68 SDValue &Scale) { in SelectAddrRegZextRegScale()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64LowerHomogeneousPrologEpilog.cpp | 224 TypeSize Scale(0U, false), Width(0U, false); in emitStore() local 265 TypeSize Scale(0U, false), Width(0U, false); in emitLoad() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsConstantIslandPass.cpp | 135 unsigned Bits, Scale; in branchMaxOffsets() local 660 unsigned Scale = 1; in initializeFunctionInfo() local 740 unsigned Scale = 1; in initializeFunctionInfo() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/ |
H A D | Instrumentation.h | 178 static inline uint32_t scaleBranchCount(uint64_t Count, uint64_t Scale) { in scaleBranchCount()
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | powf.c | 26 #define Scale ((double) (1 << V_EXP2F_TABLE_BITS)) macro
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenPGO.cpp | 1446 static uint32_t scaleBranchWeight(uint64_t Weight, uint64_t Scale) { in scaleBranchWeight() 1460 uint64_t Scale = calculateWeightScale(std::max(TrueCount, FalseCount)); in createProfileWeights() local 1479 uint64_t Scale = calculateWeightScale(MaxWeight); in createProfileWeights() local
|