/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
output.h | 316 We assume that VALUE has been folded as much as possible;
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
output.h | 316 We assume that VALUE has been folded as much as possible;
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
output.h | 316 We assume that VALUE has been folded as much as possible;
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
output.h | 316 We assume that VALUE has been folded as much as possible;
|
/external/llvm/lib/Transforms/Utils/ |
SimplifyCFG.cpp | 419 // The RHS of the or/and can't be folded in and we haven't used "Extra" yet, 431 // If the LHS can't be folded in, but Extra is available and RHS can, try to [all...] |
/external/clang/include/clang/AST/ |
Expr.h | 517 /// For example, (f() && 0) can be folded, but it still has side effects. 540 /// Val - This is the value the expression can be folded to. 551 /// this function returns true, it returns the folded constant in Result. If 570 /// constant folded without side-effects, but discard the result. 582 /// EvaluateKnownConstInt - Call EvaluateAsRValue and return the folded 597 /// can be folded to a constant, and produces any relevant notes. In C++11, [all...] |
/external/llvm/lib/Target/ |
README.txt | [all...] |
/external/clang/lib/AST/ |
ExprConstant.cpp | 27 // too, why the expression could not be folded. 31 // return value (the expression could not be folded) and no diagnostic (the 153 /// lvalues can still be folded, but they are not core constant expressions 393 /// information about a subexpression as it is folded. It retains information 394 /// about the AST context, but also maintains information about the folded 518 /// Diagnose that the evaluation cannot be folded. 586 /// construct which can't be folded? [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
DAGCombiner.cpp | [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_fs.cpp | [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/ |
ghash-x86.pl | 130 $unroll = 0; # Affects x86 loop. Folded loop performs ~7% worse 491 # ... has slower "April" gcm_gmult_4bit_mmx with folded [all...] |
/external/llvm/include/llvm-c/ |
Core.h | 321 LLVMRealPredicateFalse, /**< Always false (always folded) */ 336 LLVMRealPredicateTrue /**< Always true (always folded) */ [all...] |
/external/llvm/lib/CodeGen/ |
InlineSpiller.cpp | 47 STATISTIC(NumFolded, "Number of folded stack accesses"); 48 STATISTIC(NumFoldedLoads, "Number of folded loads"); [all...] |
Passes.cpp | 638 /// this can be folded into addPass.
|
TailDuplication.cpp | 476 // Folded into the previous BB. [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonISelDAGToDAG.cpp | [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430ISelLowering.cpp | 712 // constant can be folded into comparison. 719 // constant can be folded into comparison. [all...] |
/external/llvm/lib/Transforms/Scalar/ |
LoopUnswitch.cpp | 362 // Constants should be folded, not unswitched on! [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs.cpp | [all...] |
/external/openssl/crypto/modes/asm/ |
ghash-x86.pl | 130 $unroll = 0; # Affects x86 loop. Folded loop performs ~7% worse 491 # ... has slower "April" gcm_gmult_4bit_mmx with folded [all...] |
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardBuilder.java | [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/ |
rc4-x86_64.pl | 45 # those with add/sub results in 50% performance improvement of folded
|
/external/chromium_org/v8/test/webkit/ |
dfg-cfg-simplify-eliminate-set-local-type-check-then-typeof-expected.txt | 24 Tests what happens when CFG simplification leads to the elimination of a set local that had a type check, and then we do a typeof on the value, which can be constant folded if the type check stays.
|
/external/llvm/include/llvm/Analysis/ |
ScalarEvolutionExpressions.h | 429 /// folded with other operations into something unrecognizable. This
|
/external/llvm/lib/Target/ARM/ |
ARMBaseRegisterInfo.cpp | 732 // If we get here, the immediate doesn't fit into the instruction. We folded
|