Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-lowering.cc152 void SetOutput(Node* node, MachineTypeUnion output) { in SetOutput() function in v8::internal::compiler::RepresentationSelector
226 SetOutput(node, kMachAnyTagged); in VisitInputs()
235 SetOutput(node, output); in VisitBinop()
243 SetOutput(node, output); in VisitUnop()
249 SetOutput(node, output); in VisitLeaf()
319 SetOutput(node, output_type); in VisitPhi()
376 SetOutput(node, kRepTagged | changer_->TypeFromUpperBound(upper)); in VisitNode()
420 return SetOutput(node, kRepTagged); in VisitNode()
440 SetOutput(node, kRepBit); in VisitNode()
458 SetOutput(node, kMachInt32); in VisitNode()
[all …]