Home
last modified time | relevance | path

Searched defs:truncation (Results 1 – 5 of 5) sorted by relevance

/external/llvm/test/MC/ARM/Windows/
Dmov32t-range.s17 truncation: label
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/Windows/
Dmov32t-range.s17 truncation: label
/external/v8/src/compiler/
Drepresentation-change.cc397 Truncation truncation) { in GetTaggedRepresentationFor()
480 Truncation truncation) { in GetFloat32RepresentationFor()
Dsimplified-lowering.cc264 Truncation truncation() const { return truncation_; } in truncation() function in v8::internal::compiler::RepresentationSelector::NodeInfo
858 void VisitNoop(Node* node, Truncation truncation) { in VisitNoop()
953 void VisitSelect(Node* node, Truncation truncation, in VisitSelect()
978 void VisitPhi(Node* node, Truncation truncation, in VisitPhi()
1260 void LowerToCheckedInt32Mul(Node* node, Truncation truncation, in LowerToCheckedInt32Mul()
1282 void VisitSpeculativeIntegerAdditiveOp(Node* node, Truncation truncation, in VisitSpeculativeIntegerAdditiveOp()
1356 void VisitSpeculativeAdditiveOp(Node* node, Truncation truncation, in VisitSpeculativeAdditiveOp()
1377 void VisitSpeculativeNumberModulus(Node* node, Truncation truncation, in VisitSpeculativeNumberModulus()
1476 void VisitNode(Node* node, Truncation truncation, in VisitNode()
3227 void PrintTruncation(Truncation truncation) { in PrintTruncation()
Drepresentation-change.h245 Truncation truncation() const { return truncation_; } in truncation() function