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

12

/freebsd-10.0-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DLocal.h211 Constant *Scale = ConstantInt::get(IntPtrTy, Size); local
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DMachineBranchProbabilityInfo.cpp109 uint32_t Scale = 1; local
H A DSpillPlacement.cpp75 float Scale[2]; member in struct:SpillPlacement::Node
[all...]
/freebsd-10.0-release/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.cpp415 int Scale = 1; local
615 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
1701 unsigned Scale = 1; local
1755 unsigned Scale = 1; local
[all...]
H A DARMLoadStoreOptimizer.cpp551 unsigned Scale = (MI->getOpcode() == ARM::tSUBspi) ? 4 : 1; // FIXME local
584 unsigned Scale = (MI->getOpcode() == ARM::tADDspi) ? 4 : 1; // FIXME local
1587 unsigned Scale = 1; local
[all...]
H A DARMISelDAGToDAG.cpp317 static bool isScaledConstantInRange(SDValue Node, int Scale, argument
1072 SelectThumbAddrModeRI(SDValue N, SDValue &Base, SDValue &Offset, unsigned Scale) argument
1128 SelectThumbAddrModeImm5S(SDValue N, unsigned Scale, SDValue &Base, SDValue &OffImm) argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86InstrBuilder.h48 unsigned Scale; member in struct:llvm::X86AddressMode
[all...]
H A DX86FastISel.cpp415 unsigned Scale = AM.Scale; local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCharUnits.h189 inline clang::CharUnits operator* (clang::CharUnits::QuantityType Scale, argument
/freebsd-10.0-release/contrib/llvm/include/llvm/MC/
H A DMCRegisterInfo.h485 unsigned Scale = RU & 15; local
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/InstPrinter/
H A DARMInstPrinter.cpp964 printThumbAddrModeImm5SOperand(const MCInst *MI, unsigned Op, raw_ostream &O, unsigned Scale) argument
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp318 const MCOperand &Scale = MI.getOperand(Op+X86::AddrScaleAmt); local
/freebsd-10.0-release/contrib/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp777 unsigned Scale = std::min(ScaleB, ScaleA); local
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp159 int64_t Scale; member in struct:__anon2073::VariableGEPIndex
181 static Value *GetLinearExpression(Value *V, APInt &Scale, APInt &Offset, argument
341 uint64_t Scale = TD->getTypeAllocSize(*GTI); local
407 int64_t Scale = Src[i].Scale; local
[all...]
H A DScalarEvolution.cpp1524 const SCEV *Scale = getConstant(Ty, Count); variable
1382 CollectAddOperandsWithScales(DenseMap<const SCEV *, APInt> &M, SmallVector<const SCEV *, 8> &NewOps, APInt &AccumulatedConstant, const SCEV *const *Ops, size_t NumOperands, const APInt &Scale, ScalarEvolution &SE) argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1640 int Scale = AM.Scale; local
/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp144 void Scale(const FAddendCoef& ScaleAmt) { Coeff *= ScaleAmt; } function in class:__anon2592::FAddend
H A DInstCombineCasts.cpp26 static Value *DecomposeSimpleLinearExpr(Value *Val, unsigned &Scale, argument
125 unsigned Scale = (AllocElTySize*ArraySizeScale)/CastElTySize; local
[all...]
H A DInstructionCombining.cpp831 Value *InstCombiner::Descale(Value *Val, APInt Scale, bool &NoSignedWrap) { argument
1260 uint64_t Scale = SrcSize / ResSize; local
1295 uint64_t Scale = ArrayEltSize / ResSize; local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp940 bool AddressingModeMatcher::MatchScaledValue(Value *ScaleReg, int64_t Scale, argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DInstructions.cpp398 Constant *Scale = ConstantExpr::getIntegerCast(CO, IntPtrTy, local
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp203 unsigned BaseReg, IndexReg, TmpReg, Scale; member in class:__anon2509::X86AsmParser::IntelExprStateMachine
639 unsigned Scale; member in struct:__anon2510::X86Operand::MemOp
955 CreateMem(unsigned SegReg, const MCExpr *Disp, unsigned BaseReg, unsigned IndexReg, unsigned Scale, SMLoc StartLoc, SMLoc EndLoc, unsigned Size = 0, StringRef SymName = StringRef(), void *OpDecl = 0) argument
1134 CreateMemForInlineAsm(unsigned SegReg, const MCExpr *Disp, unsigned BaseReg, unsigned IndexReg, unsigned Scale, SMLoc Start, SMLoc End, unsigned Size, StringRef Identifier, InlineAsmIdentifierInfo &Info) argument
1350 int Scale = SM.getScale(); local
1727 unsigned BaseReg = 0, IndexReg = 0, Scale = 1; local
[all...]

Completed in 403 milliseconds

12