Home
last modified time | relevance | path

Searched defs:ovf (Results 1 – 15 of 15) sorted by relevance

/external/clang/test/Modules/
Dcxx-decls.cpp36 int use_overrides_virtual_functions(OverridesVirtualFunctions ovf) { return 0; } in use_overrides_virtual_functions()
/external/mesa3d/src/mesa/vbo/
Dvbo_exec_draw.c80 GLuint ovf, i; in vbo_copy_vertices() local
Dvbo_save_api.c112 GLuint ovf, i; in copy_vertices() local
/external/libaom/libaom/aom_dsp/
Dvariance.h101 aom_obmc_variance_fn_t ovf; member
/external/v8/src/compiler/
Dmachine-operator-reducer.cc975 bool ovf = base::bits::SignedAddOverflow32(m.left().Value(), in ReduceProjection() local
989 bool ovf = base::bits::SignedSubOverflow32(m.left().Value(), in ReduceProjection() local
1003 bool ovf = base::bits::SignedMulOverflow32(m.left().Value(), in ReduceProjection() local
Deffect-control-linearizer.cc1053 Node* ovf = __ Projection(1, add); in LowerChangeFloat64ToTagged() local
1109 Node* ovf = __ Projection(1, add); in LowerChangeInt32ToTagged() local
Dwasm-compiler.cc4088 Node* ovf = graph()->NewNode(common->Projection(1), add, graph()->start()); in BuildChangeInt32ToTagged() local
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc842 if (Node* ovf = NodeProperties::FindProjection(node, 1)) { in VisitInt64AddWithOverflow() local
909 if (Node* ovf = NodeProperties::FindProjection(node, 1)) { in VisitInt64SubWithOverflow() local
987 if (Node* ovf = NodeProperties::FindProjection(node, 1)) { in VisitInt32MulWithOverflow() local
2126 if (Node* ovf = NodeProperties::FindProjection(node, 1)) { in VisitInt32AddWithOverflow() local
2136 if (Node* ovf = NodeProperties::FindProjection(node, 1)) { in VisitInt32SubWithOverflow() local
/external/v8/src/compiler/ppc/
Dinstruction-selector-ppc.cc1425 if (Node* ovf = NodeProperties::FindProjection(node, 1)) { in VisitInt32AddWithOverflow() local
1437 if (Node* ovf = NodeProperties::FindProjection(node, 1)) { in VisitInt32SubWithOverflow() local
1450 if (Node* ovf = NodeProperties::FindProjection(node, 1)) { in VisitInt64AddWithOverflow() local
1461 if (Node* ovf = NodeProperties::FindProjection(node, 1)) { in VisitInt64SubWithOverflow() local
1802 if (Node* ovf = NodeProperties::FindProjection(node, 1)) { in VisitInt32MulWithOverflow() local
/external/v8/src/compiler/mips64/
Dinstruction-selector-mips64.cc2215 if (Node* ovf = NodeProperties::FindProjection(node, 1)) { in VisitInt32AddWithOverflow() local
2225 if (Node* ovf = NodeProperties::FindProjection(node, 1)) { in VisitInt32SubWithOverflow() local
2234 if (Node* ovf = NodeProperties::FindProjection(node, 1)) { in VisitInt32MulWithOverflow() local
2243 if (Node* ovf = NodeProperties::FindProjection(node, 1)) { in VisitInt64AddWithOverflow() local
2253 if (Node* ovf = NodeProperties::FindProjection(node, 1)) { in VisitInt64SubWithOverflow() local
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc2558 if (Node* ovf = NodeProperties::FindProjection(node, 1)) { in VisitInt32AddWithOverflow() local
2569 if (Node* ovf = NodeProperties::FindProjection(node, 1)) { in VisitInt32SubWithOverflow() local
2579 if (Node* ovf = NodeProperties::FindProjection(node, 1)) { in VisitInt32MulWithOverflow() local
2592 if (Node* ovf = NodeProperties::FindProjection(node, 1)) { in VisitInt64AddWithOverflow() local
2603 if (Node* ovf = NodeProperties::FindProjection(node, 1)) { in VisitInt64SubWithOverflow() local
/external/v8/src/compiler/mips/
Dinstruction-selector-mips.cc1600 if (Node* ovf = NodeProperties::FindProjection(node, 1)) { in VisitInt32AddWithOverflow() local
1610 if (Node* ovf = NodeProperties::FindProjection(node, 1)) { in VisitInt32SubWithOverflow() local
1619 if (Node* ovf = NodeProperties::FindProjection(node, 1)) { in VisitInt32MulWithOverflow() local
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc1234 if (Node* ovf = NodeProperties::FindProjection(node, 1)) { in TryMatchInt32OpWithOverflow() local
1256 if (Node* ovf = NodeProperties::FindProjection(node, 1)) { in TryMatchInt32MulWithOverflow() local
1276 if (Node* ovf = NodeProperties::FindProjection(node, 1)) { in TryMatchInt64OpWithOverflow() local
/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc1983 if (Node* ovf = NodeProperties::FindProjection(node, 1)) { in VisitInt32AddWithOverflow() local
1992 if (Node* ovf = NodeProperties::FindProjection(node, 1)) { in VisitInt32SubWithOverflow() local
2001 if (Node* ovf = NodeProperties::FindProjection(node, 1)) { in VisitInt32MulWithOverflow() local
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc1546 if (Node* ovf = NodeProperties::FindProjection(node, 1)) { in VisitInt32AddWithOverflow() local
1556 if (Node* ovf = NodeProperties::FindProjection(node, 1)) { in VisitInt32SubWithOverflow() local
1565 if (Node* ovf = NodeProperties::FindProjection(node, 1)) { in VisitInt32MulWithOverflow() local