Home
last modified time | relevance | path

Searched refs:DropOperands (Results 1 – 15 of 15) sorted by relevance

/external/v8/src/full-codegen/
Dfull-codegen.cc379 codegen()->DropOperands(count); in DropAndPlug()
385 codegen()->DropOperands(count); in DropAndPlug()
393 codegen()->DropOperands(count); in DropAndPlug()
400 codegen()->DropOperands(1); in PlugTOS()
543 void FullCodeGenerator::DropOperands(int count) { in DropOperands() function in v8::internal::FullCodeGenerator
1578 DropOperands(1); in VisitClassLiteral()
1654 DropOperands(TryBlockConstant::kElementCount); in ExitTryBlock()
Dfull-codegen.h364 void DropOperands(int count);
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc554 if (count > 1) codegen()->DropOperands(count - 1); in DropAndPlug()
932 DropOperands(1); // Switch value is no longer needed. in VisitSwitchStatement()
1112 DropOperands(5); in VisitForInStatement()
1381 DropOperands(3); in VisitObjectLiteral()
1468 DropOperands(3); in VisitObjectLiteral()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc535 if (count > 1) codegen()->DropOperands(count - 1); in DropAndPlug()
908 DropOperands(1); // Switch value is no longer needed. in VisitSwitchStatement()
1077 DropOperands(5); in VisitForInStatement()
1343 DropOperands(3); in VisitObjectLiteral()
1432 DropOperands(3); in VisitObjectLiteral()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc538 if (count > 1) codegen()->DropOperands(count - 1); in DropAndPlug()
916 DropOperands(1); // Switch value is no longer needed. in VisitSwitchStatement()
1085 DropOperands(5); in VisitForInStatement()
1351 DropOperands(3); in VisitObjectLiteral()
1440 DropOperands(3); in VisitObjectLiteral()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc569 if (count > 1) codegen()->DropOperands(count - 1); in DropAndPlug()
938 DropOperands(1); // Switch value is no longer needed. in VisitSwitchStatement()
1129 DropOperands(5); in VisitForInStatement()
1401 DropOperands(3); in VisitObjectLiteral()
1492 DropOperands(3); in VisitObjectLiteral()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc579 if (count > 1) codegen()->DropOperands(count - 1); in DropAndPlug()
971 DropOperands(1); // Switch value is no longer needed. in VisitSwitchStatement()
1158 DropOperands(5); in VisitForInStatement()
1432 DropOperands(3); in VisitObjectLiteral()
1524 DropOperands(3); in VisitObjectLiteral()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc577 if (count > 1) codegen()->DropOperands(count - 1); in DropAndPlug()
969 DropOperands(1); // Switch value is no longer needed. in VisitSwitchStatement()
1147 DropOperands(5); in VisitForInStatement()
1415 DropOperands(3); in VisitObjectLiteral()
1507 DropOperands(3); in VisitObjectLiteral()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc580 if (count > 1) codegen()->DropOperands(count - 1); in DropAndPlug()
972 DropOperands(1); // Switch value is no longer needed. in VisitSwitchStatement()
1157 DropOperands(5); in VisitForInStatement()
1431 DropOperands(3); in VisitObjectLiteral()
1523 DropOperands(3); in VisitObjectLiteral()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc587 if (count > 1) codegen()->DropOperands(count - 1); in DropAndPlug()
974 DropOperands(1); // Switch value is no longer needed. in VisitSwitchStatement()
1158 DropOperands(5); in VisitForInStatement()
1430 DropOperands(3); in VisitObjectLiteral()
1523 DropOperands(3); in VisitObjectLiteral()
/external/v8/src/full-codegen/s390/
Dfull-codegen-s390.cc561 if (count > 1) codegen()->DropOperands(count - 1); in DropAndPlug()
909 DropOperands(1); // Switch value is no longer needed. in VisitSwitchStatement()
1098 DropOperands(5); in VisitForInStatement()
1363 DropOperands(3); in VisitObjectLiteral()
1454 DropOperands(3); in VisitObjectLiteral()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSelectionDAGNodes.h763 void DropOperands();
/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h828 void DropOperands();
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp584 N->DropOperands(); in DeleteNodeNotInCSEMaps()
4788 void SDNode::DropOperands() { in DropOperands() function in SDNode
5646 DropOperands(); in ~HandleSDNode()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp643 N->DropOperands(); in DeleteNodeNotInCSEMaps()
5826 void SDNode::DropOperands() { in DropOperands() function in SDNode
6706 DropOperands(); in ~HandleSDNode()