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

1 2

  /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
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMException.cpp 91 (text->kind() == LDFileFormat::Folded)) {
ARMLDBackend.cpp 495 (pSection.getLink()->kind() == LDFileFormat::Folded)) {
    [all...]
  /frameworks/compile/mclinker/lib/LD/
IdenticalCodeFolding.cpp 85 sect->setKind(LDFileFormat::Folded);
99 // Adjust the fragment reference of the folded symbols.
108 if (sect->kind() == LDFileFormat::Folded) {
116 } // for each folded object
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/width/
width.go 114 // Folded returns the folded variant of a rune or 0 if the rune is canonical.
115 func (p Properties) Folded() rune {
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/width/
width.go 114 // Folded returns the folded variant of a rune or 0 if the rune is canonical.
115 func (p Properties) Folded() rune {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveIntervalAnalysis.cpp 55 STATISTIC(numFolds , "Number of loads/stores folded into instructions");
    [all...]
VirtRegRewriter.cpp     [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/llvm/lib/IR/
ConstantFold.cpp 192 // Make sure dest type is compatible with the folded integer constant.
348 /// factors factored out. If Folded is false, return null if no factoring was
352 bool Folded) {
392 if (!Folded)
404 /// factors factored out. If Folded is false, return null if no factoring was
408 bool Folded) {
457 if (!Folded)
469 /// any known factors factored out. If Folded is false, return null if no
474 bool Folded) {
511 if (!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...]
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 345 case LDFileFormat::Folded:
358 (*sect)->getLink()->kind() == LDFileFormat::Folded)
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 718 if (Constant *Folded = ConstantFoldConstantExpression(CE, DL, TLI))
719 C = Folded;
    [all...]
  /external/swiftshader/third_party/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/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/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/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/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 1666 milliseconds

1 2