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

  /external/llvm/test/MC/Mips/
elf-N64.s 34 sd $ra, 8($sp) # 8-byte Folded Spill
35 sd $gp, 0($sp) # 8-byte Folded Spill
45 ld $gp, 0($sp) # 8-byte Folded Reload
46 ld $ra, 8($sp) # 8-byte Folded Reload
r-mips-got-disp.s 27 sd $ra, 8($sp) # 8-byte Folded Spill
28 sd $gp, 0($sp) # 8-byte Folded Spill
39 ld $gp, 0($sp) # 8-byte Folded Reload
40 ld $ra, 8($sp) # 8-byte Folded Reload
elf-tls.s 34 sw $ra, 20($sp) # 4-byte Folded Spill
40 lw $ra, 20($sp) # 4-byte Folded Reload
66 sw $ra, 20($sp) # 4-byte Folded Spill
72 lw $ra, 20($sp) # 4-byte Folded Reload
98 sw $ra, 20($sp) # 4-byte Folded Spill
108 lw $ra, 20($sp) # 4-byte Folded Reload
xgot.s 38 sw $ra, 20($sp) # 4-byte Folded Spill
50 lw $ra, 20($sp) # 4-byte Folded Reload
  /frameworks/compile/mclinker/include/mcld/LD/
LDFileFormat.h 46 Folded
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 703 if (Constant *Folded = ConstantFoldConstantExpression(CE, TD, TLI))
704 C = Folded;
    [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 333 /// on Ty, with any known factors factored out. If Folded is false,
338 bool Folded) {
378 if (!Folded)
390 /// on Ty, with any known factors factored out. If Folded is false,
395 bool Folded) {
444 if (!Folded)
456 /// on Ty and FieldNo, with any known factors factored out. If Folded is false,
462 bool Folded) {
499 if (!Folded)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 43 STATISTIC(NumFolds, "Number of terminators folded");
485 Constant *Folded = ConstantExpr::get(BO->getOpcode(), V, CI);
487 if (Constant *KC = getKnownConstant(Folded, WantInteger))
561 Constant *Folded = ConstantExpr::getCompare(Cmp->getPredicate(),
563 if (Constant *KC = getKnownConstant(Folded, WantInteger))
    [all...]
SCCP.cpp 482 // Instructions that cannot be folded away.
    [all...]
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 312 case LDFileFormat::Folded:
325 (*sect)->getLink()->kind() == LDFileFormat::Folded)
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 322 Constant *Folded = ConstantExpr::get(Opcode, C1, C2);
333 I.setOperand(1, Folded);
616 // Constants can be considered to be negated values if they can be folded.
635 // Constants can be considered to be negated values if they can be folded.
694 // Bool selects with constant operands can be folded to logical ops.
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 623 milliseconds