OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Sum
(Results
26 - 38
of
38
) sorted by null
1
2
/external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp
297
const SCEV *
Sum
= NoAddRecs.empty() ?
301
// the
sum
into a single value, so just use that.
303
if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(
Sum
))
305
else if (!
Sum
->isZero())
306
Ops.push_back(
Sum
);
684
Value *
Sum
= nullptr;
689
if (!
Sum
) {
691
Sum
= expand(Op);
693
} else if (PointerType *PTy = dyn_cast<PointerType>(
Sum
->getType())) {
694
// The running
sum
expression is a pointer. Try to form a getelementpt
[
all
...]
DependenceAnalysis.cpp
554
const SCEV *
Sum
= SE->getAddExpr(A1X1, B1Y1);
555
if (isKnownPredicate(CmpInst::ICMP_EQ,
Sum
, Y->getC()))
557
if (isKnownPredicate(CmpInst::ICMP_NE,
Sum
, Y->getC())) {
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp
495
// Modified the
sum
result - switch anything that used the old
sum
to use
[
all
...]
DAGCombiner.cpp
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp
[
all
...]
/external/clang/lib/CodeGen/
CGBuiltin.cpp
197
/// \returns The result (i.e.
sum
/product) returned by the intrinsic.
[
all
...]
CGDebugInfo.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp
351
const SCEV *
Sum
= SE.getAddExpr(Good);
352
if (!
Sum
->isZero())
353
BaseRegs.push_back(
Sum
);
357
const SCEV *
Sum
= SE.getAddExpr(Bad);
358
if (!
Sum
->isZero())
359
BaseRegs.push_back(
Sum
);
386
// Keep the invariant
sum
in BaseRegs and one of the variant
sum
in ScaledReg.
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
/external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar
/prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar
/prebuilts/tools/common/offline-m2/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar
Completed in 317 milliseconds
1
2