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

  /frameworks/compile/mclinker/include/mcld/LD/
LDFileFormat.h 46 Folded
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 718 if (Constant *Folded = ConstantFoldConstantExpression(CE, DL, TLI))
719 C = Folded;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 48 STATISTIC(NumFolds, "Number of terminators folded");
534 Constant *Folded = ConstantExpr::get(BO->getOpcode(), V, CI);
536 if (Constant *KC = getKnownConstant(Folded, WantInteger))
610 Constant *Folded = ConstantExpr::getCompare(Cmp->getPredicate(),
612 if (Constant *KC = getKnownConstant(Folded, WantInteger))
    [all...]
SCCP.cpp 506 // Instructions that cannot be folded away.
    [all...]
  /external/swiftshader/third_party/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/swiftshader/third_party/LLVM/lib/CodeGen/
LiveIntervalAnalysis.cpp 55 STATISTIC(numFolds , "Number of loads/stores folded into instructions");
    [all...]
  /external/swiftshader/third_party/LLVM/lib/TableGen/
Record.cpp 689 Init *Folded = Fold(&R, 0);
691 if (Folded != this) {
692 TypedInit *Typed = dynamic_cast<TypedInit *>(Folded);
    [all...]
  /external/swiftshader/third_party/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...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 304 Constant *Folded = ConstantExpr::get(Opcode, C1, C2);
315 I.setOperand(1, Folded);
667 // Constants can be considered to be negated values if they can be folded.
684 // Constants can be considered to be negated values if they can be folded.
743 // Bool selects with constant operands can be folded to logical ops.
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 296 milliseconds