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

1 2

  /external/v8/src/full-codegen/
full-codegen.cc 368 codegen()->DropOperands(count);
374 codegen()->DropOperands(count);
382 codegen()->DropOperands(count);
389 codegen()->DropOperands(1);
536 void FullCodeGenerator::DropOperands(int count) {
    [all...]
full-codegen.h 295 void DropOperands(int count);
    [all...]
  /external/v8/src/full-codegen/arm/
full-codegen-arm.cc 562 if (count > 1) codegen()->DropOperands(count - 1);
    [all...]
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc 552 if (count > 1) codegen()->DropOperands(count - 1);
933 DropOperands(1); // Switch value is no longer needed.
    [all...]
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc 513 if (count > 1) codegen()->DropOperands(count - 1);
883 DropOperands(1); // Switch value is no longer needed.
    [all...]
  /external/v8/src/full-codegen/mips/
full-codegen-mips.cc 555 if (count > 1) codegen()->DropOperands(count - 1);
    [all...]
  /external/v8/src/full-codegen/mips64/
full-codegen-mips64.cc 555 if (count > 1) codegen()->DropOperands(count - 1);
    [all...]
  /external/v8/src/full-codegen/ppc/
full-codegen-ppc.cc 543 if (count > 1) codegen()->DropOperands(count - 1);
901 DropOperands(1); // Switch value is no longer needed.
    [all...]
  /external/v8/src/full-codegen/s390/
full-codegen-s390.cc 533 if (count > 1) codegen()->DropOperands(count - 1);
870 DropOperands(1); // Switch value is no longer needed.
    [all...]
  /external/v8/src/full-codegen/x64/
full-codegen-x64.cc 531 if (count > 1) codegen()->DropOperands(count - 1);
901 DropOperands(1); // Switch value is no longer needed.
    [all...]
  /external/v8/src/full-codegen/x87/
full-codegen-x87.cc 508 if (count > 1) codegen()->DropOperands(count - 1);
873 DropOperands(1); // Switch value is no longer needed.
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 828 void DropOperands();
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAGNodes.h 761 /// DropOperands - Release the operands and set this node to have
763 void DropOperands();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 913 void DropOperands();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
SelectionDAGNodes.h 993 void DropOperands();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAGNodes.h 993 void DropOperands();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 913 void DropOperands();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
SelectionDAGNodes.h 993 void DropOperands();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAGNodes.h 993 void DropOperands();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]

Completed in 873 milliseconds

1 2