Home
last modified time | relevance | path

Searched defs:truncation (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dsimplified-lowering-verifier.h20 Truncation truncation = Truncation::Any(IdentifyZeros::kDistinguishZeros); member
76 void SetTruncation(Node* node, const Truncation& truncation) { in SetTruncation() argument
H A Dsimplified-lowering-verifier.cc57 bool IsModuloTruncation(const Truncation& truncation) { in IsModuloTruncation() argument
62 GeneralizeTruncation( const Truncation& truncation, const Type& type) const GeneralizeTruncation() argument
H A Drepresentation-change.cc509 GetTaggedRepresentationFor( Node* node, MachineRepresentation output_rep, Type output_type, Truncation truncation) GetTaggedRepresentationFor() argument
628 GetFloat32RepresentationFor( Node* node, MachineRepresentation output_rep, Type output_type, Truncation truncation) GetFloat32RepresentationFor() argument
[all...]
H A Drepresentation-change.h172 UseInfo(MachineRepresentation representation, Truncation truncation, in UseInfo() argument
303 Truncation truncation() const { return truncation_; } in truncation() function in v8::internal::compiler::UseInfo
H A Dsimplified-lowering.cc303 Truncation truncation() const { return truncation_; } in truncation() function in v8::internal::compiler::RepresentationSelector::final
1044 VisitNoop(Node* node, Truncation truncation) VisitNoop() argument
1159 VisitSelect(Node* node, Truncation truncation, SimplifiedLowering* lowering) VisitSelect() argument
1184 VisitPhi(Node* node, Truncation truncation, SimplifiedLowering* lowering) VisitPhi() argument
1539 VisitForCheckedInt32Mul(Node* node, Truncation truncation, Type input0_type, Type input1_type, UseInfo input_use) VisitForCheckedInt32Mul() argument
1574 VisitSpeculativeIntegerAdditiveOp(Node* node, Truncation truncation, SimplifiedLowering* lowering) VisitSpeculativeIntegerAdditiveOp() argument
1665 VisitSpeculativeAdditiveOp(Node* node, Truncation truncation, SimplifiedLowering* lowering) VisitSpeculativeAdditiveOp() argument
1689 VisitSpeculativeNumberModulus(Node* node, Truncation truncation, SimplifiedLowering* lowering) VisitSpeculativeNumberModulus() argument
2066 VisitNode(Node* node, Truncation truncation, SimplifiedLowering* lowering) VisitNode() argument
[all...]
/third_party/python/Python/
H A Dtraceback.c786 int truncation = _TRACEBACK_SOURCE_LINE_INDENT; in tb_displayline() local
420 display_source_line_with_margin(PyObject *f, PyObject *filename, int lineno, int indent, int margin_indent, const char *margin, int *truncation, PyObject **line) display_source_line_with_margin() argument
578 _Py_DisplaySourceLine(PyObject *f, PyObject *filename, int lineno, int indent, int *truncation, PyObject **line) _Py_DisplaySourceLine() argument

Completed in 9 milliseconds