Home
last modified time | relevance | path

Searched defs:Scale (Results 1 – 25 of 47) sorted by relevance

12

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DScaledNumber.h53 inline std::pair<DigitsT, int16_t> getRounded(DigitsT Digits, int16_t Scale, in getRounded()
65 inline std::pair<uint32_t, int16_t> getRounded32(uint32_t Digits, int16_t Scale, in getRounded32()
71 inline std::pair<uint64_t, int16_t> getRounded64(uint64_t Digits, int16_t Scale, in getRounded64()
189 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; variable
513 ScaledNumber(DigitsType Digits, int16_t Scale) in ScaledNumber()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp62 unsigned Scale; member
239 SDValue &Scale, SDValue &Index, in getAddressOperands()
1320 SDValue &Scale, SDValue &Index, in SelectAddr()
1366 SDValue &Scale, SDValue &Index, in SelectScalarSSELoad()
1432 SDValue &Scale, SDValue &Index, in SelectLEA64_32Addr()
1471 SDValue &Base, SDValue &Scale, in SelectLEAAddr()
1533 SDValue &Scale, SDValue &Index, in SelectTLSADDRAddr()
1557 SDValue &Base, SDValue &Scale, in TryFoldLoad()
1774 SDValue Base, Scale, Index, Disp, Segment; in SelectAtomicLoadArith() local
2042 ConstantSDNode *Scale = dyn_cast<ConstantSDNode>(Node->getOperand(6)); in SelectGather() local
[all …]
H A DX86InstrBuilder.h48 unsigned Scale; member
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineBranchProbabilityInfo.cpp109 uint32_t Scale = 1; in getEdgeProbability() local
H A DRegAllocPBQP.cpp359 const float Scale = 1.0f / MBFI.getEntryFreq(); in apply() local
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp174 int64_t Scale; member
196 static Value *GetLinearExpression(Value *V, APInt &Scale, APInt &Offset, in GetLinearExpression()
377 uint64_t Scale = DL->getTypeAllocSize(*GTI); in DecomposeGEPExpression() local
1109 int64_t Scale = GEP1VariableIndices[i].Scale; in aliasGEP() local
1462 int64_t Scale = Src[i].Scale; in GetIndexDifference() local
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A Dpragma-loop.cpp133 const int Scale = 4; in for_template_constant_expression_test() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp835 static uint32_t scaleBranchWeight(uint64_t Weight, uint64_t Scale) { in scaleBranchWeight()
849 uint64_t Scale = calculateWeightScale(std::max(TrueCount, FalseCount)); in createBranchWeights() local
867 uint64_t Scale = calculateWeightScale(MaxWeight); in createBranchWeights() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp544 bool LoopReroll::findScaleFromMul(Instruction *RealIV, uint64_t &Scale, in findScaleFromMul()
608 bool LoopReroll::collectAllRoots(Loop *L, uint64_t Inc, uint64_t Scale, in collectAllRoots()
775 uint64_t Scale = Inc; in reroll() local
H A DLoopStrengthReduce.cpp238 int64_t Scale; member
1384 bool HasBaseReg, int64_t Scale) { in isAMCompletelyFolded()
1439 bool HasBaseReg, int64_t Scale) { in isAMCompletelyFolded()
1476 int64_t Scale) { in isLegalUse()
1548 int64_t Scale = Kind == LSRUse::ICmpZero ? -1 : 1; in isAlwaysFoldable() local
1581 int64_t Scale = Kind == LSRUse::ICmpZero ? -1 : 1; in isAlwaysFoldable() local
2179 int64_t Scale = C->getSExtValue(); in OptimizeLoopTermCond() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp449 int Scale = 1; in getFrameIndexInstrOffset() local
650 unsigned Scale = 1; in isFrameOffsetLegal() local
H A DARMConstantIslandPass.cpp676 unsigned Scale = 1; in initializeFunctionInfo() local
733 unsigned Scale = 1; in initializeFunctionInfo() local
1717 unsigned Scale = 1; in optimizeThumb2Instructions() local
1771 unsigned Scale = 1; in optimizeThumb2Branches() local
H A DThumb2InstrInfo.cpp546 unsigned Scale = 1; in rewriteT2FrameIndex() local
H A DThumb1RegisterInfo.cpp347 unsigned Scale = 4; in rewriteFrameIndex() local
H A DARMLoadStoreOptimizer.cpp918 unsigned Scale = (MI->getOpcode() == ARM::tSUBspi || in isMatchingDecrement() local
953 unsigned Scale = (MI->getOpcode() == ARM::tADDspi || in isMatchingIncrement() local
1955 unsigned Scale = 1; in CanFormLdStDWord() local
H A DThumb2SizeReduction.cpp370 unsigned Scale = 1; in ReduceLoadStore() local
/minix3/minix/commands/cawf/
H A Dstore.c156 struct scale Scale[] = { /* scaling factors */ variable
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp140 unsigned Bits, Scale; in branchMaxOffsets() local
685 unsigned Scale = 1; in initializeFunctionInfo() local
767 unsigned Scale = 1; in initializeFunctionInfo() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp254 unsigned BaseReg, IndexReg, TmpReg, Scale; member in __anonf947697f0111::X86AsmParser::IntelExprStateMachine
1012 unsigned Scale, SMLoc Start, SMLoc End, unsigned Size, StringRef Identifier, in CreateMemForInlineAsm()
1287 int Scale = SM.getScale(); in ParseIntelBracExpression() local
1844 unsigned BaseReg = 0, IndexReg = 0, Scale = 1; in ParseMemOperand() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DBitVector.h564 const unsigned Scale = BITWORD_SIZE / 32; in applyMask() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/InstPrinter/
H A DAArch64InstPrinter.cpp1064 unsigned Scale, raw_ostream &O) { in printUImm12Offset()
1075 unsigned Scale, raw_ostream &O) { in printAMIndexedWB()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp975 Value *InstCombiner::Descale(Value *Val, APInt Scale, bool &NoSignedWrap) { in Descale()
1667 uint64_t Scale = SrcSize / ResSize; in visitGetElementPtrInst() local
1704 uint64_t Scale = ArrayEltSize / ResSize; in visitGetElementPtrInst() local
H A DInstCombineCasts.cpp28 static Value *DecomposeSimpleLinearExpr(Value *Val, unsigned &Scale, in DecomposeSimpleLinearExpr()
127 unsigned Scale = (AllocElTySize*ArraySizeScale)/CastElTySize; in PromoteCastOfAllocation() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCRegisterInfo.h543 unsigned Scale = RU & 15; in MCRegUnitIterator() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp1353 int Scale = 0; in getLdStBaseRegImmOfsWidth() local
2112 int Scale = 1; in isAArch64FrameOffsetLegal() local

12