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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DJB.cpp 42 // The case-folded output should always be a valid unicode character, so use
67 StringRef Folded = toUTF8(C, Storage);
68 return djbHash(Folded, H);
  /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-7.0/llvm/lib/Transforms/Scalar/
SCCP.cpp 586 // Instructions that cannot be folded away.
670 // Casts are folded by visitCastInst.
    [all...]
JumpThreading.cpp 84 STATISTIC(NumFolds, "Number of terminators folded");
737 Constant *Folded = ConstantExpr::get(BO->getOpcode(), V, CI);
739 if (Constant *KC = getKnownConstant(Folded, WantInteger))
    [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/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ConstantFolding.cpp 766 if (Constant *Folded = ConstantFoldConstant(C, DL, TLI))
767 C = Folded;
    [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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 2737 milliseconds