OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Folded
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp
242
Constant *
Folded
= ConstantExpr::get(Opcode, C1, C2);
247
I.setOperand(1,
Folded
);
440
// Constants can be considered to be negated values if they can be
folded
.
459
// Constants can be considered to be negated values if they can be
folded
.
513
// Bool selects with constant operands can be
folded
to logical ops.
803
return 0; // Wait until our source is
folded
to completion.
[
all
...]
/external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp
40
STATISTIC(NumFolds, "Number of terminators
folded
");
455
Constant *
Folded
= ConstantExpr::get(BO->getOpcode(), V, CI);
457
if (Constant *KC = getKnownConstant(
Folded
, WantInteger))
531
Constant *
Folded
= ConstantExpr::getCompare(Cmp->getPredicate(),
533
if (Constant *KC = getKnownConstant(
Folded
, WantInteger))
[
all
...]
SCCP.cpp
519
// Instructions that cannot be
folded
away.
[
all
...]
/external/llvm/utils/TableGen/
Record.cpp
527
Init *
Folded
= Fold(&R, 0);
529
if (
Folded
!= this) {
530
TypedInit *Typed = dynamic_cast<TypedInit *>(
Folded
);
541
Init *
Folded
= Fold(&R, 0);
543
if (
Folded
!= this) {
544
TypedInit *Typed = dynamic_cast<TypedInit *>(
Folded
);
[
all
...]
/external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp
55
STATISTIC(numFolds , "Number of loads/stores
folded
into instructions");
[
all
...]
Completed in 527 milliseconds