Searched defs:Scale (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DMachineBranchProbabilityInfo.cpp109 uint32_t Scale = 1; local
H A DLiveIntervalAnalysis.cpp624 const float Scale = 1.0f / BlockFrequency::getEntryFrequency(); local
/freebsd-10-stable/contrib/llvm/include/llvm/Transforms/Utils/
H A DLocal.h224 Constant *Scale = ConstantInt::get(IntPtrTy, Size); local
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DThumb1RegisterInfo.cpp143 calcNumMI(int Opc, int ExtraOpc, unsigned Bytes, unsigned NumBits, unsigned Scale) argument
445 unsigned Scale = 4; variable
[all...]
H A DARMBaseRegisterInfo.cpp436 int Scale = 1; local
639 unsigned Scale = 1; local
[all...]
H A DThumb2SizeReduction.cpp372 unsigned Scale = 1; local
H A DARMConstantIslandPass.cpp671 unsigned Scale = 1; local
728 unsigned Scale = 1; local
1702 unsigned Scale = 1; local
1756 unsigned Scale = 1; local
[all...]
H A DARMLoadStoreOptimizer.cpp631 unsigned Scale = (MI->getOpcode() == ARM::tSUBspi) ? 4 : 1; // FIXME local
664 unsigned Scale = (MI->getOpcode() == ARM::tADDspi) ? 4 : 1; // FIXME local
1667 unsigned Scale = 1; local
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86InstrBuilder.h48 unsigned Scale; member in struct:llvm::X86AddressMode
[all...]
H A DX86MCInstLower.cpp688 const MachineOperand &Scale = *(++MOI); local
H A DX86FastISel.cpp542 unsigned Scale = AM.Scale; local
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DCharUnits.h188 inline clang::CharUnits operator* (clang::CharUnits::QuantityType Scale, argument
/freebsd-10-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp372 const MCOperand &Scale = MI.getOperand(Op+X86::AddrScaleAmt); local
/freebsd-10-stable/contrib/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp772 unsigned Scale = std::min(ScaleB, ScaleA); local
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
H A DMCRegisterInfo.h498 unsigned Scale = RU & 15; local
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp179 int64_t Scale; member in struct:__anon2188::VariableGEPIndex
201 static Value *GetLinearExpression(Value *V, APInt &Scale, APInt &Offset, argument
361 uint64_t Scale = TD->getTypeAllocSize(*GTI); local
1374 int64_t Scale = Src[i].Scale; local
[all...]
H A DScalarEvolution.cpp1527 const SCEV *Scale = getConstant(Ty, Count); variable
1385 CollectAddOperandsWithScales(DenseMap<const SCEV *, APInt> &M, SmallVectorImpl<const SCEV *> &NewOps, APInt &AccumulatedConstant, const SCEV *const *Ops, size_t NumOperands, const APInt &Scale, ScalarEvolution &SE) argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp227 void restrictToScale(uint64_t Scale, argument
550 bool LoopReroll::findScaleFromMul(Instruction *RealIV, uint64_t &Scale, argument
614 bool LoopReroll::collectAllRoots(Loop *L, uint64_t Inc, uint64_t Scale, argument
785 uint64_t Scale = Inc; local
[all...]
H A DCodeGenPrepare.cpp935 bool AddressingModeMatcher::MatchScaledValue(Value *ScaleReg, int64_t Scale, argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1660 int Scale = AM.Scale; local
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp592 unsigned Scale = 1; local
625 unsigned Scale = 1; local
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp145 void Scale(const FAddendCoef& ScaleAmt) { Coeff *= ScaleAmt; } function in class:__anon2731::FAddend
H A DInstCombineCasts.cpp26 static Value *DecomposeSimpleLinearExpr(Value *Val, unsigned &Scale, argument
125 unsigned Scale = (AllocElTySize*ArraySizeScale)/CastElTySize; local
[all...]
H A DInstructionCombining.cpp840 Value *InstCombiner::Descale(Value *Val, APInt Scale, bool &NoSignedWrap) { argument
1284 uint64_t Scale = SrcSize / ResSize; local
1319 uint64_t Scale = ArrayEltSize / ResSize; local
[all...]
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DInstructions.cpp398 Constant *Scale = ConstantExpr::getIntegerCast(CO, IntPtrTy, local

Completed in 480 milliseconds

12