HomeSort by relevance Sort by last modified time
    Searched refs:Folded (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 55 STATISTIC(numFolds , "Number of loads/stores folded into instructions");
    [all...]
VirtRegRewriter.cpp     [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 520 // Instructions that cannot be folded away.
    [all...]
  /external/llvm/lib/VMCore/
ConstantFold.cpp 330 /// on Ty, with any known factors factored out. If Folded is false,
335 bool Folded) {
375 if (!Folded)
387 /// on Ty, with any known factors factored out. If Folded is false,
392 bool Folded) {
441 if (!Folded)
453 /// on Ty and FieldNo, with any known factors factored out. If Folded is false,
459 bool Folded) {
496 if (!Folded)
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 689 Init *Folded = Fold(&R, 0);
691 if (Folded != this) {
692 TypedInit *Typed = dynamic_cast<TypedInit *>(Folded);
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 571 if (Constant *Folded = ConstantFoldConstantExpression(CE, TD))
572 C = Folded;
    [all...]
ScalarEvolution.cpp 870 // The cast wasn't folded; create an explicit cast node. We can reuse
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 290 Constant *Folded = ConstantExpr::get(Opcode, C1, C2);
295 I.setOperand(1, Folded);
489 // Constants can be considered to be negated values if they can be folded.
508 // Constants can be considered to be negated values if they can be folded.
562 // Bool selects with constant operands can be folded to logical ops.
    [all...]

Completed in 230 milliseconds