Searched refs:Factor (Results 1 - 25 of 26) sorted by relevance

12

/external/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp79 struct Factor { struct in namespace:__anon9134
83 Factor(Value *Base, unsigned Power) : Base(Base), Power(Power) {} function in struct:__anon9134::Factor
87 bool operator()(const Factor &LHS, const Factor &RHS) {
94 bool operator()(const Factor &LHS, const Factor &RHS) {
101 bool operator()(const Factor &LHS, const Factor &RHS) {
108 bool operator()(const Factor &LHS, const Factor
962 RemoveFactorFromExpression(Value *V, Value *Factor) argument
[all...]
H A DLoopStrengthReduce.cpp2260 if (const SCEVConstant *Factor =
2263 if (Factor->getValue()->getValue().getMinSignedBits() <= 64)
2264 Factors.insert(Factor->getValue()->getValue().getSExtValue());
2265 } else if (const SCEVConstant *Factor =
2269 if (Factor->getValue()->getValue().getMinSignedBits() <= 64)
2270 Factors.insert(Factor->getValue()->getValue().getSExtValue());
3278 int64_t Factor = *I; local
3281 if (Base.AM.BaseOffs == INT64_MIN && Factor == -1)
3283 int64_t NewBaseOffs = (uint64_t)Base.AM.BaseOffs * Factor;
3284 if (NewBaseOffs / Factor !
3349 int64_t Factor = *I; local
[all...]
/external/libvpx/vp8/encoder/
H A Dratectrl.c1207 double Factor = 0.99; local
1214 (int)(Factor * projected_size_based_on_q);
1215 Factor += factor_adjustment;
1217 if (Factor >= 0.999)
1218 Factor = 0.999;
1370 double Factor = 0.99; local
1381 double Factor = (double)target_bits_per_mb/(double)bits_per_mb_at_this_q;
1384 Factor = Factor/1.2683;
1386 Oq = pow( Factor, (1.
[all...]
/external/libffi/src/powerpc/
H A Ddarwin.S198 .byte 0x1 ; uleb128 0x1; CIE Code Alignment Factor
199 .byte 0x7c ; sleb128 -4; CIE Data Alignment Factor
H A Ddarwin_closure.S257 .byte 0x1 ; uleb128 0x1; CIE Code Alignment Factor
258 .byte 0x7c ; sleb128 -4; CIE Data Alignment Factor
H A Dlinux64.S149 .uleb128 0x1 # CIE Code Alignment Factor
150 .sleb128 -8 # CIE Data Alignment Factor
H A Dlinux64_closure.S206 .uleb128 0x1 # CIE Code Alignment Factor
207 .sleb128 -8 # CIE Data Alignment Factor
H A Dppc_closure.S286 .uleb128 0x1 # CIE Code Alignment Factor
287 .sleb128 -4 # CIE Data Alignment Factor
/external/libffi/src/s390/
H A Dsysv.S162 .uleb128 0x1 # CIE Code Alignment Factor
163 .sleb128 -4 # CIE Data Alignment Factor
361 .uleb128 0x1 # CIE Code Alignment Factor
362 .sleb128 -8 # CIE Data Alignment Factor
/external/libffi/src/alpha/
H A Dosf.S309 .byte 0x1 # uleb128 0x1; CIE Code Alignment Factor
310 .byte 0x78 # sleb128 -8; CIE Data Alignment Factor
/external/libffi/src/sparc/
H A Dv8.S209 .byte 0x1 ! uleb128 0x1; CIE Code Alignment Factor
210 .byte 0x80-WS ! sleb128 -WS; CIE Data Alignment Factor
H A Dv9.S243 .byte 0x1 ! uleb128 0x1; CIE Code Alignment Factor
244 .byte 0x78 ! sleb128 -8; CIE Data Alignment Factor
/external/libffi/src/pa/
H A Dhpux32.S312 .uleb128 0x1 ;# CIE Code Alignment Factor
313 .sleb128 4 ;# CIE Data Alignment Factor
H A Dlinux.S301 .uleb128 0x1 ;# CIE Code Alignment Factor
302 .sleb128 4 ;# CIE Data Alignment Factor
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp204 /// FactorOutConstant - Test if S is divisible by Factor, using signed
205 /// division. If so, update S with Factor divided out and return true.
213 const SCEV *Factor,
217 if (Factor->isOne())
221 if (S == Factor) {
232 if (const SCEVConstant *FC = dyn_cast<SCEVConstant>(Factor)) {
259 const SCEVConstant *FC = cast<SCEVConstant>(Factor);
270 // Without TargetData, check if Factor can be factored out of any of the
275 if (FactorOutConstant(SOp, Remainder, Factor, SE, TD) &&
290 if (!FactorOutConstant(Step, StepRem, Factor, S
211 FactorOutConstant(const SCEV *&S, const SCEV *&Remainder, const SCEV *Factor, ScalarEvolution &SE, const TargetData *TD) argument
[all...]
/external/libffi/src/mips/
H A Do32.S315 .uleb128 0x1 # CIE Code Alignment Factor
316 .sleb128 4 # CIE Data Alignment Factor
/external/llvm/lib/VMCore/
H A DConstantFold.cpp2021 ConstantInt *Factor = ConstantInt::get(CI->getType(), local
2023 NewIdxs[i] = ConstantExpr::getSRem(CI, Factor);
2026 Constant *Div = ConstantExpr::getSDiv(CI, Factor);
/external/mesa3d/docs/
H A DMESA_texture_array.spec274 -- Section 3.8.8 "Texture Minification" in the section "Scale Factor and Level of Detail"
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp252 unsigned Factor = NumParts / NumIntermediates; local
254 Ops[i] = getCopyFromParts(DAG, DL, &Parts[i * Factor], Factor,
539 unsigned Factor = NumParts / NumIntermediates; local
541 getCopyToParts(DAG, DL, Ops[i], &Parts[i*Factor], Factor, PartVT);
H A DSelectionDAG.cpp2540 return Operand; // Factor, merge or concat of one node? No need.
2943 unsigned Factor = local
2946 N1.getOperand(N2C->getZExtValue() / Factor),
2947 getConstant(N2C->getZExtValue() % Factor,
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as122 /** Factor out what to do upon token mismatch so tree parsers can behave
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex501 Factor}
/external/openssl/crypto/bn/asm/
H A Dia64-mont.pl236 // 7*(n+7) ticks on Itanium (the one codenamed Merced). Factor of 7
/external/dropbear/libtomcrypt/
H A Dcrypt.tex4969 \hline RSA/DH Key Size (bits) & Work Factor ($log_2$) \\
4989 \hline ECC Key Size (bits) & Work Factor ($log_2$) \\
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp71 unsigned Factor = VT.getSizeInBits()/128; local
73 VT.getVectorNumElements()/Factor);

Completed in 503 milliseconds

12