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

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h373 unsigned Factor = SchedModel.getLatencyFactor(); local
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DConstantFold.cpp2019 ConstantInt *Factor = ConstantInt::get(CI->getType(), local
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp79 struct Factor { struct in namespace:__anon2663
83 Factor(Value *Base, unsigned Power) : Base(Base), Power(Power) {} function in struct:__anon2663::Factor
1005 RemoveFactorFromExpression(Value *V, Value *Factor) argument
[all...]
H A DLoopStrengthReduce.cpp3285 int64_t Factor = *I; local
3356 int64_t Factor = *I; local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp211 FactorOutConstant(const SCEV *&S, const SCEV *&Remainder, const SCEV *Factor, ScalarEvolution &SE, const DataLayout *TD) argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp463 Value *Factor = 0; local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1412 unsigned Factor = SchedModel->getResourceFactor(PIdx); local
1614 unsigned Factor = SchedModel->getResourceFactor(PIdx); local
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3205 VectorizationFactor Factor = { 1U, 0U }; local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3006 unsigned Factor = local
H A DSelectionDAGBuilder.cpp255 unsigned Factor = NumParts / NumIntermediates; local
565 unsigned Factor = NumParts / NumIntermediates; local
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp71 unsigned Factor = VT.getSizeInBits()/128; local

Completed in 313 milliseconds