Home
last modified time | relevance | path

Searched refs:Diamond (Results 1 – 25 of 28) sorted by relevance

12

/external/v8/src/compiler/
Ddiamond.h17 struct Diamond { struct
25 Diamond(Graph* g, CommonOperatorBuilder* b, Node* cond, argument
36 void Chain(Diamond& that) { branch->ReplaceInput(1, that.merge); } in Chain() argument
42 void Nest(Diamond& that, bool if_true) { in Nest() argument
Dselect-lowering.cc32 Diamond d(graph(), common(), cond, p.hint()); in Reduce()
Dsimd-scalar-lowering.cc510 Diamond d_cmp(graph(), common(), in LowerCompareOp()
610 Diamond d_min(graph(), common(), in LowerSaturateBinaryOp()
614 Diamond d_max(graph(), common(), in LowerSaturateBinaryOp()
654 Diamond d(graph(), common(), in LowerIntMinMax()
706 Diamond nan_d(graph(), common(), graph()->NewNode(machine()->Float64Equal(), in LowerConvertFromFloat()
710 Diamond min_d(graph(), common(), in LowerConvertFromFloat()
713 Diamond max_d(graph(), common(), in LowerConvertFromFloat()
796 Diamond d_min(graph(), common(), graph()->NewNode(less_op, input, min)); in LowerPack()
799 Diamond d_max(graph(), common(), graph()->NewNode(less_op, max, input)); in LowerPack()
864 Diamond d(graph(), common(), in LowerNotEqual()
[all …]
Dwasm-compiler.cc267 Diamond stack_check(graph(), mcgraph()->common(), check, BranchHint::kTrue); in StackCheck()
1697 Diamond tl_d(graph(), mcgraph()->common(), test, BranchHint::kFalse); in BuildIntConvertFloat()
1700 Diamond nan_d(graph(), mcgraph()->common(), nan_test, BranchHint::kFalse); in BuildIntConvertFloat()
1703 Diamond sat_d(graph(), mcgraph()->common(), neg_test, BranchHint::kNone); in BuildIntConvertFloat()
1985 Diamond tl_d(graph(), mcgraph()->common(), test, BranchHint::kFalse); in BuildCcallConvertFloat()
1988 Diamond nan_d(graph(), mcgraph()->common(), nan_test, BranchHint::kFalse); in BuildCcallConvertFloat()
1991 Diamond sat_d(graph(), mcgraph()->common(), neg_test, BranchHint::kNone); in BuildCcallConvertFloat()
2206 Diamond d( in BuildI32RemS()
2251 Diamond z( in BuildI32AsmjsDivS()
2257 Diamond n( in BuildI32AsmjsDivS()
[all …]
Dint64-lowering.cc741 Diamond lt32( in LowerNode()
778 Diamond d( in LowerNode()
797 Diamond d( in LowerNode()
Dmachine-operator-reducer.cc54 Diamond d(graph(), common(), in Float64PowHalf()
870 Diamond d(graph(), common(), in ReduceInt32Mod()
Dsimplified-lowering.cc3742 Diamond d(graph(), common(), check, BranchHint::kFalse); in Uint32Div()
/external/clang/test/SemaCXX/
Dwarn-reorder-ctor-initialization.cpp37 struct Diamond : public A, public B { struct
38 Diamond() : A(), B() {} in Diamond() function
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
Dp5-var.cpp12 struct Diamond : Derived, Derived2 { }; struct
53 Diamond diamond, in bind_lvalue_to_lvalue()
/external/u-boot/doc/
DREADME.xtensa4 Xtensa Architecture and Diamond Cores
8 Diamond Cores are pre-configured instances available for license and
36 the Diamond DC233 processor.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Difcvt_diamond_unanalyzable.mir22 # Diamond testcase with unanalyzable instruction in the BB following the
/external/skqp/site/dev/testing/
Dindex.md5 are served by our Diamond Master \(DM\) test tool, for correctness testing.
/external/skia/site/dev/testing/
Dindex.md5 are served by our Diamond Master \(DM\) test tool, for correctness testing.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/MIR/PowerPC/
Difcvt-diamond-ret.mir25 # Diamond testcase with equivalent branches terminating in returns.
/external/pdfium/xfa/fxfa/
Dcxfa_ffcheckbutton.cpp69 case XFA_AttributeEnum::Diamond: in UpdateWidgetProperty()
Dfxfa_basic.h230 Diamond, enumerator
/external/u-boot/board/cadence/xtfpga/
DREADME16 - An Xtensa or Diamond processor core.
/external/pdfium/xfa/fxfa/parser/
Dxfa_basic_data_enum.cpp143 {0x7375465c, L"diamond", XFA_AttributeEnum::Diamond},
/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/bdd/
Dparsing_scenarios.story403 Scenario: Diamond Operator information is exposed
413 Scenario: Diamond Operator can be parsed also with space and comments
/external/libmtp/logs/
Dmtp-detect-archos-50-diamond.txt6 ** [bugs:#1352] ARCHOS 50 Diamond**
46 Model: Archos 50 Diamond
Dmtp-detect-Archos-Diamond-S.txt31 Model: Archos 50Diamond S
/external/libxkbcommon/xkbcommon/test/data/symbols/
Dinet714 // Diamond
716 // Diamond 9801 / 9802 series
/external/testng/
DCHANGES.txt51 …Equals(Collection, Collection) prints "null" when collections are different sizes (Michael Diamond)
98 Fixed: GITHUB-417: Expected Exceptions Message fails to match multi-line messages (Michael Diamond)
/external/python/cpython2/Doc/whatsnew/
D2.2.rst243 Multiple Inheritance: The Diamond Rule
/external/python/cpython3/Doc/whatsnew/
D2.2.rst243 Multiple Inheritance: The Diamond Rule

12