/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
H A D | ScaledNumber.h | 53 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 D | X86ISelDAGToDAG.cpp | 62 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 D | X86InstrBuilder.h | 48 unsigned Scale; member
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineBranchProbabilityInfo.cpp | 109 uint32_t Scale = 1; in getEdgeProbability() local
|
H A D | RegAllocPBQP.cpp | 359 const float Scale = 1.0f / MBFI.getEntryFreq(); in apply() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
H A D | BasicAliasAnalysis.cpp | 174 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 D | pragma-loop.cpp | 133 const int Scale = 4; in for_template_constant_expression_test() local
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenPGO.cpp | 835 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 D | LoopRerollPass.cpp | 544 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 D | LoopStrengthReduce.cpp | 238 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 D | ARMBaseRegisterInfo.cpp | 449 int Scale = 1; in getFrameIndexInstrOffset() local 650 unsigned Scale = 1; in isFrameOffsetLegal() local
|
H A D | ARMConstantIslandPass.cpp | 676 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 D | Thumb2InstrInfo.cpp | 546 unsigned Scale = 1; in rewriteT2FrameIndex() local
|
H A D | Thumb1RegisterInfo.cpp | 347 unsigned Scale = 4; in rewriteFrameIndex() local
|
H A D | ARMLoadStoreOptimizer.cpp | 918 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 D | Thumb2SizeReduction.cpp | 370 unsigned Scale = 1; in ReduceLoadStore() local
|
/minix3/minix/commands/cawf/ |
H A D | store.c | 156 struct scale Scale[] = { /* scaling factors */ variable
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsConstantIslandPass.cpp | 140 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 D | X86AsmParser.cpp | 254 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 D | BitVector.h | 564 const unsigned Scale = BITWORD_SIZE / 32; in applyMask() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/InstPrinter/ |
H A D | AArch64InstPrinter.cpp | 1064 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 D | InstructionCombining.cpp | 975 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 D | InstCombineCasts.cpp | 28 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 D | MCRegisterInfo.h | 543 unsigned Scale = RU & 15; in MCRegUnitIterator() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.cpp | 1353 int Scale = 0; in getLdStBaseRegImmOfsWidth() local 2112 int Scale = 1; in isAArch64FrameOffsetLegal() local
|