Searched defs:DropOperands (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/full-codegen/
H A Dfull-codegen.cc379 codegen()->DropOperands(count);
385 codegen()->DropOperands(count);
393 codegen()->DropOperands(count);
400 codegen()->DropOperands(1);
543 void FullCodeGenerator::DropOperands(int count) { function in class:v8::internal::FullCodeGenerator
1578 DropOperands(1);
1654 DropOperands(TryBlockConstant::kElementCount);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp643 N->DropOperands();
5824 /// DropOperands - Release the operands and set this node to have
5826 void SDNode::DropOperands() { function in class:SDNode
6706 DropOperands();
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp584 N->DropOperands();
4786 /// DropOperands - Release the operands and set this node to have
4788 void SDNode::DropOperands() { function in class:SDNode
5646 DropOperands();

Completed in 232 milliseconds