Searched defs:Factor (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h373 unsigned Factor = SchedModel.getLatencyFactor(); local
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp257 unsigned Factor = NumParts / NumIntermediates; local
570 unsigned Factor = NumParts / NumIntermediates; local
H A DSelectionDAG.cpp3088 unsigned Factor = local
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DConstantFold.cpp2083 ConstantInt *Factor = ConstantInt::get(CI->getType(), NumElements); local
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp79 struct Factor { struct in namespace:__anon2668
83 Factor(Value *Base, unsigned Power) : Base(Base), Power(Power) {} function in struct:__anon2668::Factor
998 RemoveFactorFromExpression(Value *V, Value *Factor) argument
[all...]
H A DLoopStrengthReduce.cpp3385 int64_t Factor = *I; local
3468 int64_t Factor = *I; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp208 FactorOutConstant(const SCEV *&S, const SCEV *&Remainder, const SCEV *Factor, ScalarEvolution &SE, const DataLayout *TD) argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp464 Value *Factor = 0; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1695 unsigned Factor = SchedModel->getResourceFactor(PIdx); local
2080 unsigned Factor = SchedModel->getResourceFactor(PIdx); local
2083 << " +" << Cycles << "x" << Factor << "u\n"); local
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp69 unsigned Factor = VT.getSizeInBits()/vectorWidth; local

Completed in 302 milliseconds